jamalsenouci / sublimetext-syntaxfold

Sublime Text Plugin that provides a configurable command and popup for folding code based on syntax
MIT License
40 stars 6 forks source link

toggle_fold_current minor annoyance #36

Open bahoover opened 5 years ago

bahoover commented 5 years ago

current block will not "unfold" if cursor is located within start marker line. It must be positioned at the end.

# region First Region... ------------^ (cursor position) will not unfold

# region First Region... -----------------------^ (cursor position) works

Mac OS X (High Sierra version 10.13.6), Sublime 3.1.1 Build 3176