No Outline Information for Lua Files [message #901467] |
Sun, 12 August 2012 15:03  |
Eclipse User |
|
|
|
I have installed the Lua Development Tools, both as a stand-alone IDE and as a plug-in for my main Eclipse application, but am unable to get it to display any Outline information for the .lua files in my project.
This is doubly odd as the project is a mix of Lua and XML, and the XML files are outlined properly despite there being no XML editor on offer.
I am quite willing to believe that the problem is my own stupidity, but I have been scrathcing my head over this on and off for days now and can't progress.
I'm running on Windows 7 64-bit. Is there something obvious I'm missing?
|
|
|
|
|
|
Re: No Outline Information for Lua Files [message #901785 is a reply to message #901471] |
Tue, 14 August 2012 11:11  |
Eclipse User |
|
|
|
Hi Rob,
Unfortunately, the current outline is quite limited. Only two things are handled by the outline :
* first level local variables and functions ("first level" means locals that have file scope)
* Any module, function and types commented using luadoc
If you don't have neither of this, your outline must be empty.
|
|
|
Powered by
FUDForum. Page generated in 0.03465 seconds