spyder-ide / ux-improvements

Discussion about UX improvements for Spyder 5 and beyond
4 stars 2 forks source link

Remove all secondary toolbars and relocate the actions that are needed #25

Closed juanis2112 closed 3 years ago

juanis2112 commented 3 years ago
  1. Remove the source toolbar completely

    • [x] Remove toolbar menu item in the toolbars menu
    • [ ] Embed content of warnings in code analysis and have some options to decide which linter to use. (Pylint (Non Real time) VS Real time) -> Spyder 6
    • [ ] Deactivate run analysis button when real time analysis is selected -> Spyder 6
    • [x] Move the TODO list button to Editor toolbar (Probably just leave this in the source menu)
  2. Remove the search toolbar completely

    • [x] Remove toolbar menu item in the toolbars menu
    • [x] Add icon to the find widget in editor, to open the “replace widget”.
  3. Remove Edit toolbar

    • [x] Remove toolbar menu item in the toolbars menu
juanis2112 commented 3 years ago

We decided not to add the TODO list button in the toolbar since it will be deactivated most of the time and will only be active when there is a TODO list. Also it makes sense just to have in the Source menu along with the warnings

juanis2112 commented 3 years ago

I also moved the items 2 and 3 from the first list to the issue #21 that corresponds to the code analysis issues for Spyder 6