47749792f3
Summary: A user may have Kate installed but another editor set as default for text/plain. Respect that. Also add .txt extension to the temp file name to make mime-type detection easier. BUG: 399174 Test Plan: Set default text editor to Kate -> Text opens in Kate Set default text editor to Atom -> Text opens in Atom Reviewers: #kde_connect, broulik, apol Reviewed By: #kde_connect, broulik, apol Subscribers: kdeconnect Tags: #kde_connect Differential Revision: https://phabricator.kde.org/D15813 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
kdeconnect_share.json | ||
kdeconnect_share_config.desktop | ||
README | ||
share_config.cpp | ||
share_config.h | ||
share_config.ui | ||
share_debug.h | ||
shareplugin.cpp | ||
shareplugin.h |
It receives a packages with type kdeconnect.share. If they have a payload attached, it will download it as a file with the filename set in the field "filename" (string). If that field is not set it should generate a filename. If the content transferred is text, it can be sent in a field "text" (string) instead of an attached payload. In that case, this plugin opens a text editor with the content instead of saving it as a file. If the content transferred is a url, it can be sent in a field "url" (string). In that case, this plugin opens that url in the default browser.