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
2.56k stars 179 forks source link

Latest versions of 32-bit builds don't support HD? #732

Closed 853419196 closed 9 months ago

853419196 commented 9 months ago

It seems that the latest version of Win32 build no longer provides a high DPI version. However, in fact, until Windows 10, Microsoft still provided 32-bit operating systems. If we consider 32-bit Windows 7 and Windows 10, can we resume providing 32-bit high-DPI versions?

zufuliu commented 9 months ago

HD version is only provided for 64bit (Vista and later) systems: https://github.com/zufuliu/notepad2/blob/77859ea1c96ec600ac8f643fa647bba1fff7af10/build/BuildAll.py#L205-L214

zufuliu commented 9 months ago

HD version is only provided for 64bit (Vista and later) systems

However you can download HD for Win32 and ARM from CI builds (e.g. Notepad2_MSVC2022_i18n_Win32 from https://github.com/zufuliu/notepad2/actions/runs/6761043372).

zufuliu commented 9 months ago

To reduce release assets HD version for 32-bit win32 and arm will not be provided.