Author Topic: The 17 April 2007 build is out.  (Read 11951 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 17 April 2007 build is out.
« 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:

  • wxSmith: Added missing include (thx stahta01)
  • Fixed: [Bug #9409] qt wizard: searching for libQtCore4 in lib dir (linux)
  • Now Startpage will not be closed if the wizard is cancelled
  • Fixed: [Bug #010898] Build configuration is duplicated when overwriting a project

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • menu items with icon not correctly aligned (since wx263) (is fixed with our special wx263/wx28 dll)

« Last Edit: April 17, 2007, 11:05:53 pm by killerbot »

Offline Xaviou

  • Regular
  • ***
  • Posts: 402
    • X@v's wxStuff
Re: The 17 April 2007 build is out.
« Reply #1 on: April 17, 2007, 10:17:01 pm »
Ubuntu 6.10 Amd64 .deb installer can be found here.
The french wxWidgets site : http://www.wxdev.fr
My wxWidgets's stuff : https://wxstuff.xaviou.fr/

Offline MoonKid

  • Almost regular
  • **
  • Posts: 180
Re: The 17 April 2007 build is out.
« Reply #2 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.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 17 April 2007 build is out.
« Reply #3 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.
Be a part of the solution, not a part of the problem.

Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 17 April 2007 build is out.
« Reply #4 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?

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 17 April 2007 build is out.
« Reply #5 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.
Be a part of the solution, not a part of the problem.

Offline skirby

  • Almost regular
  • **
  • Posts: 137
Re: The 17 April 2007 build is out.
« Reply #6 on: April 18, 2007, 11:22:09 am »
You are absolutely right.
Thanks for this information  :)

Offline koala01

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 17 April 2007 build is out.
« Reply #7 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 :?:

Offline stg

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: The 17 April 2007 build is out.
« Reply #8 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 ...

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 17 April 2007 build is out.
« Reply #9 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
Be a part of the solution, not a part of the problem.

Offline koala01

  • Single posting newcomer
  • *
  • Posts: 7
Re: The 17 April 2007 build is out.
« Reply #10 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

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 17 April 2007 build is out.
« Reply #11 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.

« Last Edit: April 20, 2007, 01:40:55 pm by Pecan »

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 17 April 2007 build is out.
« Reply #12 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
Be a part of the solution, not a part of the problem.