Retain source file tab order in IDE?

Working on new editor enhancements?
User avatar
SnowyDog
User
User
Posts: 21
Joined: Tue Jun 10, 2014 8:18 pm

Retain source file tab order in IDE?

Post by SnowyDog »

I have searched the forum but failed to find an answer to this.

When working on a project with multiple source / include files open as tabs across the top of the IDE window, it is possible to change the order in which the file appear left to right, but is there a way to permanently fix this order of the tabs in the IDE?

The project PBP project file lists each of the source files in the project and I presumed this also defines the order they will be laid out but every time the project is opened the tabs in the IDE is always rearranged alphabetically by file name, regardless of the order in the PBP file.

I'd like to be able to fix the order of the tabs for each project. Any way to do this? Thanks.
User avatar
kenmo
Addict
Addict
Posts: 1967
Joined: Tue Dec 23, 2003 3:54 am

Re: Retain source file tab order in IDE?

Post by kenmo »

You are in luck, this feature was merged into the IDE project 8 days ago, so it should be in the next official release:
https://github.com/fantaisie-software/p ... c/pull/197
User avatar
SnowyDog
User
User
Posts: 21
Joined: Tue Jun 10, 2014 8:18 pm

Re: Retain source file tab order in IDE?

Post by SnowyDog »

This is great news, thanks kenmo.
Post Reply