Author Topic: The 14 June 2006 build is out.  (Read 9394 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 14 June 2006 build is out.
« on: June 14, 2006, 07:44: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 14 June 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060614_rev2565_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060614_rev2565_Ubuntu6.06.deb (not yet)
         http://download.berlios.de/codeblocks/CB_20060614_rev2565_fc4+5.rpm (not yet)


Resolved Fixed:

  • fixed breakpoints near EOF not being removed on delete in editor
  • DragScroll - Hacks to support last minute CodeBlock freatures
  • Keybinder - Fixes to support a last minute RC3 feature addition
  • Fixed breakpoints syncing when deleting the lines that contain them
  • Fixed bug with line numbers margin when splitting an editor view and the margin's width was set to "dynamic"
  • wxSmith : Added <wx/settings.h> to set of default include files
  • Added "split view" menu in notebook tabs' context menu
  • Possible bug fix in editor split view code
  • Project wizard updates (also updated the wxWidgets script)
  • Exposed cbProject::GetFileByFilename() to scripts
  • Changed the default PCH mode to "alongside original header"
  • Fixed crash on double-clicking a workspace in the "Start here" page (patch #1114)
  • Minor updates in "Start here" page (patch #1115)
  • Added "File->Open default workspace" menu entry (patch #1124
  • Fixed bug in workspace loading code. If the workspace file couldn't be opened, the IDE would fail to open any more workspaces or projects until app shutdown
  • * Added replace-in-files functionality (based on patch #1125 with many updates and fixes)
  • Fixed broken split-view (have to fix the flicker when creating the editor though)

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: June 15, 2006, 07:40:52 am by killerbot »

walker

  • Guest
Re: The 14 June 2006 build is out.
« Reply #1 on: June 15, 2006, 07:05:15 am »
the symbol view treats constructor initialization list as function. searched the forum, seems nobody reported this.

could you please fix this

also, an option to turn off the search box on the top of the symbol view, at least, adjust the height of the search box, which is alittle bit higher than it should be.

Offline manmach

  • Multiple posting newcomer
  • *
  • Posts: 39
Re: The 14 June 2006 build is out.
« Reply #2 on: June 15, 2006, 07:39:30 am »
I was still on build 2477 and tried to upgrade to this build, but it seems my symbol browser no longer works. It remains empty when I load projects that used to work with build 2477.

When I revert to build 2477, it works again.

What might I be doing wrong?

Offline rathapolk

  • Multiple posting newcomer
  • *
  • Posts: 10
Re: The 14 June 2006 build is out.
« Reply #3 on: June 15, 2006, 07:49:58 pm »
I changed shortcut keys. When I do right clicking at my project name in the workspace tree, the shortcut keys shown in the context menu are not changed.

royalbox

  • Guest
Re: The 14 June 2006 build is out.
« Reply #4 on: June 15, 2006, 08:13:25 pm »
Just a small bug.

Source code formatter has a delay that wasn't there on previous builds.

Offline Michael

  • Lives here!
  • ****
  • Posts: 1608
Re: The 14 June 2006 build is out.
« Reply #5 on: June 15, 2006, 08:24:59 pm »
I was still on build 2477 and tried to upgrade to this build, but it seems my symbol browser no longer works. It remains empty when I load projects that used to work with build 2477.

When I revert to build 2477, it works again.

What might I be doing wrong?

Hello,

I have checked both in Windows and in Linux and it seems to works fine with the latest SVN sources.

Does you have problems with a project created with the latest nightly build? Or just with a project created with rev2477?

Also check the options under Settings-->Editors-->Code-completion and symbols browser.

Best wishes,
Michael

Offline Ceniza

  • Developer
  • Lives here!
  • *****
  • Posts: 1441
    • CenizaSOFT
Re: The 14 June 2006 build is out.
« Reply #6 on: June 15, 2006, 08:39:23 pm »
Quote from: royalbox
Source code formatter has a delay that wasn't there on previous builds.

The code formatter was updated to use the latest version of AStyle recently (2 weeks ago IIRC), and a few hours ago it was updated again to use the June 9th release (version 1.18). The update required the old iterator to come back to life which could be the reason for the delay, but I'mn't 100% sure.

I'll have in mind.