Helo and welcome!

On 2/1/07, Tobias Oberstein <[EMAIL PROTECTED]> wrote:
> - the "Eclipse hangs while starting up" bug really sucks -- ran into it
> when the IDE freezed while I closed a src tab and when I had to kill the
> IDE cause of runaway recursive fun .. (I had to remove the Erlide
> workspace in filesystem, create new WS and reimport all erl files ..)
> // looked into the buglist .. it seems the bug has NOT high prio .. why?
> IMHO this one should have ..

I had very little time to work with Erlide lately, so going through
the bug list to update priorities had to wait...

> - i managed to start a "infinite recursion" in the Erlang console ..
> unable to stop it, it ran until mem exhaust. how can one stop stuff in
> the console? or generally, restart backend Erlang from Erlide?

This isn't an Erlide specific problem. If the runaway process is the
console one, one has to open another console, find the pid of the
first console and kill it. Opening a new console isn't yest supported
from Erlide, one has to start another erlang instance and use ^G to
connect to the original node. Which may take more time than to let the
memory run out :-)

> - how can I get back in history in the console? tired of typing in
> commands all over again ..

The history is not saved between sessions. You can access it with
Ctrl-Up from the input field in the console view.

> - Outlines do work if I start Erlide .. until I edit some src, then
> Outline for that src disappears .. or gets completely confused .. how to
> refresh Outlines?

Could you send some code that confuses the outline, please?

> - generally, are there plans for "auto-indent" to some configurable
> source formatting style (like Emacs)?

The auto-indent functionality is not close to what we'd like to have
(as you noticed), but yes, we plan to fix it.

best regards,
Vlad

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Erlide-devel mailing list
Erlide-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/erlide-devel

Reply via email to