D11705: Highlight selected items when showing parent folder from the open/save dialog

Kai Uwe Broulik noreply at phabricator.kde.org
Mon Mar 26 07:11:30 UTC 2018


broulik added a comment.


  Good idea.
  
  How about folders? Perhaps we should use a different behavior for folders as you're imho more likely to want to open a folder in the file manager than look "where it is"

INLINE COMMENTS

> kdiroperator.cpp:666
>  {
> -    new KRun(currUrl, parent);
> +    KIO::highlightInFileManager(parent->selectedItems().urlList());
>  }

When no folder is selected, this does nothing. It should open the current folder instead, or change labels accordingly. "Open With $filemanager" vs "Open Containing Folder"

REPOSITORY
  R241 KIO

REVISION DETAIL
  https://phabricator.kde.org/D11705

To: ngraham, #frameworks
Cc: broulik, michaelh, ngraham
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-frameworks-devel/attachments/20180326/57f30df1/attachment.html>


More information about the Kde-frameworks-devel mailing list