Zufu Liu

Results 628 comments of 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. ![image](https://github.com/zufuliu/notepad4/assets/2289926/a2ca028a-c65a-4ece-a6d7-14b37cf9181b)

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 的处理逻辑 ![Image](https://github.com/user-attachments/assets/1b597ac1-6e2f-4995-aa32-1ae8074739a1)

Thanks @roj234 👍 When no wrap occurred, caret position after space is before `B`. ![Image](https://github.com/user-attachments/assets/cd7247c6-fd26-47e1-9a9d-b825398c8629) 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...

There is "Execute Document" (for Tools -> Execute Document) in "Customize Toolbar" (right click on toolbar). ![image](https://github.com/user-attachments/assets/2f48756e-7572-4c3d-84ce-b2d444ea13e7)

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. ![image](https://github.com/user-attachments/assets/85b22394-5825-4408-8230-5677c5be3438) ![image](https://github.com/user-attachments/assets/222e69a4-3da7-4d01-a03a-fb3e5dfb8711) This feature is...