Thanks for the report, this is now fixed is 3090
To clarify on this, if I have the following two files:
Packages/JavaScript/JavaScript.sublime-syntax
Installed Packages/JavaScript 2.sublime-package/JavaScript.sublime-syntax
and another file, i.e. HTML.sublime-syntax, includes a file named “Packages/JavaScript/JavaScript.sublime-syntax” it will in fact include “Installed Packages/JavaScript 2.sublime-package/JavaScript.sublime-syntax”?
And if the second file was named as “Installed Packages/Better JavaScript.sublime-package/JavaScript.sublime-syntax” it would use the default file?
That’s correct.
Thanks, fixed in 3090
[quote=“Clams”]There is still the issue about the Goto Definition, when you have multiple groups: it will always open the file in your current group even if it is already open in another group. You end up with the same file open multiple times …
This “regression” was introduced a few release ago, I can’t remember exactly which version.[/quote]
That was a deliberate change to bring things into line with Goto Anything, which has always operated this way.