erlang / erlide_eclipse

Eclipse IDE for Erlang

Home Page:http://erlide.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.hrl error cleanup

goncalo-pereira opened this issue · comments

When I build a project, using menu option Project > Clean (I select 'Clean projects selected below' [the project is selected], check 'Start a build immediatly' selecting 'Build only the selected projects')
and have an error in an include file (hrl) - eg. a syntax error, after I fix the error and do another project build, erlide still shows the old error.
Is there any way to clean up those errors?
Thank you.

The only way to get rid of those errors is (at the moment) by selecting them in the Problems view (you can select the "Errors" line) and press 'Delete'. The reason they are not cleaned up is that the dependencies between files are not perfect.

Thank you.