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
3.39k stars 214 forks source link

Slow launch when Direct2D rendering enabled #912

Closed atauzki closed 1 week ago

atauzki commented 1 week ago

System:windows 11 24H2 Version: latest commit build from appveyor, release 24.09.5472 There is no latency when rendering text on GDI mode, but Direct2D does.

it's more likely caused by windows 24H2 api changes or just a bug.

Video: https://github.com/user-attachments/assets/77c35c20-3af8-4966-a257-9edd85ede5a7

atauzki commented 1 week ago

Solved by reinstalling Intel graphics driver.

zufuliu commented 1 week ago

from appveyor,

AppVeyor builds are built with old VS 2017, just to ensure all code is compatible with real v141_xp tool chain. For daily use, download GitHub Actions VS 2022 builds. image