如何在 jEdit 中禁用 Scala 源代码的自动编译?

发布于 2024-08-04 06:22:23 字数 161 浏览 2 评论 0原文

我一直很喜欢 jEdit 与 Scala 源代码的自动编译功能。然而,现在我在 Lift 项目中使用“mvn scala:cc”和 JavaRebel,它提供了比 jEdit 更好的编译,并且我想禁用 jEdit 的自动编译。

如何在 jEdit(尤其是 Scala 源代码)中禁用自动编译?

I have always liked the auto-compilation feature of jEdit with Scala sources. Now, however, I'm using "mvn scala:cc" and JavaRebel with a Lift project, which provides better compilation than what jEdit does, and I'd like to disable jEdit's auto-compilation.

How do I disable auto-compilation in jEdit, of Scala sources, in particular?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

全部不再 2024-08-11 06:22:23

我假设您正在使用某种提供自动编译的插件。我使用 jEdit for Scala 根本不需要任何自动编译,只需将 scala.xml 模式文件添加到我的 .jedit/modes 目录(以及相应的 catalog 条目) )。

换句话说,我会删除任何导致自动编译的插件;对于 jEdit 中的 Scala 实际上并不是必需的。

I'm assuming you're using some sort of plugin which provides auto-compilation. I use jEdit for Scala without any auto-compilation at all, simply by adding the scala.xml mode file to my .jedit/modes directory (along with the appropriate catalog entry).

In other words, I would just remove whatever plugin is causing auto-compilation; it's not actually necessary for Scala in jEdit.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文