Author Topic: how can I export the hotkey and perspective configure and transfer them ?  (Read 3089 times)

Offline huzhongshan

  • Multiple posting newcomer
  • *
  • Posts: 109
I use cb_share_configure , It cannot do such things. ( or I am wrong?) How?

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
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.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ