D22199: New plugin to open the selected file path

Yuri Chornoivan noreply at phabricator.kde.org
Tue Jul 2 05:25:02 BST 2019


yurchor added a comment.


  Thanks in advance for fixing the issue with docs.

INLINE COMMENTS

> plugin_kateopenselection.cpp:59
> +    QAction *a = actionCollection()->addAction(QStringLiteral("file_openselection"));
> +    a->setText(i18n("Opens the selected path"));
> +    actionCollection()->setDefaultShortcut(a, QKeySequence(Qt::CTRL + Qt::SHIFT + Qt::Key_O));

This seems to be a non-standard way to define a menu item. The other items are just verbs "Open", "Save, not "Opens" or "Saves".

> plugins.docbook:1538
> +<shortcut>
> +<keycap>CTRL-Shift-O</keycap>
> +</shortcut>

Should be

<keycombo>&Ctrl;&Shift;<keycap>O</keycap></keycombo>

REPOSITORY
  R40 Kate

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

To: nononux
Cc: yurchor, kwrite-devel, kde-doc-english, gennad, fbampaloukas, domson, michaelh, ngraham, demsking, skadinna, cullmann, sars, dhaumann
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-doc-english/attachments/20190702/02e6bf41/attachment.html>


More information about the kde-doc-english mailing list