Zufu Liu
Zufu Liu
Ctrl + F3: select next match, Ctrl + Shift + F3: select previous match.
> 没有选择 You can use "Select All" to select all matches with multiple selection. 
Unicode Line Breaking Algorithm https://www.unicode.org/reports/tr14/#SP > The space characters are used as explicit break opportunities; they allow line breaks before most other characters. However, spaces at the end of a...
> 这是 IDEA 的处理逻辑 
Thanks @roj234 👍 When no wrap occurred, caret position after space is before `B`.  After wrap, caret position after space is still before `B`, but on next subline line...
> draw the caret at the end of a wrapped display line instead of the start of the next line would be possible. VSCode and Sublime Text does this, and...
> 而且名称拼错了 Maybe `Quikview.exe` is the 8.3 format name?
There is "Execute Document" (for Tools -> Execute Document) in "Customize Toolbar" (right click on toolbar). 
https://sourceforge.net/p/scintilla/feature-requests/688/
Implemented by f69ab8b92dde9db24e879c3df381b5b1f74006bf. The marker is show on bookmark margin, global style "Change History Marker" set the color for saved (`fore`) and unsaved (`back`) changes.   This feature is...