sasumner

Results 154 comments of sasumner

Semi-related: Normally I have 4(!) monitors. One dead center in front of me, one to the right and two to the left. I run Notepad++ full-screen on the one directly...

>it doesn't record the positions of dialog boxes (e.g. Find, Find/Replace) between sessions, and keeps reopening them directly over the editing window See #905

>Maybe offering a way to turn off certain underlines, or change them. FWIW, hackish way is to edit your language's xml file. Example, in english_customizable.xml you will see this text:...

What do you think about this case? (seemingly unrelated, but bear with me): Single view open, *new1* is unmodified and is the only tab. (So this is like if you...

...and what's with the interesting light-purple coloring in the screenshot??

If I do a single search with your setup, I see the light-purple I am talking about. Also, the final two `.` in the `...` at the end of one...

Ctrl+Tab and Ctrl+Shift+Tab seem like the appropriate keys for this behavior, given this evidence in other areas of Notepad++: * `Preferences` > `MISC.` > `Document Switcher` actually hard-code identifies Ctrl+Tab...

On every editing tab there is a little floppy diskette (how quaint in 2019!). It is grey color (instead of the normal blue color) when a file is read-only. It...

>but add this supplementarily Sure...as a suggestion goes, it's fine. :) I was just pointing out some things that I couldn't tell if you already knew about.

Also works similarly with the search expression being `(?i)[A-z]+` versus `(?-i)[A-z]+` It's a dependency of the Boost regex engine that Notepad++ uses.