Author Topic: Properties Window Size  (Read 12484 times)

Offline Zini

  • Multiple posting newcomer
  • *
  • Posts: 64
Properties Window Size
« on: March 08, 2010, 01:55:46 pm »
I justed upgraded to rev 6187 and suddenly the project properties window is unreasonably large (vertically it nearly fills the whole screen with a lot of unused space at the bottom in most tabs). Horizontal size seems to be okay.

Ubuntu 9.04, 64 bit

Offline reckless

  • Regular
  • ***
  • Posts: 338
Re: Properties Window Size
« Reply #1 on: March 12, 2010, 02:20:25 am »
can confirm this also happens on windows.

the window cannot be resized either.

Offline Zini

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: Properties Window Size
« Reply #2 on: March 12, 2010, 10:00:18 am »
Just noticed, that I posted this in the wrong forum section. You might want to move it to the development section, so it doesn't get lost. This bug surely should be fixed first, if you want to have a new release.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Properties Window Size
« Reply #3 on: March 12, 2010, 10:18:17 am »
It's best to report it to the bug tracker, there wouldn't be lost...  :lol:

Also have you tried to delete/move ~/.codeblocks ?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Zini

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: Properties Window Size
« Reply #4 on: March 12, 2010, 10:34:24 am »
I was refering to the announcement for the new release, that requested all show stopper bugs to be posted in the development section.

Anyway, here is the bug report: https://developer.berlios.de/bugs/?func=detailbug&bug_id=16951&group_id=5358

And no, removing .codeblocks didn't fix anything.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Properties Window Size
« Reply #5 on: March 12, 2010, 11:08:53 am »
Screenshot?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Zini

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: Properties Window Size
« Reply #6 on: March 12, 2010, 03:25:12 pm »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Properties Window Size
« Reply #7 on: March 12, 2010, 08:36:24 pm »
http://img355.yfrog.com/i/screenshotv.png/
Weired... doesn't happen here. Can you post another screenshot with the second (third...) tab, please?
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 Zini

  • Multiple posting newcomer
  • *
  • Posts: 64

Offline reckless

  • Regular
  • ***
  • Posts: 338
Re: Properties Window Size
« Reply #9 on: March 13, 2010, 12:28:50 am »
the page also has got an annoying habit of scrooling down when trying to modify any settings in it :S

on windows atleast.

and aye thats exactly how it looks here also ;)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Properties Window Size
« Reply #10 on: March 13, 2010, 08:26:46 pm »
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 Zini

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: Properties Window Size
« Reply #11 on: March 13, 2010, 09:28:53 pm »
Sorry to disappoint you, but there is nothing special to see either, especially since each screenshot only shows a fraction of the window content.

But after comparing the tabs and doing some scrolling I made the following observations:

- All tabs but "Project settings" and EnvVars use all of the available vertical space.
- The vertical scrollbar slider has the same size in each tab.
- In the debugger tab the "Additional debugger search dirs:" and the "Remote debugging support (GDB only!)" take each half the available vertical space.

« Last Edit: March 13, 2010, 09:30:29 pm by Zini »

Offline Zini

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: Properties Window Size
« Reply #12 on: March 13, 2010, 09:34:17 pm »
And one more:

in the Libraries tab the "Known libraries" frame is nearly exactly high enough to contain all entries without having a separate scroll bar (there is actually space for one more, i.e. one blank line at the bottom).

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Properties Window Size
« Reply #13 on: March 13, 2010, 10:02:39 pm »
The error does not happen here (debian 64-bit).

What was the last revision, where it works correctly ?

Offline Zini

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: Properties Window Size
« Reply #14 on: March 13, 2010, 10:42:48 pm »
Last one I know of is 5892 (didn't upgrade for a while)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Properties Window Size
« Reply #15 on: March 14, 2010, 01:49:45 pm »
Does this happen with all projects, also simple wizard created console project (for example) ?
If not, where is the difference ?
Can you provide a simple test project where the issue occurs ?

Offline Zini

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: Properties Window Size
« Reply #16 on: March 14, 2010, 02:35:50 pm »
Happens with all projects, even a freshly created console project.

Offline Zini

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: Properties Window Size
« Reply #17 on: March 14, 2010, 08:36:22 pm »
I think I have found a (partial) answer by doing the following experiment:

I renamed one of the .pc files on my system by giving it a different extension (.pc2), so the library finder wouldn't pick it up anymore. And indeed the window is one line shorter now. So it seems a huge number of .pc files causes the problem.

Offline Zini

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: Properties Window Size
« Reply #18 on: March 14, 2010, 08:42:24 pm »
Further proof: Disabling the Library Finder plugin made the problem go away.

Offline reckless

  • Regular
  • ***
  • Posts: 338
Re: Properties Window Size
« Reply #19 on: March 15, 2010, 01:20:36 am »
that actually fixed it Oo

hmm i wonder why pkg-config files messes up the viewsize  :?

Offline Zini

  • Multiple posting newcomer
  • *
  • Posts: 64
Re: Properties Window Size
« Reply #20 on: March 15, 2010, 01:26:16 am »
Wouldn't call that a fix. Anyway, it is probably some misconfiguration of the window layout. If it were my preferred GUI library (Gtkmm), I would know which flag to change. Unfortunately I have no clue about WxWidgets, so I can't continue investigating from here without digging through massive amount of documentation (for which I absolutely don't have the time).

Offline reckless

  • Regular
  • ***
  • Posts: 338
Re: Properties Window Size
« Reply #21 on: March 15, 2010, 03:26:18 am »
aye not a fix as such but good find atleast we now know which plugin causes it :)

not much into wxwidgets myself im afraid usually i work in old style C and just recently started dablling a bit into C++.

syntax is pretty alike so guess someday ill be able to handle it as well ;)