removing directory names from tabs?

General questions regarding the usage of CodeLite
N7DR
CodeLite Enthusiast
Posts: 20
Joined: Sun Sep 01, 2019 12:57 am
Genuine User: Yes
IDE Question: C++
Contact:

removing directory names from tabs?

Post by N7DR »

I just upgraded from debian buster to debian bullseye. That meant that codelite went from version 12.0.0 to version 14.0.0.

I see that now the tabs on the editor window include the directory name, not just the filename. This means that the number of tabs displayable at any one time is greatly reduced, which is obviously not a good thing. How do I switch the behaviour back to what it was before (i.e., without the directory names included in the tabs)?

stahta01
CodeLite Enthusiast
Posts: 39
Joined: Thu Dec 29, 2011 10:07 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: removing directory names from tabs?

Post by stahta01 »

The way in 15.0.0 is as follows

Settings -> Preferences
Left hand pane: Windows & Tabs
Tab: Tabs
Uncheck "Show filePaths on tabs"

Tim S.

N7DR
CodeLite Enthusiast
Posts: 20
Joined: Sun Sep 01, 2019 12:57 am
Genuine User: Yes
IDE Question: C++
Contact:

Re: removing directory names from tabs?

Post by N7DR »

As I said:
I just upgraded from debian buster to debian bullseye. That meant that codelite went from version 12.0.0 to version 14.0.0.

The instructions you gave are for 15.0.0. How do I fix this in the official bullseye release, which is 14.0.0?

DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: removing directory names from tabs?

Post by DavidGH »

Hi,

How do I fix this in the official bullseye release, which is 14.0.0?

I don't think you can. However you're not restricted to the official debian packages; there's an unofficial 15.0 one.

Regards,

David

Post Reply