User forums > Nightly builds
The 14 august 2006 build is out.
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 14 August 2006 build is out.
- Windows : http://prdownload.berlios.de/codeblocks/CB_20060814_rev2846_win32.7z
- Linux :
http://prdownload.berlios.de/codeblocks/CB_20060814_rev2846_Ubuntu6.06.deb
http://prdownload.berlios.de/codeblocks/CB_20060814_rev2846_fc4+5.rpm
Resolved Fixed:
* KeyBinder v0.4.24 Reapply multiple key profile update removed by v0.4.20 reverson
* KeyBinder v0.4.24 Reapply recursive UpdateAll() menu scan removed by v0.4.20 reversion
* added horizontal scrollbar to multiselect dialog (according to wx : windows only) (== [ Feature Request #2484 ] Helpfull scrollbar)
* Forward all scintilla events to all hooked clients to cbEditor (only a couple of events were forwarded).
* Fix for debugger plugin which was consuming the EVT_EDITOR_TOOLTIP, never to be seen by other plugins
* wxAUI fix for GTK crashes
* wxAUI fix when loading a saved perspective and some layout items do not exist anymore: the layout does not break, just ignores the missing items
* added cb_coders-unix project file, updated ContribPlugins-unix appropriate
* Tool(s) : little clean up and rename
* fixed some unix cbp's of contributed plug-ins (wrong dir for wxscintilla include)
Regressions/Confirmed/Annoying/Common bugs:
* toolbar-images-not-changing-state (is a wx problem/Win XP problem)
* there are several issues with Code Completion (is being redesigned : work in progress)
* menu items with icon not correctly aligned (since wx263)
cstudent:
Can't compile in Ubuntu Linux 6.06. Get the following error:
toolsmanager.cpp: In member function 'bool ToolsManager::Execute(const cbTool*)':
toolsmanager.cpp:124: error: 'const class cbTool' has no member named 'name'
killerbot:
--- Quote from: cstudent on August 14, 2006, 06:35:04 pm ---Can't compile in Ubuntu Linux 6.06. Get the following error:
toolsmanager.cpp: In member function 'bool ToolsManager::Execute(const cbTool*)':
toolsmanager.cpp:124: error: 'const class cbTool' has no member named 'name'
--- End quote ---
replace tool->name by tool->GetName() : fixed in svn
sethjackson:
Windows ANSI build is here.
ironhead:
Now with the Find dialog the cursor keeps switching focus to the editor window from the text box, despite the fact that the Find dialog has the focus.
I'm running Windows XP Pro Service Pack 1.
Navigation
[0] Message Index
[#] Next page
Go to full version