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.
我目前正在尝试使用不同的轻量级文本编辑器进行 Scala 开发。jEdit似乎使用户能够进行许多调整。但是,我目前在通过控制台插件突出显示其错误和警告时遇到问题。
它将某些行标记为错误,但实际上并非如此。这就是为什么我想知道是否有人真的有他们愿意与我分享的 sbt 错误模式的配置?
以下对我有用:
Error: \[error\](\s)(\w):([\\|\w|.]*):(\d*):(\s)([\w*|(\s)|\W]*) Warn: \[warn\](\s)(\w):([\\|\w|.]*):(\d*):(\s)([\w*|(\s)|\W]*) Extra: Filename: $3 Line number: $4 Error message: $6