Set correctly the User defined languages
-
Dear all,
I’ve just approached notepad++, I would like to set the folding words for a language not supported by N++, my problem is this: I would like to be able to wrap the program between the following commands like the examples below.relations
…
end relationadd features
…
end addif
…
end ifBut i don’t know how to set, for example, “end if” as a single “word” bacause N++ divided it because the space between the words.
Ty all for the help
-
I solved the problem with an usefull guide on internet ty all.
-
I’m glad you figured it out.
For other people who read this discussion looking for the same answer: in the
Keywords
andFolding In xxx
settings, if you put the multi-word term in quotes (like"end if"
), it will treat it as one term.The UDL dialog actually links to the ivan-radic UDL 2.1 documentation, which include
"else if"
in the Folding In Code > Example 3