Page 1 of 1

[RESOLVED] Full screen code editor?

Posted: Sat Jul 27, 2013 1:24 pm
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!

Re: Full screen code editor?

Posted: Sat Jul 27, 2013 3:58 pm
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.

Re: [RESOLVED] Full screen code editor?

Posted: Sat Jul 27, 2013 4:07 pm
by Coder1
Awesome Ctrl-M does exactly what I want

Thanks for your help!