-
Notifications
You must be signed in to change notification settings - Fork 2
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
Reorganize options shown in Preferences and menus #75
Comments
Another idea (but this is open to discussion) would be to add a question mark widget next to options in Preferences that have associated tooltips. That way, when users click on that widget, we'd show the info that we currently show in tooltips. I think that would help them to better understand some complex options, which have good explanatory tooltips. However, those are probably missed because it's hard to know that you can get info on how an option works by hovering over it. |
My Qt-fu to actually implement the changes is not so stronk (though if its just moving section groupings and orderings around, it would be possible), but auditing what we have and proposing a specific, logical, user-friendly order (and clearer and more consistent UI text) is right within my wheelhouse, as I've been wanting to do that for a while.
Here, do you mean the order of the preference panes in the left sidebar of the preferences? I believe there was a discussion about it before, but due to the changes in Spyder 5 with it being dependent on plugin load order (IIRC) the ordering doesn't really make clear sense, as it is neither alphabetical or directly following some type of progression (e.g. the same as in the
Very good points and that's a common and very helpful UI pattern, so long as it isn't complex to implement. |
Great! Please leave your suggestions here so we can take a look at them.
Correct.
Good suggestion, I agree with it.
I don't think it'll be hard to implement (that's why I suggested it). |
Note: To show widgets help info the |
What does that mode do @dalthviz? |
When pressing the |
Ok, that looks interesting but not easily discoverable. @conradolandia showed to me a similar solution to what I proposed above, but instead of display a widget, we would display a question mark icon next to an option that would show its associated help on hover. @conradolandia, could you post a screenshot of what you showed me? Thanks! |
Yeah, the latter approach follows modern UI patterns and user expectations a lot more closely than the former, and is also a lot more discoverable and easier to use as well, IMO. |
Note: Discussion and definition about the preferences specific organization and text still needs to be done |
Yep, @CAM-Gerlach is going to take care of that. |
Right now there are some entries in Preferences, e.g. the Editor one
and menus, e.g. the Source one
which have way too many options without a clear structure.
So I propose we should do the following:
The text was updated successfully, but these errors were encountered: