Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: dempl_dempl on September 21, 2007, 03:45:35 pm

Title: How to change key shortcuts in C::B?
Post by: dempl_dempl on September 21, 2007, 03:45:35 pm
Hi,
 How to change key short-cuts in C::B?
 
 If that cannot be done, does anyone know the key for stopping Debuging?


Title: Re: How to change key shortcuts in C::B?
Post by: dje on September 21, 2007, 04:30:44 pm
Hi !

Go to Settings->Editor...
Then click on Keyboard shortcuts in the left columns.

Dje
Title: Re: How to change key shortcuts in C::B?
Post by: dempl_dempl on September 21, 2007, 08:17:16 pm
 :D I can't be that stupid. I know C++ , that requires some sort of intelligence :) .
There is nothing like that on the left side, and ofcourse I've tried that. 8)

Version Info:

Aug 27 2007, wx2.8.4 unicode, Ubuntu Linux Feisty 7.04
Title: Re: How to change key shortcuts in C::B?
Post by: thomas on September 21, 2007, 08:41:41 pm
That functionality is provided by a contrib plugin that you apparently don't have (if you don't see the option).
Look for KeyBinder.
Title: Re: How to change key shortcuts in C::B?
Post by: dempl_dempl on September 21, 2007, 08:54:04 pm
Thanks, I knew you folks didn't left out KeyBinding from program :D ...
Title: Re: How to change key shortcuts in C::B?
Post by: dempl_dempl on September 22, 2007, 12:56:10 am
I've found KeyBinder source on the Net.
I've compiled it nicely, but there is a catch:

I've got .so library as a result, but Code::Blocks asks for .cbplugin file.
What should I do?
Title: Re: How to change key shortcuts in C::B?
Post by: JGM on September 22, 2007, 03:59:27 am
I've found KeyBinder source on the Net.
I've compiled it nicely, but there is a catch:

I've got .so library as a result, but Code::Blocks asks for .cbplugin file.
What should I do?

You can copy that file into:
home/yourusername/.codeblocks/share/codeblocks/plugins

and the correct manifest.xml zipped with the name of the plugin to:
home/yourusername/.codeblocks/share/codeblocks

And next time codeblocks will try to load the plugin, if not check the pluguin menu->manage and enable it.
Title: Re: How to change key shortcuts in C::B?
Post by: raph on September 22, 2007, 11:18:00 am
You may as well install the contributed plugins (there are some pretty cool ones) as following

Regards raph
Title: Re: How to change key shortcuts in C::B?
Post by: dempl_dempl on September 22, 2007, 11:17:05 pm
Raph , I love you ...