Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on April 17, 2007, 09:56:20 pm

Title: The 17 April 2007 build is out.
Post by: killerbot on April 17, 2007, 09:56:20 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 17 April 2007 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20070417_rev3865_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20070417_rev3865_Ubuntu6.xx.deb
         http://prdownload.berlios.de/codeblocks/CB_20070417_rev3865_suse100-102.i586.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20070417_rev3865_fc4+5.i586.rpm (not yet)


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 17 April 2007 build is out.
Post by: Xaviou on April 17, 2007, 10:17:01 pm
Ubuntu 6.10 Amd64 .deb installer can be found here (http://www.esnips.com/web/CodeBlocks).
Title: Re: The 17 April 2007 build is out.
Post by: MoonKid on April 18, 2007, 08:12:45 am
Please look at <https://developer.berlios.de/bugs/?func=detailbug&bug_id=10897&group_id=5358>.

My compiler-toolbar disapeared.
Title: Re: The 17 April 2007 build is out.
Post by: Biplab on April 18, 2007, 08:23:45 am
Please look at <https://developer.berlios.de/bugs/?func=detailbug&bug_id=10897&group_id=5358>.

My compiler-toolbar disapeared.

I'm using OpenSUSE 10.2 and the problem is not there. So not sure why are facing that problem.
Title: Re: The 17 April 2007 build is out.
Post by: skirby on April 18, 2007, 09:52:10 am
Resolved Fixed:
  • Fixed: [Bug #010898] Build configuration is duplicated when overwriting a project
Hello,

It seems to work now but is it normal that old selected build options still persist even if the project has been overwritten?
Title: Re: The 17 April 2007 build is out.
Post by: Biplab on April 18, 2007, 10:49:11 am
It seems to work now but is it normal that old selected build options still persist even if the project has been overwritten?

If you're overwriting a project and if it is not open in C::B, targets will be recreated. Otherwise the fix will prevent C::B adding another target which has similar name as of an existing one.
Title: Re: The 17 April 2007 build is out.
Post by: skirby on April 18, 2007, 11:22:09 am
You are absolutely right.
Thanks for this information  :)
Title: Re: The 17 April 2007 build is out.
Post by: koala01 on April 18, 2007, 02:10:20 pm
Hi,

Does someone have a problem with cutting/copying or pasting shortcuts too :?:

Working on windows, when i try to cut, copy or past a text selection, it appears that all the line where text is selected is used, where only selection would be :P

Is there allready a bug open for this :?:
Title: Re: The 17 April 2007 build is out.
Post by: stg on April 18, 2007, 02:28:39 pm
Hi,

Does someone have a problem with cutting/copying or pasting shortcuts too :?:

Working on windows, when i try to cut, copy or past a text selection, it appears that all the line where text is selected is used, where only selection would be :P

Is there allready a bug open for this :?:

This was already an issue on April, 14th. I had the same problem and had to assign the shortcuts again:
  Setting -> Editor -> Keyboard shortcuts: Edit -> Cut ...
Title: Re: The 17 April 2007 build is out.
Post by: Biplab on April 18, 2007, 02:30:32 pm
Does someone have a problem with cutting/copying or pasting shortcuts too :?:

Please file a Bug-report.

Temporary Fix: Try disabling Keyboard Shortcuts plugin through Plugins > Manage plugins menu.

@Pecan,

I've noticed that if Keyboard Shortcuts plugin is enabled, Cut, Copy and Paste options in Edit menu looses it's shortcuts. I'm using Rev3860.

Regards,

Biplab
Title: Re: The 17 April 2007 build is out.
Post by: koala01 on April 18, 2007, 03:14:16 pm

Please file a Bug-report.
i had take a look at bugs list and didn't seen it, will file a bug report at once ;)

Is it better to say that this issue occure in april 17th or to say that it occure in april 14th:?:
Quote
Temporary Fix: Try disabling Keyboard Shortcuts plugin through Plugins > Manage plugins menu.

@Pecan,

I've noticed that if Keyboard Shortcuts plugin is enabled, Cut, Copy and Paste options in Edit menu looses it's shortcuts. I'm using Rev3860.

Regards,

Biplab
Thx, so, shortcuts are working as expected :D
Title: Re: The 17 April 2007 build is out.
Post by: Pecan on April 19, 2007, 03:18:57 pm
@Pecan,

I've noticed that if Keyboard Shortcuts plugin is enabled, Cut, Copy and Paste options in Edit menu looses it's shortcuts. I'm using Rev3860.

Regards,

Biplab

I've traced this down to changes made to the menu structure of Nightly builds of the 12th and 13th April.

The cbKeybinder10.ini file needs to be deleted. Its view of the menu structure does not match the core CB changes.

Title: Re: The 17 April 2007 build is out.
Post by: Biplab on April 20, 2007, 03:21:23 am
Hi Pecan,

Sorry for this late reply. Also thanks for the update. I'll try and post result. :)

Regards,

Biplab