[RESOLVED] Full screen code editor?

General questions regarding the usage of CodeLite
Coder1
CodeLite Curious
Posts: 4
Joined: Sun Jul 21, 2013 3:03 pm
Genuine User: Yes
IDE Question: C++
Contact:

[RESOLVED] Full screen code editor?

Post by Coder1 »

Hi,

I'm using CodeLite 5.2 on Linux (lubuntu)

It's on a laptop with a small screen so I was hoping to be able to make just the code editor tabs full screen. I read a few posts in the forums about detaching the code tabs, but I can't seem to get the right click menu to show the detach option.

I tried Alt-M to make the UI full screen but that doesn't do what I want, it only makes the entire codelite window go full screen.

Is what I'm trying to do possible? Any ideas on how I can achieve this?

Cheers!
Last edited by Coder1 on Sat Jul 27, 2013 4:07 pm, edited 1 time in total.
solewalker
CodeLite Veteran
Posts: 75
Joined: Thu Mar 14, 2013 11:24 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: Full screen code editor?

Post by solewalker »

what about Ctrl-M, it hides all Toolbars, workspace pane and output pane. This is what you want I guess

Edit: If you are on single-toolbar mode, it won't hide the toolbar.
Coder1
CodeLite Curious
Posts: 4
Joined: Sun Jul 21, 2013 3:03 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [RESOLVED] Full screen code editor?

Post by Coder1 »

Awesome Ctrl-M does exactly what I want

Thanks for your help!
Post Reply