Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on April 12, 2007, 10:45:28 pm

Title: The 12 April 2007 build is out.
Post by: killerbot on April 12, 2007, 10:45:28 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://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z

To fix the menu alignment bug introduced in wx 2.6.3 [windows only bug] we have patched wx ourselves, and that results in the following alternative dll : http://prdownload.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2AndCbPatch_version3.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10.7z

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

The 12 April 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070412_rev3849_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070412_rev3849_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070412_rev3849_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070412_rev3849_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 12 April 2007 build is out.
Post by: dje on April 12, 2007, 10:55:48 pm
  • Added setting for using advanced regular expressions in "Find" and "Replace". Setting can be found in editor options (patch #1701)

A very big thanks for this development/integration !!!  :D
Be sure it will be used !!

Dje
Title: Re: The 12 April 2007 build is out.
Post by: dmoore on April 12, 2007, 11:27:43 pm
guys. looks like you've had a busy day (especially mandrav). many thanks for accepting so many patches. I now have fewer patches to worry about maintaining each time I update my source.

cheers
Damien
Title: Re: The 12 April 2007 build is out.
Post by: IronAvatar on April 12, 2007, 11:59:41 pm
Just wanted to say excellent work with CB!  After spending all week faffing around with kDevelop and Eclipse, CB is the only IDE that's flexible enough to let me work the way I find the most productive.

Good job!
Title: Re: The 12 April 2007 build is out.
Post by: kelo81 on April 13, 2007, 01:00:46 am
Good job fellows!!
Title: Re: The 12 April 2007 build is out.
Post by: MVP on April 13, 2007, 01:26:59 am
Is it just me or is copy and paste broken? Ctrl+C is copying the entire line instead of the selection.
Title: Re: The 12 April 2007 build is out.
Post by: quad cortex on April 13, 2007, 01:56:58 am
Is it just me or   http://prdownload.berlios.de is down.
Title: Re: The 12 April 2007 build is out.
Post by: Biplab on April 13, 2007, 07:24:47 am
Is it just me or is copy and paste broken? Ctrl+C is copying the entire line instead of the selection.

Can't reproduce your problem in Rev 3850 in Windows. Please give us more details.

Is it just me or   http://prdownload.berlios.de is down.

Berlios is down at the moment (at the time of writing).
Title: Re: The 12 April 2007 build is out.
Post by: mroek on April 13, 2007, 10:01:53 am
I have actually also seen the copy and paste problem when upgrading to Rev 3803 from a significantly older version (3140,  think). I fixed the problem by deleting the "Documents and Settings\...\Application Data\codeblocks"-folder to delete all old settings. It is a bit tedious to manually restore all the options and settings, but it did fix the copy-paste problem.

I haven't tried upgrading to this version yet, so I can't say if the problem will reappear.

Title: Re: The 12 April 2007 build is out.
Post by: MVP on April 13, 2007, 11:32:18 am
I have actually also seen the copy and paste problem when upgrading to Rev 3803 from a significantly older version (3140,  think). I fixed the problem by deleting the "Documents and Settings\...\Application Data\codeblocks"-folder to delete all old settings. It is a bit tedious to manually restore all the options and settings, but it did fix the copy-paste problem.

I haven't tried upgrading to this version yet, so I can't say if the problem will reappear.



That seemed to fix it, thanks. :)

Edit: Just wanted to make a quick comment, the default font styles are poor in my opinion, the small font size and choice of highlighter colors especially the gray of the comments. Looking at some C++ code side by side with something like Notepad++, Notepad++ is much easier on the eyes.
Title: Re: The 12 April 2007 build is out.
Post by: julienlecomte on April 13, 2007, 11:59:23 am
  • Fixed 'update' script (not the .bat) to work correctly if used under MSYS (patch #1951)

Please apply new patch 1959  (https://developer.berlios.de/patch/index.php?func=detailpatch&patch_id=1959&group_id=5358) to resolve the issue (only under MSYS) where the wrong templates (the UNIX ones instead of Windows) are taken.

Thanks,
Julien
Title: Re: The 12 April 2007 build is out.
Post by: zerotri on April 14, 2007, 01:10:08 am
I have actually also seen the copy and paste problem when upgrading to Rev 3803 from a significantly older version (3140,  think). I fixed the problem by deleting the "Documents and Settings\...\Application Data\codeblocks"-folder to delete all old settings. It is a bit tedious to manually restore all the options and settings, but it did fix the copy-paste problem.

I haven't tried upgrading to this version yet, so I can't say if the problem will reappear.


another thing you can do to fix this, without deleting all of your settings...  :shock:
is to go to Settings > Editor
and then in the Editor options, go to Keyboard Shortcuts.
in the tree, find Edit > Special Commands > Line, and remove the shortcuts for Cut, Copy and Paste.
then while perusing the tree, go to Edit and add the normal shortcuts to Cut, Copy and Paste.
there ya go. no settings files deleted, no having to reconfigure compiler settings, and no need to redo syntax highlighting colors  :D
hope that helps a bit  8)
-Wynter Woods(aka Zerotri)