Re: [Erlide-devel] Reloading Erlang Modules Used Within ErlIDE itself

2009-12-17 Thread Vlad Dumitrescu
On Thu, Dec 17, 2009 at 03:36, Alain O'Dea wrote: > Does the ErlIDE backend reload changes to the modules it uses? I suppose you refer to running erlide from another eclipse instance, and the answer is that yes, it can do that. There are two options: - install the org.erlide.selfhost feature. St

[Erlide-devel] Reloading Erlang Modules Used Within ErlIDE itself

2009-12-16 Thread Alain O'Dea
Does the ErlIDE backend reload changes to the modules it uses? I am working on an erlide_tidy module that uses the erlide_scanner_server:getTokens/1 for erl_tidy:module/1 instead of depending on local files. When I made a change to the erlide_tidy module it was not reflected when I reran the Clea