Skip to content

Check url using kprotocolmanager to allow remote kio

kinta aka requested to merge kinta/kdevelop:remotefs_debug into master

To address -> https://bugs.kde.org/show_bug.cgi?id=445582 . It allows debugging of remote filesystem files. Specially useful when developing/debugging php not locally.

It doesn't check existence of file as it was doing to properly mark the current line, though. It only will check if url could be treated as a filesystem, so it may be obtained.

Merge request reports