Komodo Edit, version 12.0.1, build 18441, platform linux-x86_64.
Built on Tue Feb 11 02:14:12 2020.
In Javascript:
function Funky () {
obj.a = 9; // {something} DOES NOT BREAK FOLDING
obj.b = 8; //{something} BREAKS FOLDING
}
Hi @drhansen - do you mean that the lack of space between //
and {
breaks folding? Can you post a screenshot of what you’re seeing?
Thanks!
careyh
3
Hi @drhansen, You can file a bug here:
Please make sure you filled out as many of the requested details as possible.
Flukeout,
Yup, that’s exactly what I meant.
From this, with no space:
To this, after adding a space between: // and {
![feblndoopaedlpcc.png|273x108](upload://7AXQyP1k0y9vxkikc9IQpmqzcn4.png)
NB: the vertical fold line continuation in the first case.
Thanks for responding,
David
Missing second image from the previous post.