[plasma-workspace] doc/klipper: [Klipper] Upate the klipper docbook after porting to QRegularExpression
Ahmad Samir
null at kde.org
Fri Apr 3 12:18:41 BST 2020
Git commit a8fb4ce827ab09365593c1d6fc86dd58b6b33643 by Ahmad Samir.
Committed on 03/04/2020 at 11:18.
Pushed by ahmadsamir into branch 'master'.
[Klipper] Upate the klipper docbook after porting to QRegularExpression
Reviewers: #plasma, davidedmundson, apol, broulik, yurchor
Reviewed By: yurchor
Subscribers: yurchor, kde-doc-english, plasma-devel
Tags: #plasma, #documentation
Differential Revision: https://phabricator.kde.org/D28534
M +7 -9 doc/klipper/index.docbook
https://commits.kde.org/plasma-workspace/a8fb4ce827ab09365593c1d6fc86dd58b6b33643
diff --git a/doc/klipper/index.docbook b/doc/klipper/index.docbook
index 7e2c60ccf..d3ef20862 100644
--- a/doc/klipper/index.docbook
+++ b/doc/klipper/index.docbook
@@ -30,8 +30,8 @@
<legalnotice>&FDLNotice;</legalnotice>
-<date>2015-07-20</date>
-<releaseinfo>Plasma 5.4</releaseinfo>
+<date>2020-04-03</date>
+<releaseinfo>Plasma 5.19</releaseinfo>
<abstract>
<para>&klipper; is the &plasma; clipboard cut & paste utility.</para>
@@ -382,18 +382,16 @@ expression text can be edited as you wish.</para></listitem>
<term>Adding Expressions/Actions</term>
<listitem><para>Click the <guibutton>Add Action...</guibutton> button
to add a regular expression for &klipper; to match. &klipper; uses
-&Qt;'s <classname>QRegExp</classname>, which understands most regular
-expressions as you would use in <application>grep</application> or
-<application>egrep</application> for instance.</para>
+&Qt;'s <classname>QRegularExpression</classname>, which uses PCRE (Perl
+Compatible Regular Expressions).</para>
<para>You can add a description of the regular expression type (⪚
<quote>HTTP URL</quote>) by <mousebutton>left</mousebutton> clicking in the
<guilabel>Description</guilabel> column.</para>
<note><para>You can find detailed information about the use of
- <classname>QRegExp</classname> regular expressions at <ulink
-url="http://doc.qt.io/qt-5/qregexp.html#details">http://doc.qt.io/qt-5/qregexp.html#details</ulink>.
-Note that &klipper; does not support the wildcard mode mentioned on this
-page.</para></note>
+<classname>QRegularExpression</classname> regular expressions in <ulink
+url="https://doc.qt.io/qt-5/qregularexpression.html#details">the Qt upstream
+documentation</ulink>.</para></note>
<para>Edit the regular expression as described above. To add a command
to execute, click <guimenuitem>Add Command</guimenuitem> and edit the command
More information about the kde-doc-english
mailing list