PavelTorgashov / FastColoredTextBox

Fast Colored TextBox for Syntax Highlighting. The text editor component for .NET.
Other
1.21k stars 463 forks source link

Do not find "First not empty line" to collapse a folding block #182

Closed GabCard closed 4 years ago

GabCard commented 4 years ago

Don't find the first "not empty line" when folding a block. When you create your own FoldingMarkers to make custom folding blocks you may want to be able to collapse on empty lines. In my case, for example, I want to create folding block on specifics line numbers, even if they are empty.