SublimeFoldPython icon indicating copy to clipboard operation
SublimeFoldPython copied to clipboard

Disables Native Folding & Not Working With Comments

Open Enteleform opened this issue 10 years ago • 0 comments

Hello,

This is a great plug-in! However, I am currently running into an issue.

I use commented psuedo-parents for organizational purposes, and the native ST3 folding works fine for this. I installed your plug-in for the additional functionality, which is very useful, but it partially disables the native ST3 folding (specifically for comments).

For example, I have a hotkey that performs the following: ctrl+home, ctrl+k, ctrl+1

When SublimeFoldPython is disabled, that command will go to the top of the document & fold all of my commented parents. When it is enabled, the command no longer folds them.

Also, the folding functions of SublimeFoldPython do not work on comments either.

Do you know of any way to enable comment-folding with SublimeFoldPython, or at least to restore the native comment-folding ability of ST3 (while also using SublimeFoldPython)?

Enteleform avatar Feb 26 '15 08:02 Enteleform