... I think it will be better if you make them smaller and more compact...The icons artwork is so beautiful and clever that I really like viewing it as it is... Anyway we've discussed this in the past if I recall correctly
BTW is it possible for CodeBlocks to detect the encoding (for example UTF-8 or ASCII) automatically?
But what about an option to have just text and no icons at all?
wxWidgets-2.6.2\src\generic\listbkg.cpp @line 119
***************
- wxLC_ICON | wxLC_SINGLE_SEL |
+ wxLC_SMALL_ICON | wxLC_SINGLE_SEL |
What about something like this (emule preferences dialog)?This would at least be a correct solution (other than the hack above). The present revision has a clean implementation of that, by the way.
[...] the user will be able to choose between small, large, or no icons at all. [...]I wonder whether this would be too much choice?! I think the only reason for making this an option is if it's platform dependent, e.g. it looks ugly under the one OS but nicely under the other. Otherwise I personally could live very well with ANY solution presented, including the current one... But that's just me.
I wonder whether this would be too much choice?!I agree. Having settings for the settings is taking things a step too far. My recommendation would be figure out what looks and works best on every platform and use it. I vote eMule style.
Eventually, there will be smaller icon set as well, so the user will be able to choose between small, large, or no icons at all. Only just not now.