|
|
Re: The formatter joins multiline string on a single line [message #1688349 is a reply to message #1688279] |
Fri, 20 March 2015 10:17   |
Eclipse User |
|
|
|
OH MY GOSH! It's incredible!
For every string I have to set on and off the format option?! 
What is the criterion used by the decision makers of this "feature"?
What's for, a formatter that change this
$stm = 'CREATE TABLE queue(' .
'id INTEGER PRIMARY KEY,' .
'rec TEXT NOT NULL,' .
'subject TEXT NOT NULL,' .
'body TEXT NOT NULL,' .
'headers TEXT NOT NULL);';
into a single line that need horizontal scroll? (Not in this forum because it's more intelligent than Eclipse)?
$stm = 'CREATE TABLE queue(' . 'id INTEGER PRIMARY KEY,' . 'rec TEXT NOT NULL,' . 'subject TEXT NOT NULL,' . 'body TEXT NOT NULL,' . 'headers TEXT NOT NULL);'
I can't do it. I give up.
Do you know a previous version without this problem?
Keplero? Juno? Or I'd better to restore the Indigo version I was using before this bad attemp with Luna?
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Re: The formatter joins multiline string on a single line [message #1688665 is a reply to message #1688455] |
Sat, 21 March 2015 06:13  |
Eclipse User |
|
|
|
Any workaround to remove completely the format rules on the code, but the indentation?
I actually prefer no code formatting except the indentation that helps when I loose manual control and there is a } that don't mach something.
Just as it was PDT 3.1
[Updated on: Sat, 21 March 2015 06:18] by Moderator
|
|
|
Powered by
FUDForum. Page generated in 0.15266 seconds