Author Topic: The 10 december 2006 build is out.  (Read 8858 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 10 december 2006 build is out.
« on: December 10, 2006, 08:10: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://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)


Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 10 december 2006 build is out.
« Reply #1 on: December 10, 2006, 09:21:50 pm »
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...

Offline David Perfors

  • Developer
  • Lives here!
  • *****
  • Posts: 560
Re: The 10 december 2006 build is out.
« Reply #2 on: December 10, 2006, 10:59:15 pm »
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

Offline Jan van den Borst

  • Multiple posting newcomer
  • *
  • Posts: 99
Re: The 10 december 2006 build is out.
« Reply #3 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?

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 10 december 2006 build is out.
« Reply #4 on: December 11, 2006, 11:31: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...

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: The 10 december 2006 build is out.
« Reply #5 on: December 11, 2006, 11:41:37 am »
Quote
getVar(): 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...