Zufu Liu

Results 628 comments of Zufu Liu

Please also try to switch different rendering technologies (*Menu* -> *Settings* -> *Rendering Technology*), and seeing if it help. In my Win10, rendering with Direct2D is somewhat smaller than the...

Maybe related, resize window (word wrap enabled or not), the focus / cursor is also gone, moved to invisible area.

Right to left is not finished in current Scintilla, https://sourceforge.net/p/scintilla/feature-requests/1214/ Currently Notepad2-mod use 3.7.x long-team version of Scintilla, I think you need to replace Scintilla with a new version after...

Bidirectional is added in Scintilla since 4.1.0 for Direct2D (Vista and above) and macOS Cocoa, see release note on https://www.scintilla.org/. You could contact the developer of the translated program tell...

For who use GCC, please note a bug report at https://sourceforge.net/p/scintilla/bugs/2026/ about SIGSEGV when bidirectional is enabled. Also please refer https://sourceforge.net/p/mingw-w64/bugs/753/ or https://github.com/zufuliu/notepad2/issues/16 on how to fix it.

Implemented since https://github.com/zufuliu/notepad2/commit/0575e7487d5a9de08193f3e662636bc12eb3c4f2.

Implemented since https://github.com/zufuliu/notepad2/commit/8e35062703d6c43cffe9122bdcc2915d90d804c3.

Related issue https://github.com/XhmikosR/notepad2-mod/issues/121 and PR https://github.com/XhmikosR/notepad2-mod/pull/122.

Switch between GDI and Direct2D DirectWrite is implemented in *Menu* -> *Settings* -> *Rendering Technology* since https://github.com/zufuliu/notepad2/commit/b7ad639fa6e576db2df04ce72e2b69f409f386bd, please build it (see [Build Notepad2 and metapath](https://github.com/zufuliu/notepad2/wiki/Build-Notepad2)), and give a try.

This PR contains changes not related to what addressed, see https://github.com/zufuliu/notepad2/commit/b7ad639fa6e576db2df04ce72e2b69f409f386bd for a clean implementation and an easy way to switch between different rendering technologies.