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

File is not recognized on windows #16

Closed murawskikrzysiek closed 7 years ago

murawskikrzysiek commented 8 years ago

The file is also not detected on windows. When the path is: C:\your\file\structure\file1 it will not be recognized When the path is: C:/your/file/structure/file1 it will be recognized

Note that all os methods return the first version (like getcwd, abspath etc)

murawskikrzysiek commented 8 years ago

Actually the problem is with the first slash only. screen shot 2016-02-01 at 11 54 29

anthraxx commented 7 years ago

we believe this issue is fixed in the 0.1337.6 release, which should appear soon in the plugin repositories (plugin already uploaded). If you still encounter issues, please notify us about it.

mbjelac commented 7 years ago

Not working for me in WebStorm (2017.2.5 Build #WS-172.4343.25), plugin version: 0.1337.6

Source URL example (extracted with 'copy URL', dummified sensitive data):

C:/paths/delimited/with/slashes/dash-delimited-name.component.ts:17:21)

Error message:

Windows cannot find
'file:///C:\paths\delimited\with\slashes\dash-delimited-na...:21).
Make sure you ... blah blah.

What's with the trailing closing bracket?