How to fold part of a line?
-
I am trying to fold part of a line in notepad++, but after googling I find that it seems notepad++ can only fold whole lines. Can I accomplish this through writing some plugins? Thanks for your help!
I just want this line:
[head_field1][head_fileld2] content
To be
+ contentAnd I can unfold it at will.
-
This is not possible. Internally Notepad++ uses Scintilla for all the text handling/highlighting/folding/etc and that does not provide anything other than folding entire lines.
-
Thanks a lot!