aik099/PhpStormProtocol

Please add to urldecode for linux

Closed this issue · 3 comments

links in the browser are encoded like this:

phpstorm://open?file=%2Fmedia%2Fphantom%2FStorage%2FProjects%2FE-cabinet%2FE-cabinet%2Fapp%2FHttp%2FInterfaces%2FApi1CSoap.php&line=21

The PhpStorm opens them as a file without decoding the characters %2F thus it turns out that the program opens a file named

%2Fmedia%2Fphantom%2FStorage%2FProjects%2FE-cabinet%2FE-cabinet%2Fapp%2FHttp%2FInterfaces%2FApi1CSoap.php

I've added this into my fork of this app:
https://github.com/codingjungle/phpstorm-url-handler

@Karsi482 / @codingjungle , please open a PR to https://github.com/sanduhrs/phpstorm-url-handler so that other Linux users could benefit from this change.