Developer forums (C::B DEVELOPMENT STRICTLY!) > Contributions to C::B
How to change key shortcuts in C::B?
dempl_dempl:
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?
JGM:
--- Quote from: 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?
--- End quote ---
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.
raph:
You may as well install the contributed plugins (there are some pretty cool ones) as following
* if you compiled cb from source you have to configure it with
--- Quote ---./configure --with-contrib-plugins=all
--- End quote ---
* if you installed it from a debian package, you will get them by installing codeblocks-contrib_1.0svn****_i386.deb
* if you installed it from a repository (so. has posted one into the forum recently), execute "apt-get install codeblocks-contrib"
Regards raph
dempl_dempl:
Raph , I love you ...
Navigation
[0] Message Index
[*] Previous page
Go to full version