gopher-everett
2012-10-19
Hello,
I recently began using Notepad++, not for writing code but simply for entering miscellaneous text.
Can someone explain how to do the following (or point me in a direction where I can learn)?
1. create levels with sub-levels which can be collapsed (hidden) and expanded (un-hidden).
2. define custom coloring schemes (i.e. define custom tags which result in the enclosed text changing to a specific color).
Thanks
fb16
2012-10-22
Hello,
you can do that with UDL:
UDL stands for User Defined Language, it is a feature of Notepad++ editor through which users can define their own syntax highlighting.
To open UDL in NPP++ v.6.2.0, go to: Language > Define your language…
On how to use UDL, please, read at:
http://udl20.weebly.com/ (New, improved documentation site will replace this one in near future.)
https://sourceforge.net/projects/notepad-plus/forums/forum/331753/topic/4631095
Best regards
fb16