Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I configure jEdit for Scala projects?

I'd like to be able to use jEdit to write, compile and test projects written in Scala. How can I configure it to do so?

like image 593
Daniel C. Sobral Avatar asked Jan 09 '09 16:01

Daniel C. Sobral


2 Answers

The new link appears to be http://wiki.liftweb.net/index.php?title=SetUp_jEdit

like image 86
David Vydra Avatar answered Sep 30 '22 20:09

David Vydra


May be this JEdit Setup with Scala setup jEdit to develop Scala can help you ?
(new updated link, as mentioned by David Vydra in his answer)

It refers to a JEdit fully configured to run Scala projects.

http://wiki.liftweb.net/images/9/91/Screenshot-jedit.png

like image 26
VonC Avatar answered Sep 30 '22 18:09

VonC