sublimetext-syntaxfold icon indicating copy to clipboard operation
sublimetext-syntaxfold copied to clipboard

[Feature Request] nested Regions

Open hirnwunde opened this issue 9 years ago • 2 comments

First of all: Thanks for your plugin! It is great if you ever worked with Visual Studio.

Is there a way to support for defining regions inside regions:

sl_folding

hirnwunde avatar Feb 10 '16 22:02 hirnwunde

No problem. This would be possible and fairly easy to implement.

Just to check though if you are happy indenting your code then sublime text offers folding based on indentation so in your example above if you indented line 6 then fold markers should appear in the gutter.

jamalsenouci avatar Feb 15 '16 07:02 jamalsenouci

Please, also take into consideration that nested folding blocks' markers may be prepended via whitespace characters. Currently the plugin doesn't support this and expects the marker to be exactly at line start.

inl-pd-autotest avatar May 02 '17 08:05 inl-pd-autotest