Re: [Erlide-devel] Supporting Eclipse 3.2

2006-05-28 Thread Andrew Lentvorski
Vlad Dumitrescu wrote: However, 3.2 has some incompatible changes from 3.1, which make it difficult to support both versions. (I'd say that given the conditions, it would be almost impossible) Since the user base is still small, I think it would be less painful to upgrade sooner than later. Thi

Re: [Erlide-devel] Bug report: null pointer exception on new file

2006-05-28 Thread Vlad Dumitrescu
Thank you for the report. I get a NPE somewhere else, so there are several places where we should check for null pointers... Also, please use the Sourceforge bug tracker, it's easier to manage the problems. Opening Window->Prefereneces->Erlang will display links to the different trackers. regard

[Erlide-devel] Bug report: null pointer exception on new file

2006-05-28 Thread Mickael Remond
Hello, When I create a new file in the IDE, it seems to always create a null pointer exception preventing to access the file for edition. When I restart Erlide, I can again access the file for edition. Here is the start of the stack trace: java.lang.NullPointerException at org.erlide.core

Re: [Erlide-devel] Supporting Eclipse 3.2

2006-05-28 Thread Mickael Remond
Hello, * Vlad Dumitrescu <[EMAIL PROTECTED]> [2006-05-28 19:18:07 +0100]: > Hi all, > > Version 3.2 is almost ready now, with many improvements, not the least > performance-wise. Personally, I'd like to make the switch to the new > version. > > However, 3.2 has some incompatible changes from 3.

[Erlide-devel] Supporting Eclipse 3.2

2006-05-28 Thread Vlad Dumitrescu
Hi all, Version 3.2 is almost ready now, with many improvements, not the least performance-wise. Personally, I'd like to make the switch to the new version. However, 3.2 has some incompatible changes from 3.1, which make it difficult to support both versions. (I'd say that given the conditions,

Re: [Erlide-devel] Feedback on the developer's manual

2006-05-28 Thread Vlad Dumitrescu
Hi, On 5/28/06, Mickael Remond <[EMAIL PROTECTED]> wrote: I have been following the developer's manual to get started. (http://erlide.sourceforge.net/devman.html) I have several fixes (at least for version 3.1.2): Great, thanks! If it is somewhere is the CVS, I can update it. I am curre

Re: [Erlide-devel] Mixing Erlang and C code in the same project

2006-05-28 Thread Vlad Dumitrescu
Hi, On 5/28/06, Mickael Remond <[EMAIL PROTECTED]> wrote: * Vlad Dumitrescu <[EMAIL PROTECTED]> [2006-05-27 20:36:43 +0100]: > We have a soon-to-be-released builder for Erlang projects that uses > existing Makefiles. This might conflict with the C nature, since I > presume there is only a single

Re: [Erlide-devel] Feedback on the developer's manual

2006-05-28 Thread Mickael Remond
* Mickael Remond <[EMAIL PROTECTED]> [2006-05-28 10:24:02 +0200]: > Hello, > > I have been following the developer's manual to get started. > (http://erlide.sourceforge.net/devman.html) Something else is also missing: To develop on Erlide, you have to have a version of Erlide already installed

Re: [Erlide-devel] Mixing Erlang and C code in the same project

2006-05-28 Thread Mickael Remond
Hello, * Vlad Dumitrescu <[EMAIL PROTECTED]> [2006-05-27 20:36:43 +0100]: > We have a soon-to-be-released builder for Erlang projects that uses > existing Makefiles. This might conflict with the C nature, since I > presume there is only a single Makefile for the project. What is going to be the

[Erlide-devel] Feedback on the developer's manual

2006-05-28 Thread Mickael Remond
Hello, I have been following the developer's manual to get started. (http://erlide.sourceforge.net/devman.html) I have several fixes (at least for version 3.1.2): - In section 1.3 Build: The last bullet is not needed as it is already in bullet number 2. - A second bullet should be added stating