yazd / DKit

DKit is a package to aid developing D programs using Sublime Text 3.
62 stars 23 forks source link

Fixed "Go to definition" not working on unopen file #9

Closed avitebskiy closed 10 years ago

avitebskiy commented 10 years ago

“Go to definition” would not work the first time on OSX when the file with definition needed to be open. Fixed it to wait until the file is loaded before setting the offset.

yazd commented 10 years ago

Thanks, it's working better than before on Linux too.