Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直很喜欢 jEdit 与 Scala 源代码的自动编译功能。但是,现在我将“mvn scala:cc”和 JavaRebel 与 Lift 项目一起使用,它提供了比 jEdit 更好的编译,我想禁用 jEdit 的自动编译。
特别是如何在 jEdit 中禁用 Scala 源的自动编译?
我假设您正在使用某种提供自动编译的插件。我使用 jEdit for Scala 根本没有任何自动编译,只需将scala.xml模式文件添加到我的 .jedit/modes 目录(以及相应的catalog条目)。
scala.xml
catalog
换句话说,我会删除任何导致自动编译的插件;jEdit 中的 Scala 实际上没有必要。