LuaEclipse is a collection of plugins developed for the Eclipse platform that together make an IDE for the development of applications in the Lua programming language. In this environment it's possible to edit Lua scripts with syntax highlight, code completion, compilation errors, code and comment folding, script execution with a pre-configured interpreter, besides the tools that the eclipse platform provides. The main goal of the project is that new tools will be developed using the extension architecture that the Eclipse platform provides and that LuaEclipse has available for extension of its capabilities.
Stars
26
Forks
7
Watchers
26
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
No contributors data available
Added outline-based content-assist. (contributed by Thomas Fletcher)
5ce7b63View on GitHubApplied patch from Thomas Fletcher with an Outline for the LuaEditor
c7f8ffbView on GitHubPatch contributed by Tim Slechten that fixes a problem with selecting the profiler library
41defb2View on GitHubPreference page now allow user to write a custom lua code to be run on LuaStates before setting up code completion and compilation.
43030a7View on GitHubApplied patch with several enhancements to the Debugger, by Herrick Muhlestein, et al.
fa14bd0View on GitHubApplied patch with several bugfixes from Herrick Muhlestein, et al.
4b02df2View on GitHubFixed problems with setting breakpoints before starting debug
bba7e5aView on GitHubAdded project-specific settings to force compatibility with Java5
91c085dView on GitHub