如何在 jEdit 中禁用 Scala 源代码的自动编译?
我一直很喜欢 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您正在使用某种提供自动编译的插件。我使用 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 appropriatecatalog
entry).In other words, I would just remove whatever plugin is causing auto-compilation; it's not actually necessary for Scala in jEdit.