livecode-ide
livecode-ide copied to clipboard
[Bug 4084] Multiline comments
This PR depends on https://github.com/livecode/livecode/pull/4425
It provides support for leading whitespace within multiline comment blocks and some basic editing features (shift left | right, reindent) for when autoformat is disabled or within a multiline comment where it shouldn't apply.
Is this also related to bug 4084?
Yes to fix 4084 we need to detect if a line is a multi-line comment or not and we need the same for colorization I've just added an _internal command to get the comment nesting for the line but the colorization still isn't quite right
Okay thanks. It would be great to get this fixed.
it actually has the release note already
@montegoulding Yes but I wanted to put it in the title so I can more easily see what I need to poke in BZ when it gets merged. ;-)
yes sorry I started working on it then I searched BZ after to try and find related reports
cleared the milestone because multiline comments detection needs more work