Is there a way for arrow keys to control tree control

General questions regarding the usage of CodeLite
daliwong
CodeLite Curious
Posts: 4
Joined: Tue May 01, 2012 5:58 pm
Genuine User: Yes
IDE Question: c++
Contact:

Is there a way for arrow keys to control tree control

Post by daliwong »

The right arrow will expand the node but left arrow does not collapse. on eclipse you can add this file call .gtkrc-2.0 to enable eky control. is thee such a thing for codelite?

thanks
gary
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Is there a way for arrow keys to control tree control

Post by eranif »

daliwong wrote:The right arrow will expand the node but left arrow does not collapse
In codelite the collapse in expand are consolidated into a single action named "Toggle Fold"
So Alt-RIGHT will do both expand and collapse
daliwong wrote:on eclipse you can add this file call .gtkrc-2.0 to enable eky control. is thee such a thing for codelite?
No. You can change all your keyboard settings from: Settings -> Keyboard shortcuts

Eran
Make sure you have read the HOW TO POST thread
daliwong
CodeLite Curious
Posts: 4
Joined: Tue May 01, 2012 5:58 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: Is there a way for arrow keys to control tree control

Post by daliwong »

Thank you for your quick reply. I tried the toggle with a few diff key combo but no success. I am running as a VM in virtualbox, perhaps it is interfering.
Post Reply