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

Filename and Line Parsing for C++ compilers (CLion) #62

Open thpoll83 opened 3 years ago

thpoll83 commented 3 years ago

When running in CLion on Windows the error output of the compiler looks like this:

Test.cpp(111,71): error C2664: ...

The file is recognized as URL and CLion tries to open the file in a browser, however, I want to jump to Test.cpp, Line 111