heon21st / flashdevelop

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

Better path disambiguation for open files #53

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
It would be nice if FD could recursively check parent directories of open files 
until the path is not ambiguous anymore:
http://simn.de/haxe/fd_object_map_ambiguity.png

In Sublime Text 2 these are shown as
    ObjectMap.hx - php\...\ds
    ObjectMap.hx - neko\...\ds
    ObjectMap.hx - flash8\...\ds
Which I think is a good solution.

Original issue reported on code.google.com by si...@haxe.org on 4 Feb 2013 at 6:30

GoogleCodeExporter commented 9 years ago
It does actually, but there's a bug in the algorithm in some cases.

Original comment by philippe...@gmail.com on 21 Jul 2013 at 9:42