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 are ignored - only filename is used to link to file #36

Closed mark-anders closed 5 years ago

mark-anders commented 6 years ago

It seems like the path name of a file - even if fully qualified - is ignored when determine the file to link to. So, for example, clicking on the following link:

 cs/src/app/__init__.py:83

Would bring up a list of every init.py function, which is a huge list - maybe 1000 or more! If you don't know python, init is an object's constructor. What's worse, the one I'm looking for is at the bottom of the list, as installed libraries come first.

It's good to allow ambiguous names, but if qualified, it should filter the list and hopefully go directly there.

mjarmstr commented 5 years ago

I'm seeing something similar, but not exactly the same. I have a path like this.

verifier\framework.py:12:1: 

And what gets linkified is \framework.py:12:1: so when I click on it I get and error that Windows cannot find file:///c:\framework.py:12:1:

anthraxx commented 5 years ago

fixed in master, release will be deployed soon