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.1"

(New page: =New & Noteworthy 1.1= ==Better Error Handling== To speed up syntax error troubleshooting, the output given is now the Lua 5.1 interpreter one. During the process, syntax error detection...)
 
(Formatter Defaults)
Line 7: Line 7:
 
==Formatter Defaults==
 
==Formatter Defaults==
  
For a better out of the box experience, formatter now uses ''2 spaces'' by default.
+
For a better out of the box experience, formatter now uses Lua's ''2 spaces indentation'' standard by default.

Revision as of 08:12, 19 September 2013

New & Noteworthy 1.1

Better Error Handling

To speed up syntax error troubleshooting, the output given is now the Lua 5.1 interpreter one. During the process, syntax error detection became about 10 times faster.

Formatter Defaults

For a better out of the box experience, formatter now uses Lua's 2 spaces indentation standard by default.

Back to the top