nppQuickText
nppQuickText copied to clipboard
Notepad++ plugin for text snippet substitution.
Would it be possible to sort the listing of languages in the Settings windows alphabetically. It's a real pain to easily find the one you want. I suspect it is...
per [forum](https://community.notepad-plus-plus.org/topic/20350/how-to-insert-text-symbols-in-notepad/4)... Allow \ or some other such non-word prefix for indicating sequences. Additionally, allow those to come in the middle, so `a\eacute[TAB]` would be able to become `aé` (assuming...
Hello, the QuickText.ini is saved in UTF8 by default. If I create a Text with German special characters (ü,ö,ä,ß) with the GUI e.g.: ``` #LANGUAGE_NAME=GLOBAL mfg=Mit freundlichen Grüßen\n ``` the...
I'd love to make the npp equivalent to the vim ``` snippet beg "begin{} / end{}" bA \begin{$1} $0 \end{$1} endsnippet ``` note that the first hotspot doubles the cursor....
Currently, if you enter Unicode text there, it doesn't complain. But after you save and refresh, they are corrupted. For `U+00A0` ... `U+00FF`, they get stored as the single-byte (so...
Maybe with a checkbox in the OPTIONS dialog, or maybe always on: have a permanent GLOBAL replacement where `U+XXXX` (for `XXXX` = 2-6 hexadecimal digits) would be automatically replaced with...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Great work so far! Is it possible to support User Defined Languages (UDL) in the settings language drop down list? By now the list is showing "udf" when current file...
This is how Settings window looks like in Windows 11, 4k resolution, 300% system scaling. Contents of "Substitution text" text area are barely readable.  And this is what happens...
Feature request: Please add a feature that will allow for the substitution of all entries in the selection or current file.