如何为Scala项目配置jEdit?

时间:2022-09-11 19:17:32

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?

我希望能够使用jEdit编写,编译和测试用Scala编写的项目。如何配置它呢?

3 个解决方案

#1


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

新链接似乎是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)

可能是这个JEdit安装程序用Scala设置jEdit来开发Scala可以帮到你吗? (David Vydra在他的回答中提到的新的更新链接)

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

它指的是完全配置为运行Scala项目的JEdit。

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模式(我的调整版本),并留在那。我的所有编译,shell和SCM都是在一个单独的终端窗口中完成的。通常我会使用“Project Viewer”来管理项目级别的事情,但这只是因为每次我必须使用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.

jEdit + Buildr + JavaRebel(用于shell)==出色的工作流程。我没有得到Scala插件提供的编译保存行为,但我可以没有它。由于类型系统的复杂性,无论如何在保存时编译Scala是棘手的。

#1


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

新链接似乎是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)

可能是这个JEdit安装程序用Scala设置jEdit来开发Scala可以帮到你吗? (David Vydra在他的回答中提到的新的更新链接)

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

它指的是完全配置为运行Scala项目的JEdit。

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模式(我的调整版本),并留在那。我的所有编译,shell和SCM都是在一个单独的终端窗口中完成的。通常我会使用“Project Viewer”来管理项目级别的事情,但这只是因为每次我必须使用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.

jEdit + Buildr + JavaRebel(用于shell)==出色的工作流程。我没有得到Scala插件提供的编译保存行为,但我可以没有它。由于类型系统的复杂性,无论如何在保存时编译Scala是棘手的。