zufuliu / notepad4

Notepad4 (Notepad2⨯2, Notepad2++) is a light-weight Scintilla based text editor for Windows with syntax highlighting, code folding, auto-completion and API list for many programming languages and documents, bundled with file browser plugin matepath.
Other
2.56k stars 179 forks source link

功能需求:选择下一个匹配项 (select next match) #747

Open yahuudang opened 7 months ago

yahuudang commented 7 months ago

Sublime Text 和 VSC中的 ctrl+d 中的功能 扩展选择下一个匹配、跳过下一个、取消前一个,等等

类似 :https://superuser.com/questions/894656/add-select-next-match-in-notepad-like-ctrl-d-in-sublime-text

zufuliu commented 1 month ago

Ctrl + F3: select next match, Ctrl + Shift + F3: select previous match.

yahuudang commented 1 month ago

Ctrl + F3F3一样,只是跳转到了下一个匹配,没有选择。还是最新版没编译?

zufuliu commented 1 month ago

没有选择

You can use "Select All" to select all matches with multiple selection.

image

yahuudang commented 1 month ago

有的情况下,不是要选择所有的匹配,可能只是修改一部分匹配,所以需要逐个扩展选择或者取消、跳过选择。