This page is no longer maintained — Please continue to the home page at www.scala-lang.org

New Editor for Scala Programmers

4 replies
Kjell
Joined: 2011-08-22,
User offline. Last seen 42 years 45 weeks ago.

Hi!

I would like to announce a new text editor for Scala programmers. It
has basic features such as syntax highlighting and built-in Scala and
SBT consoles. The SBT console is connected to the editor so lines with
errors are highlighted.

It is of course not a competitor to IDEs like the Scala IDE for
Eclipse. However, it might be useful for people that want to develop
Scala applications on an old computer or that just want to try Scala.

The installation effort is minimal. It is just to download and run an
executable JAR-file.

See the project website for more information:
http://code.google.com/p/scala-edit/

Best Regards,
Kjell Winblad

Jonathan Toland
Joined: 2011-04-20,
User offline. Last seen 42 years 45 weeks ago.
Re: New Editor for Scala Programmers

Impressive :) Integration with SPDE might make a killer alternative to Nate's troubles maintanably forking PDE.

Kjell
Joined: 2011-08-22,
User offline. Last seen 42 years 45 weeks ago.
Re: New Editor for Scala Programmers

Thank you. I have not had time to try out SPDE yet, but it looks
interesting. Since there is a sbt plugin for SPDE, I think it is
possible to use ScalaEdit together with SPDE already. However,
ScalaEdit is a work in progress so a lot can probably still be done to
make it as user friendly as PDE seems to be.

Perhaps a tutorial for how to start working with ScalaEdit and SPDE
would be nice for people that already know PDE and that want to get
started with SPDE. I would be happy to read it as well, if someone has
the time to write such a tutorial :)

On Aug 22, 11:23 pm, Toland wrote:
> Impressive :) Integration with SPDE might
> make a killer alternative to Nate 's troubles
> maintanably forking PDE
> .

Lex
Joined: 2010-02-28,
User offline. Last seen 42 years 45 weeks ago.
Re: New Editor for Scala Programmers

I get an error:

Exception in thread "AWT-EventQueue-0"
java.lang.UnsupportedOperationException: Desktop API is not supported
on the current platform

No Linux support?

On Mon, Aug 22, 2011 at 2:28 PM, Kjell wrote:
> Hi!
>
> I would like to announce a new text editor for Scala programmers. It
> has basic features such as syntax highlighting and built-in Scala and
> SBT consoles. The SBT console is connected to the editor so lines with
> errors are highlighted.
>
> It is of course not a competitor to IDEs like the Scala IDE for
> Eclipse. However, it might be useful for people that want to develop
> Scala applications on an old computer or that just want to try Scala.
>
> The installation effort is minimal. It is just to download and run an
> executable JAR-file.
>
> See the project website for more information:
> http://code.google.com/p/scala-edit/
>
> Best Regards,
> Kjell Winblad

Kjell
Joined: 2011-08-22,
User offline. Last seen 42 years 45 weeks ago.
Re: New Editor for Scala Programmers

I have used Ubuntu Linux to develop ScalaEdit, so it has Linux support
for sure.

It seems like the Java Desktop API does not support some environments
so that might be the problem:
http://stackoverflow.com/questions/102325/not-supported-platforms-for-ja...

The Desktop API is just used to open URLs in the standard web browser
so I don't think it will be much work to fix the problem.

Can you report the issue in the issue tracker so we can continue the
discussion there:
http://code.google.com/p/scala-edit/issues/list

Thank you

On Aug 23, 4:44 pm, Aleksey Nikiforov wrote:
> I get an error:
>
> Exception in thread "AWT-EventQueue-0"
> java.lang.UnsupportedOperationException: Desktop API is not supported
> on the current platform
>
> No Linux support?
>
> On Mon, Aug 22, 2011 at 2:28 PM, Kjell wrote:
> > Hi!
>
> > I would like to announce a new text editor for Scala programmers. It
> > has basic features such as syntax highlighting and built-in Scala and
> > SBT consoles. The SBT console is connected to the editor so lines with
> > errors are highlighted.
>
> > It is of course not a competitor to IDEs like the Scala IDE for
> > Eclipse. However, it might be useful for people that want to develop
> > Scala applications on an old computer or that just want to try Scala.
>
> > The installation effort is minimal. It is just to download and run an
> > executable JAR-file.
>
> > See the project website for more information:
> >http://code.google.com/p/scala-edit/
>
> > Best Regards,
> > Kjell Winblad

Copyright © 2012 École Polytechnique Fédérale de Lausanne (EPFL), Lausanne, Switzerland