Skip to main content

Notice: This Wiki is now read only and edits are no longer 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"

(Created page with "=New & Noteworthy 1.3= == Milestone M0 == Be aware that the 1.3.0.M0 doesn't have any new features than Koneki LDT 1.2.0. This version is just a rename of the 1.2.0. The pur...")
 
(Conversion)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
=New & Noteworthy 1.3=
+
= New & Noteworthy 1.3 =
  
== Milestone M0 ==
+
== Lua 5.2 ==
  
Be aware that the 1.3.0.M0 doesn't have any new features than Koneki LDT 1.2.0. This version is just a rename of the 1.2.0. The purpose of these release is to check that any regression have been introduced by the renaming/project switching.
+
Lua 5.2 is now supported!
 +
 
 +
=== Edition ===
 +
 
 +
You can type and valid Lua 5.2 code with ''LDT''.
 +
 
 +
<center>[[File:gotoLabelEditor.jpg]]</center>
 +
 
 +
=== New project ===
 +
 
 +
It is now possible to choose project grammar while creating project. Even nicer, grammar is chosen accordingly to Execution Environment.
 +
 
 +
<center>[[File:NewLua52.png]]</center>
 +
 
 +
'''Note:''' You can change grammar version at project or workspace level.
 +
 
 +
== Conversion ==
 +
 
 +
Convert any project to ''LDT'' nature is possible.
 +
 
 +
Right click on a project then in menu Configure select "Convert to Lua project".
 +
 
 +
<center>[[File:convertMenu.jpg]]</center>
 +
 
 +
It even asks nicely for grammar version and Execution Environment.
 +
 
 +
<center>[[File:ConvertRegular.png]]</center>
 +
 
 +
Add to the source path the folder where is your Lua code, click '''Add source folder'''.
 +
 
 +
<center>[[File:BuidPathFolderAdded.png]]</center>
 +
 
 +
== Migration ==
 +
 
 +
This version is the first stable one since Koneki. 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:StyledText.png]]</center>

Latest revision as of 10:45, 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

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

This version is the first stable one since Koneki. 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

Back to the top