Author Topic: The 05 July 2006 build is out.  (Read 12754 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 05 July 2006 build is out.
« on: July 05, 2006, 02:51:57 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_wx2.6.3p2.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 (2.6.2) for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 05 July 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060705_rev2687_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060705_rev2687_Ubuntu6.06.deb (not this time)
         http://download.berlios.de/codeblocks/CB_20060705_rev2687_fc4+5.rpm


Resolved Fixed:

  • Updated autotools build files
  • Updated autotools build files
  • A CHM file can finally be launched using "Locate in" without it being always on top of Code::Blocks
  • Fix for DirectX wizard script
  • Changed signature of crash handler to use a typedef
  • Fixed path handling bug
  • Cleanup in conigmanager
  • Added missing MessageManager::RemoveLog(int)
  • Added ScriptingManager::LoadBuffer()
  • Added "View->Script console" menu
  • Removed "File->Run script". Use the script console for that now
  • Added missing src/wxsmith/Makefile.am
  • Entirely removed m_pTopEditor from ProjectManager
  • Removed an extra qualification

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)
  • menu items with icon not correctly aligned (since wx263)

« Last Edit: July 05, 2006, 08:51:09 pm by mandrav »

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 05 July 2006 build is out.
« Reply #1 on: July 05, 2006, 10:01:02 pm »
Hi,
sorry for bothering you... ;)
I have a strange behavior since the last version !!!

If I start the compiled project exe from inside the editor (C::B) the exe runs fine...
But if I start the exe from inside the output folder, the exe crashes with an error because memory could not be read !?!?!?!
The project is a standart gui project and the only libs used are FLTK and TinyXML, both don't need any runtime dlls ore something similar...
The exe ran without any problems before the last nightly...

what makes me curious is: from inside C::B it runs without any problems !?!?!

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 05 July 2006 build is out.
« Reply #2 on: July 06, 2006, 12:34:11 am »
Really strange, now it works again as expected...

Offline Blue-Tiger

  • Multiple posting newcomer
  • *
  • Posts: 25
Re: The 05 July 2006 build is out.
« Reply #3 on: July 06, 2006, 08:51:29 am »
how comes there aren't any Ubuntu-Packages anymore?

Offline ironhead

  • Almost regular
  • **
  • Posts: 210
Re: The 05 July 2006 build is out.
« Reply #4 on: July 06, 2006, 02:51:56 pm »
Using this build, I just split the window and for some reason the syntax highlighting for the new split window was lost (i.e. it was all black and white).  When I unsplit the window, the original window lost all of it's syntax highlighting as well.  I'll file a bug report on the BerliOS project page.

Offline Defender

  • Multiple posting newcomer
  • *
  • Posts: 49
Re: The 05 July 2006 build is out.
« Reply #5 on: July 06, 2006, 03:47:34 pm »
Using this build, I just split the window and for some reason the syntax highlighting for the new split window was lost (i.e. it was all black and white).  When I unsplit the window, the original window lost all of it's syntax highlighting as well.  I'll file a bug report on the BerliOS project page.
I can confirm this. It's a bug.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 05 July 2006 build is out.
« Reply #6 on: July 06, 2006, 03:49:42 pm »
Using this build, I just split the window and for some reason the syntax highlighting for the new split window was lost (i.e. it was all black and white).  When I unsplit the window, the original window lost all of it's syntax highlighting as well.

Fix commited, thanks.
This was a minor side-effect of the recent merge.
Be patient!
This bug will be fixed soon...

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: Nightly builds using svn 2704
« Reply #7 on: July 07, 2006, 02:16:46 am »
Re: nightly build that will use svn 2704.

For those using plugin personal keyboard shortcuts (cbKeyBinder).

The menu structure has changed so much that you should exit Codeblocks,
delete the file named cbKeybinder*.ini, restart CodeBlocks, then redefine your personal keys.

The file is in:

./codeblocks for linux/mac users.

c:\Documents and Settings\<userName>\Application Data\codeblocks\
for windows users.
« Last Edit: July 07, 2006, 02:18:27 am by Pecan »

Offline asdf

  • Single posting newcomer
  • *
  • Posts: 9
Re: The 05 July 2006 build is out.
« Reply #8 on: July 07, 2006, 03:07:30 am »
I really dislike the New Project Dialog, the file based templates are all gone... Other one was better...  :?

Offline duncanka

  • Multiple posting newcomer
  • *
  • Posts: 53
Re: The 05 July 2006 build is out.
« Reply #9 on: July 07, 2006, 05:31:48 am »
Possible bug, or at the least undesirable behavior - if the messages pane is disabled when the user enables the script console, the message pane/console does not appear.  I found this very confusing; when I enable a view option, it should appear.
Also, not exactly a bug, but something which might be worth fixing:  This occurs if any pane holding a wxFlatNotebook is small enough that it has to hide some of the panels and enable those arrows, and the user has clicked the right arrow to move to the tabs that won't fit.  If the pane is then expanded, wxFlatNotebook does not check to see whether the panels can all fit into the new size.  It only updates the tabs (i.e. shows as many hidden ones as possible, to the left of those currently displayed) when an arrow is clicked.
I hope that was intelligible...

Offline HeroreV

  • Single posting newcomer
  • *
  • Posts: 6
Re: The 05 July 2006 build is out.
« Reply #10 on: July 07, 2006, 06:48:46 am »
Quote from: killerbot
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

I wasn't able to download from this location. It said "Too many clients for /codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z". So I went to the list of links and I was able to download from a different location.

Since this link was down, would it be wiser to link to the page of links instead of a specific link in the future?

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 05 July 2006 build is out.
« Reply #11 on: July 07, 2006, 08:36:14 am »
I really dislike the New Project Dialog, the file based templates are all gone... Other one was better...  :?

No, it was not better in any way.
Although I don't understand what you would like about the old - inflexible - templates, feel free to disagree with us.
Be patient!
This bug will be fixed soon...