How do I configure jEdit for Scala projects?

*爱你&永不变心* 提交于 2019-12-06 22:13:49

问题


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?


回答1:


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




回答2:


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




回答3:


I literally just use the jEdit mode (my tweaked version) and leave it at that. All of my compilation, shell and SCM stuff is done in a separate Terminal window. Often times I will use "Project Viewer" to manage things at a project level, but that's just because I'm too lazy to type in a new path every time I have to Cmd+O.

jEdit + Buildr + JavaRebel (for the shell) == an excellent workflow. I don't get the compile-on-save behavior offered by the Scala Plugin, but I can live without that. Compiling Scala on save is tricky anyway due to the complexity of the type system.



来源:https://stackoverflow.com/questions/428819/how-do-i-configure-jedit-for-scala-projects

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!