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

how can I export the hotkey and perspective configure and transfer them ?

Started by huzhongshan, July 02, 2012, 02:18:54 AM

Previous topic - Next topic

huzhongshan

I use cb_share_configure , It cannot do such things. ( or I am wrong?) How?

Jenna

Quote from: huzhongshan on July 02, 2012, 02:18:54 AM
I use cb_share_configure , It cannot do such things. ( or I am wrong?) How?
The hotkeys are configured by a plugin /kexbinder) with an own ini file (cbKeyBinder10.ini), which is normally located in the same directory as C::B's default.conf.

MortenMacFly

Quote from: huzhongshan on July 02, 2012, 02:18:54 AM
I use cb_share_configure , It cannot do such things. ( or I am wrong?) How?
For the perspective: You need to transfer the following section of you default.conf settings file:
      <main_frame>
         <layout>
            <view1>
[...]
            </viewXXX>
         </layout>
      </main_frame>

This is not yet supported by the cb_share_config tool (but might be in a future release).
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]