heon21st / flashdevelop

Automatically exported from code.google.com/p/flashdevelop
0 stars 1 forks source link

Disambigous files with same name #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In tabs, if you open two files with the same name :

c:/myproject/my/pack/Tools.hx
c:/myproject/my/lib/sub/Tools.hx

They both show as "Tools.hx" in open tabs, making it hard to differenciate 
between the two.

Proposal :

When two or more open files have the same name, split the paths on / \ and 
display the first different part between the the files.

In the previous example that would be :

Tools.hx(pack)
Tools.hx(lib)

Original issue reported on code.google.com by ncanna...@gmail.com on 8 Feb 2012 at 3:26

GoogleCodeExporter commented 9 years ago

Original comment by philippe...@gmail.com on 30 Jul 2012 at 9:15

GoogleCodeExporter commented 9 years ago
Out in 4.1

Original comment by mey...@gmail.com on 13 Nov 2012 at 7:33