@雑雑
If you are going to follow the advice given, you should create one issue per suggestion item. No one will take you seriously if you jumble a bunch of stuff together in one issue.
Also, I’ve read over your list of suggestions. As a long-time user of Notepad++ (so I think I have somewhat of a grasp of its design), I don’t see a lot of value there (sorry).
Here are some additional comments:
While launching two windows, I want the search tool to switch to the search for the active window.
Not reasonable. You are talking about multiple instances of Notepad++. The design is to allow this, but in an independent (and limited) way.
Please add “▲first hit” and “▲last hit” to the search tool.
Presume the second up arrow should be a down. This is easily achieved by using Find All in Current Document and looking at (and/or jumping to) the first and last line of the results.
This is a convenient feature that is implemented in other text editors. (screenshot)
Can’t tell if this is another request for first/last hit, or next/previous hit. If next/previous, then menu items and hotkeys F3/Shift+F3 already exist for it.
When the search window is active, you must click the editor window once to activate it in order to overwrite the file (Ctrl + s).
Yes. Do you understand the concept of “input focus”? The keys that work when the editor window has focus do not (in general) work when other windows have focus.
Immediately after startup, you cannot create an empty file with “Ctrl + S”.
This is a fairly common “complaint” and it isn’t a big issue. I mean, you’re going to put data in fairly soon, right? If you have to save it like right now immediately, type one character and then you’ll be able to save.
It would be nice to have a shortcut key to reload the file.
The default is Ctrl+r which is pretty clear from the File menu.