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?
Splitting the editor in CodeLite
-
- CodeLite Curious
- Posts: 6
- Joined: Thu Mar 17, 2016 7:25 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Splitting the editor in CodeLite
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
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
-
- 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
Why was that removed :/ ? Editing two files side by side is a crucial feature.eranif wrote:This is no longer possible
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 :/
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Splitting the editor in CodeLite
Depend on who you are asking...Editing two files side by side is a crucial feature
For various reasons (I think I explained them in other posts on this forum)Why was that removed :/
Eran
Make sure you have read the HOW TO POST thread