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

Default Implementation in Intellij collides with the plugin #98

Open t-oster opened 9 months ago

t-oster commented 9 months ago

There are many reports of this plugin not correctly regocnizing lines e.g.

/home/me/project/run.java:[245,15]

96 #81 and more.

However in the Unit-Tests exactly those examples are tested and working. So my guess is, since Intellij itself already finds links to files, their filter is probably executed first and prevents this plugin from working correctly.

Has anyone an idea how to make the consoleFilterProvider have higher priority than the default one?

@anthraxx are you still maintaining this project?