Closed d-jsb closed 4 years ago
I tried to add a nother language by adding to QuickText.ini like this: [250]
class=class $ {\nprivate:\n $\nprotected:\n $\npublic:\n $\n};\n$ else=else {\n $\n}\n$
After a config reload the list of languages didn't change. What am I missing?
Your can't randomly add languages. The language numbers come from Notepad++. See the README for Notepad++ languages names / numbers.
Better to just add from the GUI: Plugins => Quick Text=> Options...
Cheers.
I tried to add a nother language by adding to QuickText.ini like this: [250]
LANGUAGE_NAME=NewLanguage
class=class $ {\nprivate:\n $\nprotected:\n $\npublic:\n $\n};\n$ else=else {\n $\n}\n$
After a config reload the list of languages didn't change. What am I missing?