Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: huzhongshan on July 02, 2012, 02:18:54 am

Title: how can I export the hotkey and perspective configure and transfer them ?
Post by: huzhongshan on July 02, 2012, 02:18:54 am
I use cb_share_configure , It cannot do such things. ( or I am wrong?) How?
Title: Re: how can I export the hotkey and perspective configure and transfer them ?
Post by: Jenna on July 02, 2012, 06:29:30 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.
Title: Re: how can I export the hotkey and perspective configure and transfer them ?
Post by: MortenMacFly on July 02, 2012, 08:07:21 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).