vicencb
vicencb
Comments and strings can now be folded too.
Closed accidentally, reopenning... New version fixes several corner cases.
Added C preprocessor folds.
Merge with upstream. Multiple one-line comments are now considered a single collapsible region.
I also have noticed some cursor placement inconsistencies after a selection: for example, this sequence `SelectDown`: select text, keep cursor.X coordinate, expected. `CursorRight`: deselect text, keep cursor.X coordinate, expected. `CursorDown`:...
No, i was not referring to this use case. Here is a concrete example to reproduce the issue i am referring to: Given this text file: ``` 1234 ABCD EFGH...
These are the steps to reproduce the issue: 1. Select some lines of text, the selection must start at the first column. 2. Execute `IndentSelection` (bound to `Tab` by default)....
This fix is unrelated to issue #3055.
The use case that is mostly affected by this is a few lines of code need to be moved somewhere else, but the destination has a different indent level. I...
Is there an option to disable the loop unrolling optimization? I've tried `--unroll-count 1`, but then it errors out because it can't do the optimization.