anthraxx / intellij-awesome-console

IntelliJ IDEA plugin: awesome console finally makes links in your console at least 200% more awesome!
MIT License
159 stars 40 forks source link

File comma separation as a link separation #50

Open soronpo opened 4 years ago

soronpo commented 4 years ago

E.g.: C:\Foo.scala:20:1,C:\Bar.scala:10:7 Currently the link is: file:///C:/Foo.scala:20:1,C:/Bar.scala:10:7 Expected two separate links: file:///C:/Foo.scala:20:1 file:///C:/Bar.scala:10:7