Skip to content

Commit

Permalink
QuickText.ini (database) now goes in NPPM_GETPLUGINSCONFIGDIR, move o…
Browse files Browse the repository at this point in the history
…n startup if not present

LANGUAGES gone, lang_menu vector now populated from NPPM_GETLANGUAGENAME
Removed default shortcutKey for replace tag (which conflicted with N++ default setting)
Update conf files and README, JS(19) => JavaScript(58)
Remove unused code IsValidKey() and SmartEdit() and verdanaFont = CreateFont()
Better version control in resource.h and updated QuickText.rc
Updated README.md
version bump for master merge
  • Loading branch information
Vince committed Mar 30, 2020
1 parent 15f726f commit 34615f0
Show file tree
Hide file tree
Showing 7 changed files with 218 additions and 330 deletions.
11 changes: 1 addition & 10 deletions Config/QuickText.conf.default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
; It will also reload QuicktText.ini file (with snippets definitions)
; For testing purposes I advise to add some shortcut key to this function using "Settings->Shortcut Mapper...".
;
; Currently you can change only "allowedChars" and "lang_menu" parameters.
; Currently you can change only "allowedChars".
;
;-----------------------------------------------------------------------------------------------------------------------
; WARNING:
Expand Down Expand Up @@ -47,12 +47,3 @@
; abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890
allowedChars=abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890._-

; "lang_menu" - Languages (separated by ",") occurring in plugin "Options..." dialog (GUI for editing snippets).
; Changing the order of items doesn't affect language mappings in notepad++ nor QuickText.ini file.
; Probably only need to change this option if you use "User-defined" language or external lexer (I didn't tested)
; Don't try to break the line to improve readability.
;
; Compiled "lang_menu" default is:
; TEXT,PHP,C,CPP,CS,OBJC,JAVA,RC,HTML,XML,MAKEFILE,PASCAL,BATCH,INI,ASCII,USER,ASP,SQL,VB,JS,CSS,PERL,PYTHON,LUA,TEX,FORTRAN,BASH,FLASH,NSIS,TCL,LISP,SCHEME,ASM,DIFF,PROPS,PS,RUBY,SMALLTALK,VHDL,KIX,AU3,CAML,ADA,VERILOG,MATLAB,HASKELL,INNO,SEARCHRESULT,CMAKE,YAML,COBOL,GUI4CLI,D,POWERSHELL,R,JSP,COFFEESCRIPT,JSON,JAVASCRIPT,FORTRAN_77,BAANC,SREC,IHEX,TEHEX,SWIFT,ASN1,AVS,BLITZBASIC,PUREBASIC,FREEBASIC,CSOUND,ERLANG,ESCRIPT,FORTH,LATEX,MMIXAL,NIMROD,NNCRONTAB,OSCRIPT,REBOL,REGISTRY,RUST,SPICE,TXT2TAGS,VISUALPROLOG,EXTERNAL
lang_menu=TEXT,PHP,C,CPP,CS,OBJC,JAVA,RC,HTML,XML,MAKEFILE,PASCAL,BATCH,INI,ASCII,USER,ASP,SQL,VB,JS,CSS,PERL,PYTHON,LUA,TEX,FORTRAN,BASH,FLASH,NSIS,TCL,LISP,SCHEME,ASM,DIFF,PROPS,PS,RUBY,SMALLTALK,VHDL,KIX,AU3,CAML,ADA,VERILOG,MATLAB,HASKELL,INNO,SEARCHRESULT,CMAKE,YAML,COBOL,GUI4CLI,D,POWERSHELL,R,JSP,COFFEESCRIPT,JSON,JAVASCRIPT,FORTRAN_77,BAANC,SREC,IHEX,TEHEX,SWIFT,ASN1,AVS,BLITZBASIC,PUREBASIC,FREEBASIC,CSOUND,ERLANG,ESCRIPT,FORTH,LATEX,MMIXAL,NIMROD,NNCRONTAB,OSCRIPT,REBOL,REGISTRY,RUST,SPICE,TXT2TAGS,VISUALPROLOG,EXTERNAL

Loading

0 comments on commit 34615f0

Please sign in to comment.