Zufu Liu

Results 628 comments of Zufu Liu

> 但尚不知道有没有什么副作用。 I don't know either, the change looks complicate, a simple hark is just disabling styling for `WrapScope::wsVisible` (just draw text with default zero style): ```diff @@ -1635,7 +1635,9...

https://www.scintilla.org/ScintillaHistory.html > # Release 5.5.5 > * Released 25 February 2025. > * For Win32, update Direct2D and DirectWrite interfaces used to 1.1 and add a lower-level approach to calling...

It's hard to upgrade Scintilla to 5.5.5 without WRL ([Windows Runtime C++ Template Library](https://learn.microsoft.com/en-us/cpp/cppcx/wrl/windows-runtime-cpp-template-library-wrl), also missing from Windows 7 SDK used by `v141_xp` toolchain), I think it's time to directly...

I'm planning to make a new XP-compatible release at next weekend (for file watching bug introduced in v25.01). Before develop branch been updated to Scintilla 5.5.7/8, here maybe new XP-compatible...

> please do not drop xp if possible, I moved from rizonesoft Notepad3 to zufuliu Notepad4 just for this. XP can use old version (v25.06).

v25.06r5696 is released, if there are no serious bugs found in next two weeks, then this will be last XP compatible release. The `winxp` branch contains latest XP compatible code.

`develop` branch has been merged into `main` branch, there won't be new compatible release, but bug fix binary for XP from `winxp` branch can still be built when needed.

> 红色框这2个功能选项是一样的, 建议只保留一个选项, 另一个选项更改为tag内容定义 "With ..." opens this dialog: ![image](https://github.com/user-attachments/assets/28471846-7314-4e73-8d23-c2aa4b022b1c) "HTML/XML tag" will auto-complete closing tag when edit opening tag.

> 这两个功能选项, 有什么不同区别吗 https://github.com/zufuliu/notepad4/blob/bf26c21a7e377d74453eb1565e226897e2a28b60/src/Edit.cpp#L6315 https://github.com/zufuliu/notepad4/blob/bf26c21a7e377d74453eb1565e226897e2a28b60/src/Edit.cpp#L6390

> 这2个选项功能使用起来是一样的 `EditInsertTag` has code to auto clear closing tag for HTML void tag. https://github.com/zufuliu/notepad4/blob/11daafbdc36b44825c30cabc09f44ce1e569b4bb/src/Edit.cpp#L6451-L6457