Zufu Liu
Zufu Liu
The toolbar image is just a bmp, has no alpha / transparency, you can change the entire toolbar image background color to the save black, pink or other color. ...
@rmarquis I'm going to rebuild toolbar image for metapath (change image to 32-bit rgba) but cann't find out icon for recycle bin and previous document. 
It may because alpha channel lost (I don't find a easy way to save png in 32bpp bitmap). I will upload a script (require Python 3.7 and Pillow) tonight to...
The script (tools/ImageTool.py) is added in commit ec6402165b75a3c37ff3dd7ef80dbecd1d34efff. uncomment `#make_matapath_toolbar_bitmap()` and run python3 ImageTool.py will make Toolbar.bmp for metapath (like the one in https://github.com/zufuliu/notepad2/issues/89#issuecomment-471316903). You can update make_matapath_toolbar_bitmap(), replace the...
Toolbar image for metapath is updated in commit 4df789d97a172fdc473e0e56dbf99b5f6de8d3df.  New SVG PreviousDocument_16x.svg and RecycleBin_16x.svg are created from NextDocument_16x.svg and RestoreFromRecycleBin_16x.svg using [Inkscape](https://inkscape.org/). The new SVG files are saved as...
| Issue |Status | |----------|-------| |[#199 blabla](https://github.com/XhmikosR/notepad2-mod/issues/199)| Not a bug | |[#198 Time and date appended when file starts with ".log" (WTF?)](https://github.com/XhmikosR/notepad2-mod/issues/198)| Disabled since v4.2.25r1172 | |[#196 Cursor too thin](https://github.com/XhmikosR/notepad2-mod/issues/196)|...
| Issue |Status | |----------|-------| |[#149 Messy syntax highlighting in comments of .inc files (php).](https://github.com/XhmikosR/notepad2-mod/issues/149)| No bug | |[#148 Multiline regular expressions](https://github.com/XhmikosR/notepad2-mod/issues/148)| issue #53 | |[#147 Inner license](https://github.com/XhmikosR/notepad2-mod/issues/147)| Question |...
| Issue |Status | |----------|-------| |[#99 Block selecting crashes](https://github.com/XhmikosR/notepad2-mod/issues/99)| v4.2.25r1028 | |[#98 High DPI toolbar icons](https://github.com/XhmikosR/notepad2-mod/issues/98)| v4.2.25r1096 | |[#97 Move cursor to next space](https://github.com/XhmikosR/notepad2-mod/issues/97)| issue #55 | |[#96 Line height](https://github.com/XhmikosR/notepad2-mod/issues/96)|...
| Issue |Status | |----------|-------| |[#49 Add support for horizontal scroll](https://github.com/XhmikosR/notepad2-mod/issues/49)| v4.20.10r3380 | |[#46 Highlighting issue with CSS pseudo-classes/elements](https://github.com/XhmikosR/notepad2-mod/issues/46)| v4.2.25r1028 | |[#45 Missing keywords for HTML and CSS](https://github.com/XhmikosR/notepad2-mod/issues/45)| v4.2.25r1172 |...
| Pull Request |Status | |----------|-------| |[#229 Added MinGW makefile (works on appveyor).](https://github.com/XhmikosR/notepad2-mod/pull/229)| v4.20.10r3380 | |[#214 Modified encoding from UTF8 to UTF8-BOM](https://github.com/XhmikosR/notepad2-mod/pull/214)| No bug | |[#207 Added AutoHotkey scripts and...