sasumner
sasumner
Autodetection of encoding isn't an exact science.
SCI_MULTIPLESELECTADDEACH seems useful because, say, if a user wants to replace all occurrences of "cat" with "feline" it could provide an easy and quick mechanism to accomplish it (Notepad++ 's...
Seems to be a similar discussion going on here on the Community: https://community.notepad-plus-plus.org/topic/11360/multi-selection-and-multi-edit
Scintilla docs also say: "_**The current searchFlags are used so the application may choose case sensitivity and word search options**_." Thus, perhaps this logic is best: "add next": - SCI_TARGETWHOLEDOCUMENT...
It seems as this evolves, it losing its tight tie with SCI_* functions and is becoming its own thing. :-)
@bitagoras Your NppExec scripts for `skip (Alt-Ctrl-D)` and `skipWholeWord (Alt-Shift-Ctrl-D)` are exactly the same.
@bitagoras In your NppExec script for `addEach (Shift-Ctrl-L)`, is it intentional to have TWO of these in a row at the end?: ``` sci_sendmsg 2689 // SCI_MULTIPLESELECTADDEACH sci_sendmsg 2689 //...
Just an aside to the current issue, I like this idea, perhaps only for myself. :) - Click+drag from higher-position in a document to a lower-position, stopping and releasing the...
Please clarify you request by putting more than one line of effort into it. Clarify what you mean by "font size magnification factor". Discuss possible options for displaying it. Discuss...
It's a feature that makes sense. Not sure of the disposition of Notepad++ developers to add it, but it is possible to write a script to implement the behavior. See...