AdvancedExpressionFolding icon indicating copy to clipboard operation
AdvancedExpressionFolding copied to clipboard

String folding should respect newlines and configured line length limit

Open petteyg opened this issue 8 years ago • 1 comments

Would be nice if string concatentation folding respected newlines, i.e.

"abc\n" + 
"def"

or

"abc" + 
"\ndef"

would not get folded into one line.

Would also like to see it respect "Right margin" in Code Style settings. I have some SQL statements defined in concatenated literals in my code that get folded into 10,000 characters of horizontal scrollbar.

petteyg avatar Jun 26 '17 18:06 petteyg

Yes, I'd like to fix this soon.

cheptsov avatar Jun 28 '17 08:06 cheptsov