User forums > Nightly builds
The 08 march 2006 build is out.
morgan:
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 ?
TDragon:
--- Quote from: Game_Ender on March 09, 2006, 05:05:41 am ---I don't think anyone is trying to salvage the old one right now.
--- End quote ---
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.
Pecan:
--- Quote from: 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 ?
--- End 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
morgan:
--- 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
--- End quote ---
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
mandrav:
--- 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...
--- End quote ---
Uncheck "Settings->Editor->CodeCompletion->Use custom control for code-completion list".
Navigation
[0] Message Index
[*] Previous page
Go to full version