Folding Breaks on an inline comment like: //{

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!

Hi @drhansen, You can file a bug here:

Please make sure you filled out as many of the requested details as possible.

  • Carey

Flukeout,

Yup, that’s exactly what I meant.

From this, with no space:
ckmkjiekoiaammgg.png

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

⁄home⁄david⁄Desktop⁄2020-10-06_12-37-38-screenshot

Missing second image from the previous post.