-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Include toggable "Wrap lines" checkbox in Source menu for easy access #7997
Comments
Could you at least briefly explain your rationale for not wanting either on the toolbar? The other editors I use that have toolbars (Notepad++, Eclipse, MultiCommander), all have both as toolbar buttons by default (except for the show whitespace toolbar button in Eclipse, which is optional), whereas I hardly use any of the current Spyder toolbar buttons other than the working dir widget (e.g. PYTHONPATH manager? Dedicated button to switch to the Find pane?) regularly or ever, as opposed to either accessing the feature via keyboard hotkeys, menus or elsewhere in the UI, or not at all. The editors that don't have toolbars usually allow you to bind it to a keyboard shortcut, which wouldn't be hard to add in Spyder as an alternative, but given we do have a toolbar it would IMO be best to follow the best practices of other such mainstream editors to make it more easily visible and toggleable for users without having to memorize two more non-standard shortcuts. |
Toolbars should only expose important easy to access features not every single feature available. This feels like a secondary thing so it does not deserve in my opinion space on the toolbar, nor do we want to go the Microsoft way of "edit the toolbars as you want". So in the menu it makes sense to me, on the toolbar it does not. |
I agree toolbars should focus on only the most commonly accessed features, and I don't think its worth the work and complexity of implementing custom toolbars unless users really ask for them. However, don't you think these are more commonly accessed features than the Python Path Manger and an extra button for the |
This could be added to the Source menu and not to a toolbar. |
Problem Description
Currently, "Wrap lines" is buried deep within the Preferences and only available from there, whereas it is nearly always accessible from the toolbar (or at very least a top-level menu) in most other editors/IDEs, and I toggle it quite frequently in such editors, second only to the "Show blank spaces", which is currently menu-bound. Therefore, both certainly deserve a place on the "Source" (or "Edit") toolbar, as the latter are ideal for functions frequently toggled on or off and where observing the status is helpful.
The text was updated successfully, but these errors were encountered: