Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "LDT/User Area/User Guides/User Guide 0.8"

Line 1: Line 1:
 
=Lua development tools overview=
 
=Lua development tools overview=
LDT provides tooling to facilitate Lua application development. It allow to structure the code into projects which can enable Project based configuration. LDT aim, as well, to enhance user Lua experience with features such as variable occurrences and scope aware completion.
+
LDT provides tooling to facilitate Lua application development. It allows to structure the code into projects, which enables project-based configuration. LDT aims, as well, to enhance user Lua experience with features such as variable occurrences and scope aware completion.
Have a look to some of our features:
+
Have a look at some of our features:
 
* [[Koneki/LDT/Concepts/|Concepts]]
 
* [[Koneki/LDT/Concepts/|Concepts]]
 
** [[Koneki/LDT/Concepts/Path|Configuring paths]]
 
** [[Koneki/LDT/Concepts/Path|Configuring paths]]
 
** [[Koneki/LDT/Concepts/Debugger|Debugger]]
 
** [[Koneki/LDT/Concepts/Debugger|Debugger]]

Revision as of 11:41, 5 November 2011

Lua development tools overview

LDT provides tooling to facilitate Lua application development. It allows to structure the code into projects, which enables project-based configuration. LDT aims, as well, to enhance user Lua experience with features such as variable occurrences and scope aware completion. Have a look at some of our features:

Back to the top