Zufu Liu

Results 628 comments of Zufu Liu

Support for clear recent history is added in https://github.com/zufuliu/notepad2/commit/91e571d290d17593ece8f0633ce9f1ee937d6a52.

This can be fixed by patch (very simple) Scintilla to support `SCN_URIDROPPED` on Win32 (currently only supported on GTK), see https://sourceforge.net/p/scintilla/feature-requests/1227/ and https://github.com/zufuliu/notepad2/commit/d6aa2f1d81f6afe8fe7af48dbf075a10559f875e.

This bug not occurs when font is set to DejaVu Sans Mono (v2.3.7, https://dejavu-fonts.github.io/).

The unknown font bug @Rikk found has a temporary fix at https://sourceforge.net/p/scintilla/bugs/2027/.

Most users can't setup a VPN, I suggest you download the source code put breakpoints in following two functions in Notepad2.c: [line 6808](https://github.com/XhmikosR/notepad2-mod/blob/master/src/Notepad2.c#L6808): ```c BOOL FileIO(BOOL fLoad, LPCWSTR psz, BOOL...

@jcompagner Which version? the latest v4.2.25r1110?

@jcompagner If you can build my fork of Notepad2 (follow the wiki article https://github.com/zufuliu/notepad2/wiki/Build-Notepad2), you can tune the line 2557 in [Styles.c](https://github.com/zufuliu/notepad2/blob/master/src/Styles.c#L2555) ```c // Size if (Style_StrGetSize(lpszStyle, &iValue)) { iValue...

@jcompagner As of [8e35062703d6c43cffe9122bdcc2915d90d804c3](https://github.com/zufuliu/notepad2/commit/8e35062703d6c43cffe9122bdcc2915d90d804c3), zoom level settings is saved in Notepad2.ini, you could try to zoom out the text.

@jcompagner Notepad2 now support use fractional font size (see https://github.com/zufuliu/notepad2/commit/b7595f0abb83d73a1bd25a7c952568e27da40c94). It can be set var *Customize Schemes* (not the font selection dialog through *View* -> *Default Font...*). You can change...

Typed directly in the Customize Schemes edit box. ![customize-schemes](https://user-images.githubusercontent.com/2289926/43513144-9584447c-95af-11e8-8ae4-fb4e8369eb78.png)