-
-
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
Improve icons in the File explorer #3825
Comments
Sorry, we decided to unify our theme to display always the same kind of icons instead of taking some from the operating system. |
Sorry but that's a bit short ! |
Sorry if I was too blunt. We can look at the issue with symbolic links and also at using a wider range of icons to disambiguate file types (but using the icons from the FontAwesome project and not the ones from the operating system). Please open an issue for each of these problems :-) |
I just updated to Spyder 3.1 and found the same strange behaviour of all icons in the file explorer suddenly being the same. I find the answer "we decided to unify our theme to display always the same kind of icons instead of taking some from the operating system" pretty unconstructive. Having the same icons as in the operating system is a great feature and from a user's perspective there is absolutely no reason whatsoever to give this up. For the 1% of users who rate visual design higher than usablility one may of course put a different icon theme in, but surely not as default. So what is the latest version that still has the default system icons in the file explorer, such that I can revert back to it until I've found a less usability-ignorant IDE for python? |
We're no going to revert to using the operating system icons, sorry. As i said, we plan to use the icons FontAwesome has for different file types. |
@andfoy, please work on this one using the |
Also, you need to detect the file type of a symlink and use the right icon for it. |
@andfoy, please stop what you're doing and focus on solving this issue. |
I rapidly read the merge, and I haven't seen anything concerning symlinks. I still doubt that we might be happy to replace icons user is used to (which we might call "unified theme experience for user") by open-source "unified theme along operating systems for multi-platform programer"... |
We verified that symlinks have the same icon as the file they point to, as long as they preserve extensions.
We're following the lead of other IDEs and editors in this regard (e.g. Sublime and VSCode). Besides, we want to be able to control the color and appearance of these icons to easily define completely dark themes (something we're working on for Spyder 4). |
Icons in the File explorer aren't anymore populated/updated
What steps will reproduce the problem?
I get that :
but in previous version, I had that (icons are the same as in window explorer)
Winpython maintainer (stonebig) did reproduce the problem, see issue : winpython/winpython#446 (comment)
The text was updated successfully, but these errors were encountered: