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

Paths with string representation of newlines are not linkified #39

Closed Minothor closed 3 years ago

Minothor commented 6 years ago

Similar to spaces mentioned in #22 paths mentioned in strings don't currently trigger parsing. e.g.: the [file:line:column]\n.. etc.. below: at /home/njb/WebstormProjects/iab-vpaid/packages/vpaid/test/testabulous/vpaid-validate.spec.js:15219:47\n\nTypeError: (0 , _history.getTagFilters) is not a function

Would it be possible to let Users define logging patterns perhaps, even if only as a way to cut down on 'bug' reports here?

Either way, aptly named plugin by the way, cheers!

anthraxx commented 5 years ago

Honest question, how do you get broken output like that? Isn't that something that should be fixed on your side while logging?

anthraxx commented 3 years ago

closed due to no feedback after ~ 2 years