erlang / erlide_eclipse

Eclipse IDE for Erlang

Home Page:http://erlide.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

recompile following external source file update

martinpritchard opened this issue · comments

When my .erl file changes on disk (i.e. from an external SCM update), erlide reloads the changes to the file, but then 'mark occurrences' gets skewed. To clean this up, I have to make a minor modification to the file, then save it, erlide recompile it, and the 'mark occurrences' then works fine.

It seems that the recompile fixes the issue.

I guess the update notification is lost somewhere along the way in this case. I will look at it (but tomorrow I go on vacation)