I mean these tabs on the attachment.
Is there a way to sort tabs by order of them being originally opened
-
- CodeLite Curious
- Posts: 2
- Joined: Wed Sep 21, 2022 7:52 am
- Genuine User: Yes
- IDE Question: C--
Is there a way to sort tabs by order of them being originally opened
You do not have the required permissions to view the files attached to this post.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Is there a way to sort tabs by order of them being originally opened
Here is the tab default sort behavior:
By default all files are placed from left -> right in order they opened.
Unless you opened an editor using F2
(shortcut for "swap header/implementation file") - in this case, the file is placed to the right of its sibling (file.cpp + file.h are considered "siblings")
You can always drag/drop files or move them around using the designated keyboard shortcut
Make sure you have read the HOW TO POST thread