Hello!
Is it possible to add collapsing between some other key-words?
f.e. if I noted some text block like this:
{arch}
the text to be ollapsed
{/arch}
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Yes:
1/ If you can see your language in the UDL, click Save As and enter a new name. This will clone your current language, and now the two copies live separate lives.
2/ userDefineLang.xml has a single <Notepad-plus> node, containing one or more <UserLang> nodes. Each such node is a known user defined language as long as they have different names. You can copy and paste such nodes at will - just ensure all language names are distinct.
Not supported. The folding is done by the current lexer. You may want to create an usr defined language for this purpose. No whitespace in keywords, otherwise the scheme will fail.
CChris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello!
Is it possible to add collapsing between some other key-words?
f.e. if I noted some text block like this:
{arch}
the text to be ollapsed
{/arch}
Hm. And can I create a copy of already existed language?
Yes:
1/ If you can see your language in the UDL, click Save As and enter a new name. This will clone your current language, and now the two copies live separate lives.
2/ userDefineLang.xml has a single <Notepad-plus> node, containing one or more <UserLang> nodes. Each such node is a known user defined language as long as they have different names. You can copy and paste such nodes at will - just ensure all language names are distinct.
See also http://sourceforge.net/apps/mediawiki/notepad-plus/index.php?title=Syntax_Highlighting_Sharing
CChris
Not supported. The folding is done by the current lexer. You may want to create an usr defined language for this purpose. No whitespace in keywords, otherwise the scheme will fail.
CChris
Thank you!