News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 10 december 2006 build is out.

Started by killerbot, December 10, 2006, 08:10:57 PM

Previous topic - Next topic

killerbot

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

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 10 December 2006 build is out.
  - Windows : http://prdownload.berlios.de/codeblocks/CB_20061210_rev3363_win32.7z
  - Linux :
         http://prdownload.berlios.de/codeblocks/CB_20061210_rev3363_Ubuntu6.06.deb (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061210_rev3363_suse100+101.rpm (not yet)
         http://prdownload.berlios.de/codeblocks/CB_20061210_rev3363_fc4+5.rpm (not yet)


Resolved Fixed:


  • Added script binding for the application object (named "App")
  • Added ability to register scripts to menus (wiki article will follow soon)

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)


mandrav

Quote
(wiki article will follow soon)

As promised, the documentation is here. And as an added bonus here's an example ;).
Be patient!
This bug will be fixed soon...

David Perfors

Very nice feature, now I only have to think about useful scripts :P
OS: winXP
Compiler: mingw
IDE: Code::Blocks SVN WX: 2.8.4 Wish list: faster code completion, easier debugging, refactoring

Jan van den Borst

When I try the startup script example, I get a popup telling me:

     getVar(): Could not create instance: MainFrame

What am I doing wong?

mandrav

Quote from: Jan van den Borst on December 11, 2006, 09:56:51 AM
When I try the startup script example, I get a popup telling me:

     getVar(): Could not create instance: MainFrame

What am I doing wong?

Please start a new topic on this issue and make sure you give exact details of what you have done already.
Be patient!
This bug will be fixed soon...

mandrav

QuotegetVar(): Could not create instance: MainFrame

Found the problem and fixed it. This was my mistake, sorry folks.
Be patient!
This bug will be fixed soon...