-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More window controls #396
Comments
Thanks for your thoughts.
Our UI already has a sort of minimize feature (right click on the window menu) and you are asking for the window to be completely hidden on the desktop, but leaving an active reference to it on the taskbar. We definitely need to add this functionality.
I agree. This is useful feature.
There is a big risk of accidentally closing the window, especially when using the touchpad. Although in all window environments they group window manipulation buttons. Here we need to think, play with the buttons and test additionally.
We can add the base window menu template to the configuration as the basis for all running applications. Users will be able to modify the default menu layout by editing this template.
We have many places where char-by-char (even cell-by-cell) wrapping occurs. Perhaps it is better for us to open a separate issue for each specific case
|
I added Minimize/Maximize/Close buttons to the top right corner of the window. It is also now possible to minimize a window by left-clicking on the window reference in the taskbar. Terminal.Dev.2023-09-15.00-46-10.mp4 |
…nfig/appearance/defaults/macstyle)
I've added a global option to select the location of the window control buttons: sdn_0.2023-09-18.01-09-56.mp4 |
That's great ! People from Mac won't be lost, and everybody can find themselves |
I decided to implement word-based wrapping everywhere except the terminal: Terminal.Dev.2023-10-18.21-22-33.mp4 |
Awesome ! Text will look less weird in applications. |
You really are rocking this seriously o-sdn-o, awesome app with an awesome developer 👍 |
Thank you for your kind words! |
Hello, I'd like to suggest some things about the applications window :
When minimized, the application will still be visible in the taskbar so I also suggest adding
That's it for now i guess, tell me what you think !
The text was updated successfully, but these errors were encountered: