Author Topic: The 01 march 2006 build is out.  (Read 16055 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 01 march 2006 build is out.
« on: March 01, 2006, 08:19:38 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 01 March 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060301_rev2102_win32.7z
  - Linux : not supported yet


Resolved Fixed:

  • Removed hardcoding of CPU registers for debugging. All available CPU registers are displayed now
  • Fixed crash when saving disassembly to file
  • Converted disassembly dialog to use wxScintilla instead of a list control
  • Added editor lexer for MASM assembly
  • Fixed crash when saving disassembly to fileChanged editor lexer keywords to support up to 9 sets (wxScintilla limit). <Language>, <User> and <Documentation> tags in lexers are now considered obsolete (they still work though). They should be replaced by <Set>. The "index" attribute defines the keyword index for the set (its meaning is different on a per-lexer basis)
  • Removed an unneeded variable
  • apply user template project name (bug 6584)
  • updated css lexer (patch 878)

Regressions/Confirmed/Annoying/Common bugs:

  • DDE bug : clicking in windows explorer on a CB registered file throws an error message box
  • toolbar-images-not-changing-state (is a wx problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)


sethjackson

  • Guest
Re: The 01 march 2006 build is out.
« Reply #1 on: March 02, 2006, 12:15:56 am »
I have Version 1.0 revision 2102 (gcc 3.4.4 Windows/unicode, build: Mar  1 2006 10:39:00)

EDIT:

I misunderstood.  :oops:
« Last Edit: March 02, 2006, 09:01:35 pm by sethjackson »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 01 march 2006 build is out.
« Reply #2 on: March 02, 2006, 07:51:45 am »
Well it does say test now, does it.
Only the title bar is not following. Will fix that later sometime (or not, these things will become obsolele probably with the new upcoming wizards).
Before the fix, you could not even see in the tree "test", but also console application in this case.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 01 march 2006 build is out.
« Reply #3 on: March 02, 2006, 08:56:31 am »
Quote
Also I still have this bug too. Razz

It does work, but as explained in the bug report : modifications to a project don't make it directly to the cbp file, you need to save your project.
So rename the project (Project properties), then do a project save and watch the title bar adjust.
In my replies on the bug report I gave antoher example where you need to explicitly save (new project from template). Before the changes you could not even get the name adjusted even when you did save the project (there was no title update on project save).

So now you will say, why don't you do a save for the title bar update for the user template. well the save knows nothing has changed and doesn't get to the point where the 'save' event is triggered (the title update code is the result of a reaction upon this event).

Have some ideas though (force save, ... ), but let's first see how the Don's wizards turn out.

Offline kkez

  • Almost regular
  • **
  • Posts: 153
    • WinapiZone
Re: The 01 march 2006 build is out.
« Reply #4 on: March 02, 2006, 11:23:25 am »
  • apply user template project name (bug 6584)

Can't confirm this. :P
Actually that bug was already fixed in a previous revision, i can't find which one. ATM i'm working on rev 2094 and that bug seemed already fixed, that's why i wrote "this bug can be closed" in the bug comments on berlios. Then i saw killerbot's fix and was kinda confused...

EDIT: maybe it's this fix on rev 2086: Adjust title bar on save project (fixes bug 6585, and when saving new project from template).
So the fix was to autosave the (user template or not) project after its creation/modification? Now the rev 2098 fixes: apply user template project name (bug 6584)

confused :?
« Last Edit: March 02, 2006, 11:28:59 am by kkez »

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 01 march 2006 build is out.
« Reply #5 on: March 02, 2006, 02:17:24 pm »
it were 2 different problems, needing 2 different solutions.
I saw your remark saying it could be closed, but then I already had a fix for it, but I committed it only yesterday.

sethjackson

  • Guest
Re: The 01 march 2006 build is out.
« Reply #6 on: March 02, 2006, 05:30:45 pm »
Ok my bad I totally misunderstood.  :oops: I thought that you fixed the title bar problem.  :oops: My bad.......

download123

  • Guest
Re: The 01 march 2006 build is out.
« Reply #7 on: March 02, 2006, 08:48:48 pm »
I can'T load the Nightly :-(

sethjackson

  • Guest
Re: The 01 march 2006 build is out.
« Reply #8 on: March 02, 2006, 08:55:39 pm »
I can'T load the Nightly :-(

Ok so desriptive.  :lol: What are you trying to do exactly? What error messages to you get? Can you download it? What is your OS, and version?

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: The 01 march 2006 build is out.
« Reply #9 on: March 02, 2006, 08:58:20 pm »
I can'T load the Nightly :-(

Ok so desriptive.  :lol: What are you trying to do exactly? What error messages to you get? Can you download it? What is your OS, and version?

See here: http://forums.codeblocks.org/index.php?topic=2503.msg19978#msg19978

Best wishes,
Michael

sethjackson

  • Guest
Re: The 01 march 2006 build is out.
« Reply #10 on: March 02, 2006, 09:00:01 pm »
I can'T load the Nightly :-(

Ok so desriptive.  :lol: What are you trying to do exactly? What error messages to you get? Can you download it? What is your OS, and version?

See here: http://forums.codeblocks.org/index.php?topic=2503.msg19978#msg19978

Best wishes,
Michael


Mk. download123 can you try downloading again?

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: The 01 march 2006 build is out.
« Reply #11 on: March 02, 2006, 09:02:18 pm »
I also get the same error as download123.

Best wishes,
Michael

sethjackson

  • Guest
Re: The 01 march 2006 build is out.
« Reply #12 on: March 02, 2006, 09:04:22 pm »
Me too :shock: