PeterCJ

Results 32 issues of PeterCJ

### Description of the Issue Function Completion allows multiple “overload” variants in the definitions. I know when it pops down, you can click on the up and down arrows to...

feature

### Behaviour When I use this action to set up gpg, it imports the private key just fine, but it doesn't set any trust. For the deployment that I am...

:sparkles: enhancement

As of Notepad++ v8.0, plugin authors need to call NPPM_ADDTOOLBARICON_FORDARKMODE instead of NPPM_ADDTOOLBARICON. (It could be done in an "if", because you can read the NPP version from a plugin;...

As discussed in https://community.notepad-plus-plus.org/topic/19448/copying-highlighted-text-lines-from-1-notepad-file-to-another/: if I have additional styling (such as Mark Using 3rd Style), that extra styling isn't included in the Copy HTML or RTF to clipboard. ![](https://community.notepad-plus-plus.org/assets/uploads/files/1590172173605-b6d6305c-4b79-475e-92e1-a99c1ac1ccff-image.png) Not...

enhancement

### Description of the Issue When you start Notepad++ and it loads the current session, if one or more of the files from the session are "missing" for any reason,...

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...

enhancement

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...

enhancement

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...

enhancement

### Description of the Issue As talked about in #13020, the `[?]` buttons on the **Delimiter** and **Performance** tabs of the Preferences dialog aren't necessarily intuitive: they are buttons that...