News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

The 07 July 2006 build is out.

Started by killerbot, July 07, 2006, 07:20:32 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://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)


Pecan

#1
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.

vesselin_peev

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.

Phoenix

Can anyone explain why I'm getting "Too many clients for /codeblocks/wxmsw26u_gcc_cb_wx2.6.3p2.7z" message?

mandrav

Quote from: Phoenix on July 07, 2006, 09:22:14 PM
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...
Be patient!
This bug will be fixed soon...

thomas

That's because some people still use download accelerators that spawn 10 threads... :)
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

sergi

#6
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!

TDragon

Quote from: sergi on July 07, 2006, 09:48:40 PM
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.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

sergi

From Java NetBeans :lol:. Just wanted it to behave similar.

lfm

C::B crash when click "Settings-->Editor ", WinXP, rev2712

[attachment deleted by admin]

Ceniza

I can confirm it.

Filename: wxssettingsdlg.cpp
Line: 52
Reason: DragAssistType is NULL.

tsm

Quote from: mandrav on July 07, 2006, 09:31:55 PM
Quote from: Phoenix on July 07, 2006, 09:22:14 PM
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

lfm

A error occured when click "Settings-->Enviroments", error message: "XRC resource 'dlgEnvVars' (class 'wxPanel') not found!"
using rev2712.

oz

#13
Quote from: lfm on July 08, 2006, 05:36:16 AM
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"

Pecan

#14
Quote from: TDragon on July 08, 2006, 02:18:20 AM
Quote from: sergi on July 07, 2006, 09:48:40 PM
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.