Author Topic: Compiler dialog is too big  (Read 4367 times)

Offline Leonti

  • Single posting newcomer
  • *
  • Posts: 6
Compiler dialog is too big
« on: October 27, 2009, 01:28:29 am »
Hello!
I'm facing a very silly problem.
I'm trying to add new compiler (mingw) to Codeblocks (opensuse 11.1, KDE 4.3, GTK theme - Clearlooks).
My problem is that my screen height is 768 pixels and there is not enough space for Compiler dialog - I can't press the button to add directory in compiler search directories.
This is the link to screenshot of compiler dialog:
http://img14.imageshack.us/content.php?page=done&l=img14/8673/codeblocks.png

I tried different GTK themes to find the one taking less space but with no positive outcome.
As screenshot suggests I was able to add directtories in a past, but now it seems impossible.

Is there is a way to manually edit compiler settings? If yes, what file should I edit?

Thanks.
Leonti

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7591
    • My Best Post
Re: Compiler dialog is too big
« Reply #1 on: October 27, 2009, 02:07:33 am »
I suggest trying a different nightly; they are working on fixing this in the scintilla branch; but, not sure when it will be applied to trunk and nightly build made.

http://svn.berlios.de/viewvc/codeblocks/branches/scintilla/

I myself compile from SVN so I switched to the scintilla branch for right now.

Tim S.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: Compiler dialog is too big
« Reply #2 on: October 27, 2009, 08:02:26 am »
what's the state of these patches; Can they be applied to trunk.
Because basically we have a more ore less unusable CB in some environments, you can't even specify compiler settings, so no compilation, no ...

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Compiler dialog is too big
« Reply #3 on: October 27, 2009, 09:10:04 am »
what's the state of these patches; Can they be applied to trunk.
Because basically we have a more ore less unusable CB in some environments, you can't even specify compiler settings, so no compilation, no ...

I'd like to change it to be used as library (like we did it with wxPropGrid), and change wxSmith to "know" it, otherwise all changes made to wxs-files in C::B have to be overworked manually.

I am currently working on this, but my boss wants me to do other things from time to time.

Offline broli

  • Single posting newcomer
  • *
  • Posts: 3
Re: Compiler dialog is too big
« Reply #4 on: October 28, 2009, 09:44:49 pm »
on linux, you can hold the "alt" key, and drag with the right mouse button to resize a window from any corner
or hold the "alt" key and the left mouse button, to drag a window from any place (not just the titlebar), so you can actually move a window's titlebar outside the screen

all these gestures can be done "cliking" in ANY area of the window, over buttons or comboboxes

your Window manager will inercept it and move the window

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: Compiler dialog is too big
« Reply #5 on: October 29, 2009, 12:07:30 am »
yes, linux no problem. But that small OS from Redmond ;-) ....

Offline Leonti

  • Single posting newcomer
  • *
  • Posts: 6
Re: Compiler dialog is too big
« Reply #6 on: October 29, 2009, 12:10:15 am »
Thanks for reminding me of existing of "Alt" thing.
Have been using linux for years, but completely forgot about moving windows with "Alt" ;)
It solved my problem!

Leonti