Problem of Keyboard ShortCut and Theme

General questions regarding the usage of CodeLite
Monkey_D_Asce
CodeLite Curious
Posts: 1
Joined: Fri Jun 12, 2015 6:48 pm
Genuine User: Yes
IDE Question: C++
Contact:

Problem of Keyboard ShortCut and Theme

Post by Monkey_D_Asce »

I set a new keyboard shortcut(Show toolbar | Ctrl-LEFT ). But it only works well on hiding toolbar. Typing "Ctrl - LEFT" can't show toolbar, while the other keyboard shortcut (e.g. Show Workspace pane) work well both on hiding and showing. What's the problem?

And another question, The code area would looks like Sublime if I choose monokai-theme. But the other parts(e.g. workspace pane,debugger pane,toolbar,output pane) stand Light still. How could I change the style of the whole CodeLite from light into dark?

(Ubuntu 14.04LTS , CodeLite 8.0)
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Problem of Keyboard ShortCut and Theme

Post by eranif »

Monkey_D_Asce wrote:And another question, The code area would looks like Sublime if I choose monokai-theme. But the other parts(e.g. workspace pane,debugger pane,toolbar,output pane) stand Light still. How could I change the style of the whole CodeLite from light into dark?
There is not much that you can do about it, except for setting the global background area to black (settings->colours and fonts->global background/foreground colour)

The keyboard things works on Windows/OSX so I guess its a Linux issue, which I have no idea why it fails to work...
Does it with other keyboard shortcuts?

Eran
Make sure you have read the HOW TO POST thread
Post Reply