News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 07 January 2006 build is out.

Started by killerbot, January 07, 2006, 11:00:15 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.7z

The 07 January 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_07jan2006_rev1673_win32.7z
  - Linux : not supported yet


Resolved Fixed:


  • Added "Open with" menu when right-clicking a file in the project tree
  • Removed "Build->Compiler options" which led to confusion
  • Disabled "Build->Export Makefile". It was not working correctly anyway
  • When dragging a floating window around, if pressing ALT no docking will take place
  • A couple of fixes to wxAUI
  • Fixed a potential crash under windows when shutting down and docking windows were open. This might fix the similar problem in linux but it hasn't been checked
  • The default view layout can no longer be deleted but rather reverted to "factory defaults"
  • Added wxAUI as a dependency of main app. This forces a re-link of the app when wxAUI is rebuilt
  • Changed all debugging windows to be floating the first time
  • Applied patch that fixes debugger "attach to process" (Bug #1391904)
  • Converted debugger breakpoints dialog to docking window
  • Added cbEditor::AddBreakpoint() and cbEditor::RemoveBreakpoint()
  • Bug 1398832 (ambiguous Menu shortcuts)
  • Fix for saving files in the correct encoding

Regressions/Confirmed/Annoying/Common bugs:


  • none

Quetz

Bug?

Why keywords for auto-complete are upper case? Even when adding my own ones, after program reset, it becomes upper case as well. Is it a bug?

Best regards,
Quetz

grv575

Awesome.  You can attach to say notepad, single step through some ntdll code and do disassembly dumps to see where you are in the program.  It correctly unattaches too.  Maybe useful for programs which are hanging to get a backtrace and see where it is.

Two potential bugs:

Debug windows appeared docked for me the first time (maybe I should reset my layout).
Debugging windows->call stack labels/titles the window watches (and not call stack or backtrace).
The backtrace does work properly though.

mandrav

Quote from: grv575 on January 08, 2006, 09:48:56 AM
Two potential bugs:

Debug windows appeared docked for me the first time (maybe I should reset my layout).
Debugging windows->call stack labels/titles the window watches (and not call stack or backtrace).
The backtrace does work properly though.


Reset your layouts.
The default layout is now kept hardcoded in memory so if you try to delete it, it actually reverts to the "factory default". This should fix it.
Be patient!
This bug will be fixed soon...

Quetz

What about the Upper Case in Auto-complete bug?

I've installed it on two computers and it is the same all the time.

In auto-complete "keywords" list all the keywords are in upper case (so i have to type them also in uppercase in editor to "trigger' auto-complete).

Best regards,
Quetz

mandrav

Quote from: Quetz on January 08, 2006, 03:59:36 PM
What about the Upper Case in Auto-complete bug?

Get the next nightly build.
Be patient!
This bug will be fixed soon...