Author Topic: Suggestion about the Settings Dialog  (Read 12423 times)

Offline Zingam

  • Multiple posting newcomer
  • *
  • Posts: 74
Suggestion about the Settings Dialog
« on: February 14, 2006, 07:27:10 pm »
I've just downloaded the latest build. I'm impressed how CB develops! Great job guys!

I have one suggestion, for example the Editor Configuration Dialog: the icons on the left side are a way too large, I think it will be better if you make them smaller and more compact, they are quite pretty but I think it would be better if the user does not need to scroll down to select the next option, for example Firefox sized icons are better.


I have just thought about another suggestion too: could you make the concept of workspaces/projects a little bit more clean - the way it is done in VS2005 is perfect, perhaps you need to add more buttons to the toolbar or more menu options, not that it is essential but I think it would be better & more proffesional that way.


Thank you for the great tool! Keep up the good job!

Offline yop

  • Regular
  • ***
  • Posts: 387
Re: Suggestion about the Settings Dialog
« Reply #1 on: February 14, 2006, 08:02:41 pm »
... 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
Life would be so much easier if we could just look at the source code.

sethjackson

  • Guest
Re: Suggestion about the Settings Dialog
« Reply #2 on: February 14, 2006, 08:14:35 pm »

Offline Zingam

  • Multiple posting newcomer
  • *
  • Posts: 74
Re: Suggestion about the Settings Dialog
« Reply #3 on: February 14, 2006, 09:32:46 pm »
I see! Sorry! But what about an option to have just text and no icons at all?



BTW is it possible for CodeBlocks to detect the encoding (for example UTF-8 or ASCII) automatically?

sethjackson

  • Guest
Re: Suggestion about the Settings Dialog
« Reply #4 on: February 14, 2006, 09:34:57 pm »
BTW is it possible for CodeBlocks to detect the encoding (for example UTF-8 or ASCII) automatically?

Yeah I think it is....

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Suggestion about the Settings Dialog
« Reply #5 on: February 14, 2006, 09:38:11 pm »
...but it gets less likely the more often you cross-post for it ;)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

sethjackson

  • Guest
Re: Suggestion about the Settings Dialog
« Reply #6 on: February 14, 2006, 09:39:32 pm »
 :lol: :lol: :lol:

takeshimiya

  • Guest
Re: Suggestion about the Settings Dialog
« Reply #7 on: February 14, 2006, 11:24:24 pm »
But what about an option to have just text and no icons at all?

Yes, indeed I have it that way from the very moment the icons appeared. Sorry, I can't stand having to scroll.


Offline Zingam

  • Multiple posting newcomer
  • *
  • Posts: 74
Re: Suggestion about the Settings Dialog
« Reply #8 on: February 14, 2006, 11:41:16 pm »
And how did you do it?  :shock:
« Last Edit: February 14, 2006, 11:53:05 pm by Zingam »

takeshimiya

  • Guest
Re: Suggestion about the Settings Dialog
« Reply #9 on: February 15, 2006, 12:52:53 am »
Quick&Dirty way: One liner-patch to wxListbook.

Code: diff
wxWidgets-2.6.2\src\generic\listbkg.cpp @line 119
***************
-                     wxLC_ICON | wxLC_SINGLE_SEL |
+                     wxLC_SMALL_ICON | wxLC_SINGLE_SEL |

The correct way would be to reimplement wxListbook.

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: Suggestion about the Settings Dialog
« Reply #10 on: February 15, 2006, 06:06:11 pm »
What about something like this (emule preferences dialog)?

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Suggestion about the Settings Dialog
« Reply #11 on: February 15, 2006, 06:20:29 pm »
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.

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.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Suggestion about the Settings Dialog
« Reply #12 on: February 15, 2006, 06:37:05 pm »
[...] 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.
Morten.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: Suggestion about the Settings Dialog
« Reply #13 on: February 15, 2006, 06:46:13 pm »
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.
« Last Edit: February 15, 2006, 06:47:49 pm by TDragon »
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline tiwag

  • Developer
  • Lives here!
  • *****
  • Posts: 1196
  • sailing away ...
    • tiwag.cb
Re: Suggestion about the Settings Dialog
« Reply #14 on: February 15, 2006, 07:43:24 pm »
the problem behind is to design well looking small icons - if anyone has knowledge and interest in designing some - please do it !

sethjackson

  • Guest
Re: Suggestion about the Settings Dialog
« Reply #15 on: February 15, 2006, 08:30:25 pm »
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.

Cool.  8) Patiently waiting.  :D