开发者

How to set up jEdit for sbt build error highlighting?

开发者 https://www.devze.com 2023-01-08 05:33 出处:网络
I currently experimenting with different lightweight text editors for Scala development. jEdit seems to enable the user to make 开发者_运维技巧many tweaks. However, I\'m currently having a problem wit

I currently experimenting with different lightweight text editors for Scala development. jEdit seems to enable the user to make 开发者_运维技巧many tweaks. However, I'm currently having a problem with its error and warning highlighting via the Console plugin.

It marks some lines as errors without actually being them so. That's why I wanted to hear if anybody actually has a configuration of the sbt error patterns that they would share with me?


The following worked for me:

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
0

精彩评论

暂无评论...
验证码 换一张
取 消