tjackenpacken / taskbar-groups

Lightweight utility for organizing the taskbar through groups
MIT License
2.43k stars 202 forks source link

[Feature Request] Resize the Taskbar Groups Window #66

Open OLLI-S opened 3 years ago

OLLI-S commented 3 years ago

Please let me resize the Taskbar Groups Window and especially the editor window, so I see more than 5 shortcuts and shortcuts with longer text can be displayed without overlapping (see first entry):

image

This can be done when you change the layout to one window where the editor is docked/implemented in the main window.

PikeNote commented 3 years ago

I had done a implementation of it currently on the separate window/form.

You can test it out here

OLLI-S commented 3 years ago

I had a look at it, resizing the edit window works. Great job so far!

You should consider in your final layout a minimum window size, otherwise you can shrink the window like this:

image

Next, you should indicate truncated text in the application name with "..." at the end. In this example you may think, that the name of the app is complete:

image

But it is not:

image

So with the "..." at the end it is clear that it is truncated.

And I suggest that you allow users to click on the pen icon. Clicking it sets the focus into the edit field, where users can change the title. In my opinion a better usability.

PikeNote commented 3 years ago

All implemented now into the pull. Thanks for the suggestions!

OLLI-S commented 3 years ago

I am keen on the next version! Thank you!

wadbr commented 3 years ago

I had done a implementation of it currently on the separate window/form.

You can test it out here

Just a heads up, the zip file provided contains "personal information" in the shortcuts files (nothing serious or critical)