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

Functionnal regression in standard stacktrace output #32

Closed nicknolt closed 5 years ago

nicknolt commented 7 years ago

When an exception occured, the stacktrace is writen in the intellij console especially a link to the file where the error come, but this link dont work anymore with awesome console.

Under windows, a cmd windows pop up then disapear and nothing happend.

By example :

Error Traceback (most recent call last): File "C:\Users{UserName}{path}\test_combo_box.py", line 191, in test_binding_command_with_combo

"C:\Users{UserName}{path}\test_combo_box.py" is a link in the standard console and the functionnal behavior (redirect in Intellij in the right file) dont work anymore.

Kisty commented 6 years ago

If this is the same problem with trying to open a full path on Windows:

In the console: C:\Users\Me\path\to\file.txt:60:

Windows cannot find file file:///C:\Users\Me\path\to\file.txt:60: Make sure you've entered in the right path and try again

anthraxx commented 5 years ago

This should be fixed in master and available in the next update (which is scheduled next week) If this problem persists please leave a message for further investigation.