Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Custom Script for Lua Document Generation?
Custom Script for Lua Document Generation? [message #947470] Wed, 17 October 2012 05:38
Chris Robinson is currently offline Chris RobinsonFriend
Messages: 1
Registered: October 2012
Junior Member
Hi, so I just started using Lua Development Tools a few days ago. I'm going through and customizing it to work with a Lua based scripting system that I wrote. It's going pretty well except for one thing that's really bugging me.

Basically, whenever the scripter creates a new file, they have to take the file path where is was created and write:

include "Scripts/src/My/File/Path/Module.lua" --example file name obviously

in a centralized document (called make.lua). I would like to be able to have them just create the new file and the IDE will automatically write this line of code in make.lua. I would also like to be able to have it automatically put a similar entry in the global module for LuaDocs so that the documentation can somewhat "write itself".

I'm very, very new to Eclipse so I don't even know what keywords I should be searching for. Assume I have no former knowledge of Eclipse please.

Thanks for any help or direction.
Previous Topic:how to subscribe to other Forums such as PDE
Next Topic:org.eclipse.ui.3.6.0 cannot be found
Goto Forum:
  


Current Time: Tue Apr 23 06:19:32 GMT 2024

Powered by FUDForum. Page generated in 0.08877 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top