-
-
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
Remove icons from tabs for the Editor and IPython Console #3356
Conversation
👍 ! |
The menu is useful for file switching in the editor, is it removed too ? I often have lots of opened files and switching between them is not that easy. Not sure about removing the icon for files, it's important to know at a glance if a tab contains a python file or something else. But it's not that important. |
I would say that the prefered method is to use now Ctrl+P (File switcher ... it will also keep your hands in the keyboard). Using that menu requires using the mouse. We talked with @ccordoba12 on ways of making the UI less crowded and this is definitely a way of achieving this.
Not entirely sure about this, but it does help in streamlining the UI, so I am in favor of that. I would like spyder to keep moving in a direction where we remove complexity instead of adding complexity to the UI. This might mean rethinking stuff or removing things. |
I agree that currently the UI looks cluttered and needs to be simplified. For that reason, removing the icons looks like a good idea to me. In principle, I also like the idea of removing the menu. However, I find that I still use the menu to switch tabs instead of Ctrl-P. I think the main reason for this is that the file switcher shows only four file names. |
Some people don't like to use the keyboard only when programming. Ctrl+p is nice for sublime users, bot I personally can't use sublime because of that. A related problem is that I have a visual memory, so it helps me a lot to see the full list of opened files. I never think about the characters in the filename but I tend to consider the name as a whole, so it's not practical to type a few letters. All this to say that people work differently and having multiple options to do the same thing is not necessarily a bad thing. I'm nll for removing clutter but whatch out to not go the gnome way, it didn't go very well. |
What other things would you like to see remove @jitseniesen?
I'll add more entries to it in PR #3355.
So we're tied: 2-2 to remove/leave that button. I think we should restore it then, but only for the Editor or all our other widgets? |
Also, another change that will make it easier for users is when the tabbar is reworked so it can stay horizontal and in the left, like several users have already requested. |
Ok, I'm going to restore "Browse tabs" menus for all tabbed plugins (I think it's useful to have them in our consoles too). Everyone agrees? |
ok |
This
Removes the left corner button from tabs, which contained a menu to browse them.We talked about this with @goanpeca during SciPy and we think this helps to simplify how Spyder looks by removing visual clutter from the interface. It also improves our UI because the icons for the IPython console and Python files on the Editor are a bit ugly.