Code::Blocks Forums

User forums => Nightly builds => Topic started by: killerbot on March 08, 2006, 09:23:30 pm

Title: The 08 march 2006 build is out.
Post by: killerbot on March 08, 2006, 09:23:30 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.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 08 March 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060308_rev2159_win32.7z
  - Linux : not supported yet


Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:


Title: Re: The 08 march 2006 build is out.
Post by: Acki on March 08, 2006, 11:46:16 pm
Hi,
I now get error messages if I try to open a workspace !!!

1. The file "c:\...\xxx.workspace" or one of its components could not be found...
2. Unable to open C:\....\xxx.cbp
3. Failed to create a temporary file name (error 267: ...)

But all seems to be loaded correctly !?!?!
This errors appear every time I open a workspace !!!
If I open a project file, I get no errors !?!?!
Title: Re: The 08 march 2006 build is out.
Post by: assiss on March 09, 2006, 04:19:38 am
There is a bug in code auto-completion.
I typed uppercase, after the list control displayed, what I typed changed into lowercase.
Title: Re: The 08 march 2006 build is out.
Post by: Game_Ender on March 09, 2006, 05:05:41 am
Regressions/Confirmed/Annoying/Common bugs:
  • there are several issues with Code Completion (is being redesigned : work in progress)

There is a bug in code auto-completion.
I typed uppercase, after the list control displayed, what I typed changed into lowercase.
See above, there are many known issues and currently the plugin is being remade to fix them.  I don't think anyone is trying to salvage the old one right now.
Title: Re: The 08 march 2006 build is out.
Post by: PMike on March 09, 2006, 10:28:01 am
Made code-completion's auto-popup behaviour a little smarter
Closing popup window when user typed "Space" would be really smart thing :)
Title: keyboard shortcuts
Post by: morgan on March 09, 2006, 11:35:06 am
I configured shortcuts to have
F6 : Next line
F7 : Step into
F8 : Step out

... and more, but F6 no longer works since "Next instruction" has been provided.
When I try to reconfigure Next line, i get a "key binding file is corrupted. Please delete it".
No shortcut is displayed for this function in the configuration panel, but F7 is displayed in the debug menu...

isn't it strange ?
Title: Re: The 08 march 2006 build is out.
Post by: TDragon on March 09, 2006, 03:36:51 pm
I don't think anyone is trying to salvage the old one right now.
Someone obviously is. :)

Since losing artoj indefinitely, no one appears to be officially in charge of rejuvenating code completion (other than Yiannis as project lead, of course).

As always, I'm working in this area on my own in secret, and I can't commit to anything officially because of school and employment.
Title: Re: keyboard shortcuts
Post by: Pecan on March 09, 2006, 06:30:23 pm
I configured shortcuts to have
F6 : Next line
F7 : Step into
F8 : Step out

... and more, but F6 no longer works since "Next instruction" has been provided.
When I try to reconfigure Next line, i get a "key binding file is corrupted. Please delete it".
No shortcut is displayed for this function in the configuration panel, but F7 is displayed in the debug menu...

isn't it strange ?

On occasion, the CodeBlocks menu items can evolve enough
such that keybinder can nolonger determine if a menu item is gone
forever, or if it has disappeared temporarily.

When, during key definition, keybinder finds that a menu key is being assigned to a menu item id whose id/label is different from the id/label recorded in its config file, it assumes its config file is now out-of-date or corrupted.
I.e., the menu structure must have changed between key definitions.

Your options are to either edit the config file and delete the
offending id and label, or to delete the config file and redefine
your personal key binding.

The config file is located in  "\homeDirectory\Application Data\codeblocks\cbKeyBinder04v16.ini".

thanks
pecan
Title: Re: The 08 march 2006 build is out.
Post by: morgan on March 10, 2006, 11:27:46 am
Quote
On occasion, the CodeBlocks menu items can evolve enough
such that keybinder can nolonger determine if a menu item is gone
forever, or if it has disappeared temporarily.

When, during key definition, keybinder finds that a menu key is being assigned to a menu item id whose id/label is different from the id/label recorded in its config file, it assumes its config file is now out-of-date or corrupted.
I.e., the menu structure must have changed between key definitions.

Your options are to either edit the config file and delete the
offending id and label, or to delete the config file and redefine
your personal key binding.

The config file is located in  "\homeDirectory\Application Data\codeblocks\cbKeyBinder04v16.ini".

thanks
pecan


Another thing about key bindings (but a little different) that is terribly annoying when coding :

I'm french and so, i have a french keyboard (so, excuse my english  :) ). When typing a '.', a '->' or simply a '(', code completion opens a little window and the keyboard curiously passes to an english keyboard, disabling parenthesis, comma, and more...

I know that code completion is being completely rewritten and i wish this behaviour to change if possible.

thanks a lot for a such great coding tool !

Morgan GERMAIN
Title: Re: The 08 march 2006 build is out.
Post by: mandrav on March 10, 2006, 11:36:05 am
Quote
I'm french and so, i have a french keyboard (so, excuse my english  Smile ). When typing a '.', a '->' or simply a '(', code completion opens a little window and the keyboard curiously passes to an english keyboard, disabling parenthesis, comma, and more...

Uncheck "Settings->Editor->CodeCompletion->Use custom control for code-completion list".