Author Topic: dialog tabs removed?  (Read 11850 times)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: dialog tabs removed?
« Reply #15 on: May 20, 2007, 09:57:12 am »
Tabs were cool and less painful to use. :)
Be a part of the solution, not a part of the problem.

Offline Charon

  • Multiple posting newcomer
  • *
  • Posts: 49
  • fnord
    • charon - where mental illness meets chronic nonsense
Re: dialog tabs removed?
« Reply #16 on: May 20, 2007, 10:45:31 pm »
yeah, there was something about that too many tabs won't show up correctly under wx2.6.

in case this is fixed in wx2.8 and C::B can be compiled with wx2.8 on Mac the tabs should be reintroduced  :D
(i am not a Mac-user, but it wouldn't be right to make this worse for Mac-users)
« Last Edit: May 22, 2007, 12:59:02 pm by Charon »
hi, i am a signature virus. please copy me into your sig!
Wish list : no root-node for workspaces, open files and symbols; world domination

Offline jazzer

  • Multiple posting newcomer
  • *
  • Posts: 30
Re: dialog tabs removed?
« Reply #17 on: May 22, 2007, 03:08:13 am »
Tabs were better.
Anyway, with tabs or with cobmo, it could be great if C::B remembered the last tab I used and show it first automatically (it's real pain when you're trying to setup a new toolchain, as you have to open this dialog many times and it always starts from the first page).
Also, why not to make this dialog non-modal?

Offline Game_Ender

  • Lives here!
  • ****
  • Posts: 551
Re: dialog tabs removed?
« Reply #18 on: May 22, 2007, 04:45:53 am »
If its a mac issue you can I guess you could try and use different resource files for Mac and everyone else.  Combine with some ifdefs and you should be set.

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: dialog tabs removed?
« Reply #19 on: May 22, 2007, 09:08:14 am »
The only Mac issue I recall was that the tabs do not report their size, so they extended outside the window without scrolling. But it should probably be checked again, with wxWidgets 2.8.4

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: dialog tabs removed?
« Reply #20 on: May 22, 2007, 11:45:36 am »
OK everyone... point taken.
Be patient!
This bug will be fixed soon...

Balazs

  • Guest
Re: dialog tabs removed?
« Reply #21 on: May 24, 2007, 04:24:16 am »
Damn, what an amount of posts! It's strange this haven't surfaced before.

Someone noted, that it takes an extra click with the combo boxes to achieve the same thing as opposed to tabs. Apart from the current issue, this "extra click" also applies for other UI elements. I think all dialogs should be created by considering the number of clicks required to reach a certain option, and minimize this amount as much as possible. In general, I think it's a good GUI principle. I'm also referring to those "Are you sure?" dialogs, that cannot be disabled (for ex. at Linker libraries Delete option).

(BTW, Just a quick question: if the devs also preferred the old thing, who changed it then? :) )

--
Greets,
B.
« Last Edit: May 24, 2007, 04:30:28 am by Balazs »

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: dialog tabs removed?
« Reply #22 on: May 24, 2007, 05:29:57 am »
(BTW, Just a quick question: if the devs also preferred the old thing, who changed it then? :) )

Of course, devs changed it; due to some Mac related problems.
Be a part of the solution, not a part of the problem.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: dialog tabs removed?
« Reply #23 on: May 24, 2007, 09:02:31 am »
(BTW, Just a quick question: if the devs also preferred the old thing, who changed it then? :) )

Some times we change stuff because of cross-platform issues, other times for compatibility and other times for experimentation.
In most cases though, we eventually settle with what is generally accepted...
Be patient!
This bug will be fixed soon...