Community
Participate
Working Groups
When I have this: var me = this,bla1 = 'foo1', bla2 = 'foo2'; And format this I get (extra space after comma) var me = this, bla1 = 'foo1', bla2 = 'foo2'; But how can I get after every comma new line and then a tabulator that it looks like this: var me = this, bla1 = 'foo1', bla2 = 'foo2';
I will add a new option (check box) "Insert new line after every assignments" in Preference - VJET - formatter -> New Lines(Tab) -> Assignment (Group). Will add a new group "Assignment" in the tab "New Lines".
Fixed. git.exe push --progress "origin" b_402452:b_402452 git.eclipse.org/gitroot/vjet/org.eclipse.vjet.eclipse.git * [new branch] b_402452 -> b_402452
Created attachment 228171 [details] Uncheck Uncheck -- Insert new line before &multiple local declarations
Created attachment 228172 [details] Check -- Insert new line before &multiple local declarations Check -- Insert new line before &multiple local declarations
Hi Jack, You want to change preference text in the Insert new line box from Insert new line before multiple local declarations to after comma for multiple var statement (var x=20,z=30) Thanks, Justin
Updated.
merged into build should be in nightly