Splitting the editor in CodeLite

General questions regarding the usage of CodeLite
marmistrz
CodeLite Curious
Posts: 6
Joined: Thu Mar 17, 2016 7:25 pm
Genuine User: Yes
IDE Question: C++
Contact:

Splitting the editor in CodeLite

Post by marmistrz »

Lately I decided to move a lot of my code to another file. And it would be very useful to split the editor window, just as shown on this image: http://4.bp.blogspot.com/-NjNuV3LrD1M/T ... Editor.png

How can I do it in CodeLite?
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Splitting the editor in CodeLite

Post by eranif »

This is no longer possible
You can only detach an editor into a separate frame (right click on the file's tab label and select "Detach Editor")

Eran
Make sure you have read the HOW TO POST thread
marmistrz
CodeLite Curious
Posts: 6
Joined: Thu Mar 17, 2016 7:25 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Splitting the editor in CodeLite

Post by marmistrz »

eranif wrote:This is no longer possible
Why was that removed :/ ? Editing two files side by side is a crucial feature.

I would accept detaching the editor if I could make it half-screen wide with my WM. But on my 1366x768 desktop the minimal width of the window is too big, so I can't even do this with my WM :/
User avatar
eranif
CodeLite Plugin
Posts: 6373
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: Splitting the editor in CodeLite

Post by eranif »

Editing two files side by side is a crucial feature
Depend on who you are asking...
Why was that removed :/
For various reasons (I think I explained them in other posts on this forum)

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