I've been working on several projects involving Erlang in Eclipse ( using the Erlide plugin ) and dealing with erlang is somehow problematic in such IDE since it is hard to visualize the set of changes across all erlang source files that were modified.
When I use Netbeans for Java purposes, integrated to a centralized SVN, I can see all add/update/delete changes in different collors, compared to the last time I have committed such changes in source control system.
I tried to achieve the same with Eclipse + Erlide, but it does not appear possible. Somehow it is hard to understand the visual benefits of that.
Did anyone succeed well using a version control with Erlide, for the above purposes ?