-
Notifications
You must be signed in to change notification settings - Fork 345
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
(Feature): Command Palette #836
Comments
Press the TAB key while the nodegraph has focus. Or do you want something else? |
Wasn't aware this feature existed. I was trying to find every type of node navigating with my mouse. Please, feel free to close. |
I think all items below "Edit" should be in a submenu called "View". |
Lots of these seem like menu bar items... Natron doesn't have a "View" menu but it probably should as you say. It does have a "Display" menu which is where project settings are located? I get the rationale behind this (Project settings are an actual window in Natron) but that should probably be moved to "File" to better match other UI conventions with "Display" becoming "View" and moving many of the right click menu options there? Agreed about putting "Create Node" with the shortcut displayed in the right click menu. Could also double it up in the menu bar which nobody will ever use but it will serve to direct people to the command field. |
Most of these can't be in the menubar, because these shortcuts are specific to when the nodegraph has focus. A menubar that would change with focus would be very unusual, and probably not following most UI guidelines: this usually happens only when switching between applications |
+1, Menu bars shouldn't change with focus of in-application windows. Some apps (Maya) change the menu bar out depending on what view a user is in, I hate this and it adds complexity. I don't think "Show expressions links", "auto-hide optional inputs", "Display Cache Memory Consumption" and the like are focus-related despite the fact that they only pertain to a certain window? Those seem more like global view options to me rather than context menu actions as they don't actually perform an action within the node graph, they only change how information is conveyed to users. Items like "center on all nodes" and "Find" are good to keep in the context menu as these actions are accessed far more frequently and are dependent on the user currently operating the window. Adding a separator in the menu bar "View" section to signify that these items are node-graph specific could be helpful. |
fixed in 89bfde7 |
Make sure to follow our issue report guidelines
Provide a description of your feature request
Command palette is a feature that is widely adopted by code editors. This is how it is in VSCode. It is usually triggered by CTRL+SHIFT+P.
I think Natron would benefit so much from this, especially considering there are a lot of nodes, users could reach to what they want easily.
Is this a realistically implementable feature?
Can you contribute in creating this feature?
Additional details
No response
The text was updated successfully, but these errors were encountered: