-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
Remove StatusBar, replace with discoverable tooltips on overlay #117
Comments
This should be very easy to implement now since the |
Moving the target milestone to Beta since we don't have enough shortcuts for our drawing tools to justify this implementation right now. |
Hi! I took a look at good first issues and so found this. But when i use the rectangle tool (insert -> shapes -> rectangle) I don't see the bottom StatusBar. Any hints for a new user? |
It hasn't been implemented yet |
:D Then maybe I'm misinterpreting the purpose of this issue. To me it looked that's how you do things currently and you want to remove the StatusBar in the future. |
No, sorry if it's not clear. |
Oh I see. I'll read the code the next couple of days. Maybe I can find the right spot to add it. |
Context
The purpose of the Bottom StatusBar was to have a place to list "tips and hints" for tools, not easily discoverable via accelerators.
For example, when the user selects the Rectangle Tool, the follow message will appear:
Hold **Ctrl** to keep a 1:1 ratio of width and height | Hold **Shift** to grow from center point
Proposal
Screenshot example
The text was updated successfully, but these errors were encountered: