Build settings dialog's dimensions...

General questions regarding the usage of CodeLite
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Build settings dialog's dimensions...

Post by marfi »

Hi,
it would be nice to redesign "Build Settings" dialog window (especially a "General" panel) because it exceeds 1280x800 points in a vertical dimension.... Not all of us own 22´+ diplays... ;)

Regards
marfi
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build settings dialog's dimensions...

Post by eranif »

marfi wrote:it would be nice to redesign "Build Settings" dialog window (especially a "General" panel)
I agree, 2 many notebooks there :D
marfi wrote:Not all of us own 22´+ diplays...
You should get one ASAP!

Eran
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build settings dialog's dimensions...

Post by eranif »

The 'Build Settings' dialog had a complete face lift. It now uses a tree control to the left instead of 3 nested notebooks.

here is a screenshot:
Image

Eran
Make sure you have read the HOW TO POST thread
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Re: Build settings dialog's dimensions...

Post by marfi »

Nice work, but I have got one little problem: the build settings dialog expands on whole display area (it is probably caused by its previously stored layout) and cannot be resized (look at attached screenshot). More exactly, the dialog's height can be raised, but cannot be reduced. I use Ubuntu 8.10 (Gnome).

Regards
Michal
You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build settings dialog's dimensions...

Post by eranif »

Yes, linux tend to do such annoying things :D

I believe that it has to do with the sizer's proportion flag, I will have a look at it

Eran
Make sure you have read the HOW TO POST thread
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Build settings dialog's dimensions...

Post by eranif »

Problem fixed in svn trunk - you can now resize the dialog as you wish.

A side note:
There was a call to 'SetSizeHints(800, -1)', but it should have limited only the dialogs' width not the height - which worked as expected on Windows: you could not resize the width to <800, however, the height can be resized as you wished.

Seems like a bug in wxGTK to me.

Eran
Make sure you have read the HOW TO POST thread
marfi
CodeLite Expert
Posts: 159
Joined: Mon Nov 03, 2008 9:17 pm
Contact:

Re: Build settings dialog's dimensions...

Post by marfi »

Thank you for quick solution!

Regards
marfi
Post Reply