Page 1 of 1

Problem of Keyboard ShortCut and Theme

Posted: Fri Jun 12, 2015 7:12 pm
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)

Re: Problem of Keyboard ShortCut and Theme

Posted: Fri Jun 12, 2015 8:18 pm
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