Fixing url of remotely searched files. URL of searched file is now created…

Authored by martinkostolny on Apr 1 2016, 10:04 PM.

Description

Fixing url of remotely searched files. URL of searched file is now created through URL::fromUserInput method instead of URL::fromLocalFile. So remote URLs are still valid. Remotely searched files can now be successfully opened in editor. Fixes T1972 Fixes D1255