Summary: | don't allow to find in remote urls | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | meyerm |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | nate, stefan.bruens |
Priority: | HI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
meyerm
2009-03-19 22:08:02 UTC
KDevelop cannot know wether a connection is fast or stable enough to do remote find-in-files. Besides we'd need to write a new grep+find (at least) to do this, as those tools don't work on remote urls. I think you agree downloading a whole dir including subdirs from a remote url to a temp-dir, just to do a find+grep in there is not an option either. So I'll change this bugreports title to match what should really be fixed, namely that we don't allow the user to pick a remote url for the directory. Sounds good. Perhaps this can be revised later if the user has a working ssh connection to the remote dir (calling find and grep over ssh). But for the time beeing deactivating it (with a hint why it isn't available) seems to be the best alternative. We're already disallowing non-local directories to be used by setting the KUrlRequester to KFile::LocalOnly, if you can still choose remote dirs then thats a bug in kurlrequester. I can confirm that. Reassigning |