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/New Noteworthy/New Noteworthy 1.3"

Line 23: Line 23:
 
This version is the first stable one since Koneki. For an easy transition, convert any project to ''LDT'' nature is possible.
 
This version is the first stable one since Koneki. For an easy transition, convert any project to ''LDT'' nature is possible.
  
In order to do so we add Lua nature to an existing project.
 
 
Doing this on a Koneki project will allow to convert it to a ''LDT'' 1.3 one, see related [[LDT/User_Area/Tutorials/MigrateFromKoneki|documentation]].
 
 
Right click on a project then in menu Configure select "Convert to Lua project".
 
Right click on a project then in menu Configure select "Convert to Lua project".
  
 
<center>[[File:convertMenu.jpg]]</center>
 
<center>[[File:convertMenu.jpg]]</center>
  
Now, it even asks nicely for grammar version and Execution Environment.
+
It even asks nicely for grammar version and Execution Environment.
  
<center>[[File:ConvertKoneki.png]][[File:ConvertRegular.png]]</center>
+
<center>[[File:ConvertRegular.png]]</center>
  
 
Add to the source path the folder where is your Lua code, click '''Add source folder'''.
 
Add to the source path the folder where is your Lua code, click '''Add source folder'''.
  
<center>[[File:BuidPathFolderAdd.png]]</center>
 
<center>[[File:BuidPathFolderAddition.png]]</center>
 
 
<center>[[File:BuidPathFolderAdded.png]]</center>
 
<center>[[File:BuidPathFolderAdded.png]]</center>
  
Voila
+
== Migration ==
 +
 
 +
If you want to migrate from Koneki, feature above also works for you and has [[LDT/User_Area/Tutorials/MigrateFromKoneki|specific documentation]].
 +
 
 +
<center>[[File:ConvertKoneki.png]]</center>
 +
 
 +
== Dark theme ==
 +
 
 +
LDT embraces ''Dark Theme''.
 +
 
 +
<center>[[File:DarkTheme.png]]</center>
 +
 
 +
== Styled text ==
 +
 
 +
For a nicer outline, enjoy ''styled text''.
  
<center>[[File:addSrcToPathDone.png]]</center>
+
<center>[[File:StyledText.png]]</center>
  
 
== Formatter ==
 
== Formatter ==
  
 
Bug fix: Formatter now works on files which contain goto/label.
 
Bug fix: Formatter now works on files which contain goto/label.

Revision as of 02:58, 8 June 2015

New & Noteworthy 1.3

Lua 5.2

Lua 5.2 is now supported!

Edition

You can type and valid Lua 5.2 code with LDT.

GotoLabelEditor.jpg

New project

It is now possible to choose project grammar while creating project. Even nicer, grammar is chosen accordingly to Execution Environment.

NewLua52.png

Note: You can change grammar version at project or workspace level.

Conversion

This version is the first stable one since Koneki. For an easy transition, convert any project to LDT nature is possible.

Right click on a project then in menu Configure select "Convert to Lua project".

ConvertMenu.jpg

It even asks nicely for grammar version and Execution Environment.

ConvertRegular.png

Add to the source path the folder where is your Lua code, click Add source folder.

BuidPathFolderAdded.png

Migration

If you want to migrate from Koneki, feature above also works for you and has specific documentation.

ConvertKoneki.png

Dark theme

LDT embraces Dark Theme.

DarkTheme.png

Styled text

For a nicer outline, enjoy styled text.

StyledText.png

Formatter

Bug fix: Formatter now works on files which contain goto/label.

Back to the top