thSoft / elysium

LilyPond IDE for Eclipse
http://elysium.thsoft.hu
14 stars 3 forks source link

#146 fix find references within local file #165

Closed nittka closed 6 years ago

nittka commented 6 years ago

Finding references within an opened file was broken. This is because the link target points to the file URI (absolute location), but the file is opened with platform URI. This fix adds a platform search target, if the file URI points to a workspace file.

This resolves #146.

thSoft commented 6 years ago

Thanks for the fix!