User forums > Nightly builds

The 21 february 2006 build is out.

(1/2) > >>

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://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

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

The 21 February 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060221_rev2056_win32.7z
  - Linux : not supported yet


Resolved Fixed:


* Added ability to add hooks (callbacks) for when a project is loaded/saved. Can be used to add extensions to the project file. Everything goes in <Extensions> (under <Project> tag). Full documentation can be found in sdk/projectloader_hooks.h
* Removed translations where none should be
- cbThrow / cbException
- cbAssert
- MessageManager::DebugLog
- a few compiler flags
* Image Update
Regressions/Confirmed/Annoying/Common bugs:


* DDE bug : clicking in windows explorer on a CB registered file throws an error message box
* toolbar-images-not-changing-state (is a wx problem)

Vampyre_Dark:

--- Quote ---Added ability to add hooks (callbacks) for when a project is loaded/saved. Can be used to add extensions to the project file. Everything goes in <Extensions> (under <Project> tag). Full documentation can be found in sdk/projectloader_hooks.h
--- End quote ---
  :?: Why would someone want to do this? (meant that in the way of not understanding the potential uses, not in the way of saying the feature is useless!)


--- Quote ---DDE bug : clicking in windows explorer on a CB registered file throws an error message box
--- End quote ---
I've seen it written that people get this messagebox, and then the file opens anyways. This is the behaviour I used to see before. If the file opens anyways, could it just be the messagebox itself that comes up in error?  :lol: Just user speculation.

takeshimiya:

--- Code: ---Why would someone want to do this?
--- End code ---

http://forums.codeblocks.org/index.php?topic=2407.msg19111#msg19111

mandrav:

--- Quote from: Vampyre_Dark on February 22, 2006, 02:20:51 am ---
--- Quote ---Added ability to add hooks (callbacks) for when a project is loaded/saved. Can be used to add extensions to the project file. Everything goes in <Extensions> (under <Project> tag). Full documentation can be found in sdk/projectloader_hooks.h
--- End quote ---
  :?: Why would someone want to do this? (meant that in the way of not understanding the potential uses, not in the way of saying the feature is useless!)

--- End quote ---

In a nutshell: to allow plugins to load/save custom per-project configuration from/to the project file.

Fizick:
Is any chance to restore "export makefile" command?

Navigation

[0] Message Index

[#] Next page

Go to full version