Author Topic: SVN 1642  (Read 29906 times)

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
SVN 1642
« on: January 02, 2006, 06:45:34 am »
Well, I just tried compiling that one, which already includes wxAUI and UNICODE by default, and got a serious problem.

With the default plugins it shows a message box with title "E", message "A" and the error icon.

If I remove all the plugins and try again, Code::Blocks starts, shows part of it and then crashes. Since I disable -g I don't have a useful report.

Now I'm compiling it in ANSI mode and... it works!

The toolbar in 32x32 looks awful though. It looked better when I tried the wxAUI branch a few days ago. It's like the icons are taking even more space now. A few icons are lost too.

Offline 280Z28

  • Regular
  • ***
  • Posts: 397
  • *insert unicode here*
Re: SVN 1642
« Reply #1 on: January 02, 2006, 07:09:18 am »
Have you tried a rebuild all?

I haven't had any such problems with the Unicode build. I'm using the CodeBlocks-NewBuild.cbp project file with no modifications at all.
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
 Check out The Sam Zone :cool:

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: SVN 1642
« Reply #2 on: January 02, 2006, 07:25:20 am »
I always do "rebuild all", so the problem must be somewhere else.

Offline 280Z28

  • Regular
  • ***
  • Posts: 397
  • *insert unicode here*
Re: SVN 1642
« Reply #3 on: January 02, 2006, 07:26:53 am »
can you build with -g ?
78 280Z, "a few bolt-ons" - 12.71@109.04
99 Trans Am, "Daily Driver" - 525rwhp/475rwtq
 Check out The Sam Zone :cool:

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: SVN 1642
« Reply #4 on: January 02, 2006, 09:35:00 am »
@Ceniza: have you run update.bat? You should do it every time resources change (*.xrc), as in this case.
Be patient!
This bug will be fixed soon...

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: SVN 1642
« Reply #5 on: January 02, 2006, 09:36:12 am »
I just checked out version 1642 again (instead of update), compiled it with default settings and it's starting now.

The toolbar problem is still there though.

[edit]
This is what I mean.
[/edit]

[attachment deleted by admin]
« Last Edit: January 02, 2006, 09:43:33 am by Ceniza »

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: SVN 1642
« Reply #6 on: January 02, 2006, 09:52:20 am »
Yes, you have to be a little patient. I will fix these toolbars.
Be patient!
This bug will be fixed soon...

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: SVN 1642
« Reply #7 on: January 02, 2006, 10:48:05 am »
Other thing I noticed on the toolbars.
The first time I started CB, build and debug toolbar were below the other toolbars.
I dragged them to the right of the other toolbars (so eveything on one line), but CB does not remember it, it seems, since at next startup of Cb they were again at their original position.

Lieven

takeshimiya

  • Guest
Re: SVN 1642
« Reply #8 on: January 02, 2006, 10:51:16 am »
The first time I started CB, build and debug toolbar were below the other toolbars.
Happens here.

I dragged them to the right of the other toolbars (so eveything on one line), but CB does not remember it, it seems, since at next startup of Cb they were again at their original position.
Doesn't happen here.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: SVN 1642
« Reply #9 on: January 02, 2006, 11:22:59 am »
Other thing I noticed on the toolbars.
The first time I started CB, build and debug toolbar were below the other toolbars.

This is done on purpose.

I dragged them to the right of the other toolbars (so eveything on one line), but CB does not remember it, it seems, since at next startup of Cb they were again at their original position.

Because C::B now supports different layouts which you can save and switch among, it no longer auto-saves your layout on exit. You must explicitely save it with "View->Layouts->Save current". If you use the name of an existing layout, it is updated (that's why it proposes the last used layout).
It also remembers which layout was last used and it activates it on startup.
Be patient!
This bug will be fixed soon...

takeshimiya

  • Guest
Re: SVN 1642
« Reply #10 on: January 02, 2006, 11:31:41 am »
Mm, what about adding again auto-saving along with a "Last auto-saved layout"?

Then you'll have @the menu Layouts:
Default
Last auto-saved
User-layout#1
User-layout#2
---
Save layout


Another important thing is that Default, Last auto-saved, ... will be in an option-menu (a checkmark indicates the current being used).

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: SVN 1642
« Reply #11 on: January 02, 2006, 11:51:54 am »
Toolbars are fixed in r1644. You may need to delete the existing layouts from your conf to fix this (yes, I know I plan to add this functionality).
Be patient!
This bug will be fixed soon...

takeshimiya

  • Guest
Re: SVN 1642
« Reply #12 on: January 02, 2006, 12:39:14 pm »
Toolbars are fixed in r1644.

16x16 toolbars fixed. :D
32x32 still screwed up. :(

[attachment deleted by admin]

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5529
Re: SVN 1642
« Reply #13 on: January 02, 2006, 12:42:55 pm »
Toolbars are fixed in r1644. You may need to delete the existing layouts from your conf to fix this (yes, I know I plan to add this functionality).
Which parts are that ? <LAYOUT> crc ..  ? or others ??

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: SVN 1642
« Reply #14 on: January 02, 2006, 12:50:18 pm »
32x32 still screwed up. :(

No, they are not. Did you delete your existing layouts?

Which parts are that ? <LAYOUT> crc ..  ? or others ??
<LAYOUT> is obsolete now (used by wxDockit). Feel free to delete it.
The views are saved as <view1>, <view2>, etc (in the same spot as <LAYOUT>).
Be patient!
This bug will be fixed soon...