Sublime Forum

Files open to multiple tabs due to case in path

#1

I believe this started with the Build 3170 update.

E:\Project\file.cpp
e:\project\file.cpp

Sublime is treating these as two different files, and opening them into separate tabs.

I compile using a custom build system with a file_regex so I can F4 through errors. When I open a file through Sublime it comes in with an upper-case drive letter and whatever other upper-case characters are in the path. From the compiler output, the file path is always printed out completely lowercase. So every time I F4 through errors I end up with two of every file open.

Any help would be appreciated.

1 Like

#2

This is probably related to:

0 Likes

#3

this has also been reported at

0 Likes