Code::Blocks Forums
User forums => Nightly builds => Topic started by: killerbot on July 07, 2006, 07:20:32 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://download.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://download.berlios.de/codeblocks/mingwm10.7z
For support of ansi builds, a link to the ansi windows wxWidget dll (2.6.2) for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z
The 07 July 2006 build is out.
- Windows : http://download.berlios.de/codeblocks/CB_20060707_rev2712_win32.7z
- Linux :
http://download.berlios.de/codeblocks/CB_20060707_rev2712_Ubuntu6.06.deb (not this time)
http://download.berlios.de/codeblocks/CB_20060707_rev2712_fc4+5.rpm
Resolved Fixed:
- Replaced dialogs about SDK version mismatch (on plugin loading) with one InfoWindow for all failed plugins (details logged in application log)
- Do not save window state in batch build
- InfoWindow linux fix
- Re-designed the way breakpoints are kept in-sync with the editors,
when adding/removing lines in them. It's also a lot faster now,
minimizing the delay when selecting many lines and pressing "Delete" - set wxHIDE_READONLY flag to all file open dialogs to avoid confusions under Win32
- In GDB debugger, force unwinding of stack on signal by default
- added new win32gui wizard
- Re-organized menus and toolbars. Moved all open/save/close entries from Project menu to File
- Changes in TemplateManager and cbWizardPlugin interfaces
- Fixed UI glitch when removing a log page from MessageManager
- Updated wxSmithWizard to the new cbWizardPlugin interface
- Fixed binding of wxFILE_SEP_PATH (leading to crash when used)
- Added CompilerFactory::CompilerInheritsFrom() to check if a compiler inherits from a specific compiler ID
- Updated script bindings (and a couple of scripts) for the above
- Debugger plugin now correctly detects which debugger executable to use for debugging
- Fixed broken syntax colouring when splitting an editor view
- fixed doxygen erros for SDK documentation
- Minor autotools build files update
- added win32gui wizard script to project
- Disable plugin loading for batch build (saves ca. 2 seconds)
- added new static library wizard
- updated a couple of other wizards to use inherited compiler detection
- Resource preloading (optimises network load times)
- Added nullpointer check to editor config dialog
- Moved timer start out of Autosave's OnAttach method
- Main window resources are not loaded during batch build
- Skip initialising i18n if it is turned off
- Cleaned-up #includes in all SDK files
- GCC 3.3.x fixes for scripting calls
- non-PCH-support fixes (part 1, libcodeblocks compiles again)
- non-PCH-support fixes (part 2, codeblocks compiles again)
- non-PCH-support fixes (part 3, codeblocks default plugins compile again)
- non-PCH-support fixes ((last) part 4, codeblocks contrib plugins compile again)
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)
-
For those using personal keyboard shortcuts plugin (cbKeyBinder):
The menu structure has changed so much that you should exit Codeblocks,
delete the file named cbKeybinder*.ini, restart CodeBlocks, then redefine your personal keys.
The file is in:
./codeblocks for linux/mac users.
\Documents and Settings\<userName>\Application Data\codeblocks\
for windows users.
-
I attempted to create a dialog and a panel through the wxSmith menu, but I got:
"XRC resource 'wxsNewWindowDlg' (class 'wxDialog') not found!"
and CodeBlocks freezes afterwards.
This worked fine with the previous build.
-
Can anyone explain why I'm getting "Too many clients for /codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z" message?
-
Can anyone explain why I'm getting "Too many clients for /codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z" message?
Yes, too much traffic. Try again in a while...
-
That's because some people still use download accelerators that spawn 10 threads... :)
-
Hi, guys. One note about the UI...
Wouldn't it be better to use Alt+Left and Alt+Right keys to switch open documents?
Thanks!
-
Hi, guys. One note about the UI...
Wouldn't it be better to use Alt+Left and Alt+Right keys to switch open documents?
Thanks!
What multiple-document software do you hail from? Ctrl+Tab is the de-facto standard. Nevertheless, I believe the KeyBinder contrib plugin might allow you to change things like that, although I've never used it myself.
-
From Java NetBeans :lol:. Just wanted it to behave similar.
-
C::B crash when click "Settings-->Editor ", WinXP, rev2712
[attachment deleted by admin]
-
I can confirm it.
Filename: wxssettingsdlg.cpp
Line: 52
Reason: DragAssistType is NULL.
-
Can anyone explain why I'm getting "Too many clients for /codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z" message?
Yes, too much traffic. Try again in a while...
Or use the mirror: http://download2.berlios.de/codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z
-
A error occured when click "Settings-->Enviroments", error message: "XRC resource 'dlgEnvVars' (class 'wxPanel') not found!"
using rev2712.
-
A error occured when click "Settings-->Enviroments", error message: "XRC resource 'dlgEnvVars' (class 'wxPanel') not found!"
using rev2712.
same here
the left-top icon still pop up "new file"
-
Hi, guys. One note about the UI...
Wouldn't it be better to use Alt+Left and Alt+Right keys to switch open documents?
Thanks!
What multiple-document software do you hail from? Ctrl+Tab is the de-facto standard. Nevertheless, I believe the KeyBinder contrib plugin might allow you to change things like that, although I've never used it myself.
Keybinder can only change/addto the menu items. There is no Ctrl+Tab key on the menu items. It must be hard coded in some wxAUI or tabbing module.
-
What about an Ubuntu build some time?
-
There a way to make Code Blocks save the status of the + and - things to the right of the line numbers? It resets when I reopen code blocks.