Zufu Liu

Results 628 comments of Zufu Liu

> includes a window and a plus sign. OK, looks better. "two window" icon looks is for copy/duplicate current window (that is "Tools -> Launch New Window").

Good work. toolbar image can be built with ImageTool.py in develop branch. ```diff diff --git a/tools/ImageTool.py b/tools/ImageTool.py index bb0d4b4b..536e7668 100644 --- a/tools/ImageTool.py +++ b/tools/ImageTool.py @@ -355,6 +355,7 @@ def make_matepath_icon_and_cursor():...

> So do you want the first icon with the page? I have not test other images and sizes, @Mapaler what's your opinion? adding new image will need to wait...

Some images are missing: Green plus sign consists with https://github.com/zufuliu/notepad4/blob/main/tools/images/AddToFav.svg

I have following ideas: | Current | New | Means | |-|-|-| | Tools -> Launch &New Window Alt+N | Tools -> &Open in New Window Alt+0 | A.1 open...

I have choose following changes: | Current | New | Means | |-|-|-| | Tools -> Launch &New Window Alt+N | Tools -> Open &in New Window Alt+0 | open...

I'd like something like following (5 with green plus + white square, or 2 with green plus moved right a little), green square block looks not consist with current icon...

Thanks @Matteo-Nigro for making the images. the rest problem is whether to show the icon (e.g. after "New") by default. https://github.com/zufuliu/notepad4/blob/5d409991db5d3a8b32feda8332777fb2e83f0bfb/src/Notepad4.cpp#L72-L74

> I think putting it after the "New" icon might be logical. OK, done by commit 1377cfdfaec3db9b2c0a6b72535487e926320ae3.