A coworker of mine was complaining that codelite doesn't have split view.
Googling lead me to this issue which seems to indicate that it wasn't easy to implement because of issues with how tab worked in wxwidgets.
However last comment says that wxwidgets now has support for split tabs.
https://github.com/eranif/codelite/issues/1179
Thanks
Split view of a single file
-
- CodeLite Expert
- Posts: 167
- Joined: Fri Jul 22, 2011 5:32 am
- 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: Split view of a single file
See my last comment on the issue (from today)
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 5
- Joined: Thu Feb 08, 2018 4:06 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Split view of a single file
Hi Eranif, Love your work.eranif wrote:See my last comment on the issue (from today)
I've seen for a while there is no split view, and you've reccomended deteach from editor.
Is there a possiability to add a "detach a copy" so that the original code file can still be in the original tabbed window and you can have a detached copy of the same file in the seperate window? This will help when working on large code files so you're not constantly scrolling up and down trying to find your place again. Bookmarks helps also, but have a second copy you can reference in another window would be great. Thanks for your time.
Michael
-
- CodeLite Curious
- Posts: 5
- Joined: Thu Feb 08, 2018 4:06 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Split view of a single file
Actually I might have jumped the gun without reading
https://github.com/eranif/codelite/issues/1179
Which shows you implemented a split window. I'm in version 12.0 but for the life of me, I can't find where I can split the window in the editor or menu.
The issue was posted back in May, so I figured it should be in the build by now correct?
https://github.com/eranif/codelite/issues/1179
Which shows you implemented a split window. I'm in version 12.0 but for the life of me, I can't find where I can split the window in the editor or menu.
The issue was posted back in May, so I figured it should be in the build by now correct?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Split view of a single file
The "Split" is not in CodeLIte 12.0.0
It is part of the weekly builds, cant remember which one
The current one on the website is 12.0.4
It is part of the weekly builds, cant remember which one
The current one on the website is 12.0.4
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 5
- Joined: Thu Feb 08, 2018 4:06 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Split view of a single file
Awesome, I'll pull that one down and take a look.eranif wrote:The "Split" is not in CodeLIte 12.0.0
It is part of the weekly builds, cant remember which one
The current one on the website is 12.0.4