Is there a way to sort tabs by order of them being originally opened

General questions regarding the usage of CodeLite
amatuercoder
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

Post by amatuercoder »

I mean these tabs on the attachment.

You do not have the required permissions to view the files attached to this post.
User avatar
eranif
CodeLite Plugin
Posts: 6367
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

Post by eranif »

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
Post Reply