- assigned_to: Teodor Petrov
From the corresponding forum thread:
I sometimes have several (generally 2) files open with the same name even though they live in different directories. Other code editors solve that elegantly by displaying in the tab text only what it needed to disciminate between several files. For example, let's say we have the files include/barfoo/foo.h and include/foobar/foo.h: many editors would display the name barfoo/foo.h and foobar/foo.h to help disciminate between the two files, and would simply name the remaining tab foo.h when we close one of the tabs.
Would it be possible to have the same thig in Code::Blocks?
If I'm not mistaken, Sublime does that, but I remember seing that in other code editors or IDEs too, even though I don't remember which.