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

abs paths should open project files in pycharm #20

Closed avshyz closed 7 years ago

avshyz commented 7 years ago

Python tracebacks throws this one off the track. When I try to click on a file path (looks something like 'File /Path/To/Erroneous/File.py, line x...') instead of opening the file in pycharm, it opens that in my external editor (atom). Can you, before opening externally, check if the clicked file link is in the project directory? that would make this plugin truly shine.

Thanks a lot!

dawez commented 7 years ago

Also happening in IntelliJ with python files

anthraxx commented 7 years ago

not really as it just uses the file opening mechanics of the intellij plugin mechanics and therefor uses your systems associated mime type for that file type (being .py). You should switch your default editor for that mime type to intellij instead.