Bug 56137

Summary: "current document directory" doesn't work for fish://
Product: [Applications] kate Reporter: T Phillips <t.phillips>
Component: generalAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description T Phillips 2003-03-19 10:14:26 UTC
Version:           Kate 2.1 (Using KDE 3.1.1) (using KDE Devel)
Installed from:    Compiled sources

I'm assuming that clicking the "Current Document Directory" button in Kate's File Selector is supposed to change the selector to be the same directory as the current file being edited. However, every time I click this button, it says:
   "The specified directory does not exist or was not readable"

Now, most of the time I'm editing files remotely through the fish kio slave, so I'm suspecting that this button doesn't understand kio references or something, since I can't see why this shouldn't work. If I'm editing fish://user@host/some/dir/some_file, then it should open fish://user@host/some/dir/ should it not? Typing the path in manually, or browsing to it works...
Comment 1 Anders Lund 2003-03-30 04:05:52 UTC
This should be fixed by my latest commit. I can sync to a FTP dir, that would be 
allright I assume. 
I can possibly backport the fix to the 3_1 BRANCH if required - anyone? 
Comment 2 T Phillips 2003-03-31 04:59:20 UTC
I would definitely appreciate it if the fix was included in the 3_1 branch.
Thanks...