vinsworldcom / nppQuickText

Notepad++ plugin for text snippet substitution.
GNU General Public License v2.0
21 stars 4 forks source link

How do I add another language? #18

Closed d-jsb closed 4 years ago

d-jsb commented 4 years ago

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?

vinsworldcom commented 4 years ago

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.