- About Scala
- Documentation
- Code Examples
- Software
- Scala Developers
Scala IDE
Tue, 2009-04-07, 10:58
Hi!
Netbeans have a very good editor but it misses cos(compile-on-save) feature, it takes many time on the edit-compile-run cycle :(
Eclipse editor is nice and have cos, but it gives many errors and many times the code completition fails.
Maybe i should post on the Netbeans mailing list and not this one, but with cos the Netbeans IDE would be my choice, at the moment i am totaly divided, none of them are 100% good
View this message in context: Scala IDE
Sent from the Scala - Tools mailing list archive at Nabble.com.
View this message in context: Scala IDE
Sent from the Scala - Tools mailing list archive at Nabble.com.
Tue, 2009-04-07, 14:27
#2
Re: Scala IDE
Netbeans 6.5 compiles in the background.
There is a discussion group for the scala plugin here:
http://groups.google.com/group/scala-netbeans
and you can report scala netbeans bugs here:
http://www.netbeans.org/issues/buglist.cgi?Submit+query=Submit+query&com...
porfirio wrote:
> Hi!
>
> Netbeans have a very good editor but it misses cos(compile-on-save) feature,
> it takes many time on the edit-compile-run cycle :(
>
> Eclipse editor is nice and have cos, but it gives many errors and many times
> the code completition fails.
>
> Maybe i should post on the Netbeans mailing list and not this one, but with
> cos the Netbeans IDE would be my choice, at the moment i am totaly divided,
> none of them are 100% good :-(
Tue, 2009-04-07, 14:57
#3
Re: Scala IDE
Might be a problem of my IDE then, it takes long time here to compile a
couple of classes
I get it to compile a bit faster, using fsc in replacement of scalac, still
i cant get it as fast as i get with eclipse
Doug Holton-3 wrote:
>
> Netbeans 6.5 compiles in the background.
>
> There is a discussion group for the scala plugin here:
> http://groups.google.com/group/scala-netbeans
>
> and you can report scala netbeans bugs here:
> http://www.netbeans.org/issues/buglist.cgi?Submit+query=Submit+query&com...
>
>
>
> porfirio wrote:
>> Hi!
>>
>> Netbeans have a very good editor but it misses cos(compile-on-save)
>> feature,
>> it takes many time on the edit-compile-run cycle :(
>>
>> Eclipse editor is nice and have cos, but it gives many errors and many
>> times
>> the code completition fails.
>>
>> Maybe i should post on the Netbeans mailing list and not this one, but
>> with
>> cos the Netbeans IDE would be my choice, at the moment i am totaly
>> divided,
>> none of them are 100% good :-(
>
>
>
On Tue, Apr 7, 2009 at 10:58 AM, porfirio wrote:
> Hi! Netbeans have a very good editor but it misses cos(compile-on-save)
> feature, it takes many time on the edit-compile-run cycle :( Eclipse editor
> is nice and have cos, but it gives many errors and many times the code
> completition fails. Maybe i should post on the Netbeans mailing list and not
> this one, but with cos the Netbeans IDE would be my choice, at the moment i
> am totaly divided, none of them are 100% good
If you want to help either of the Scala open source IDEs improve then
please use them, and if you run into issues, file bug reports against
them or, better still ... send us patches! :-)
Cheers,
Miles