D26812: Variable expansion: Add variable PercentEncoded

2020-01-21 Thread Dominik Haumann
This revision was automatically updated to reflect the committed changes.
Closed by commit R39:b0055e8476bb: Variable expansion: Add variable 
PercentEncoded (authored by dhaumann).

REPOSITORY
  R39 KTextEditor

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D26812?vs=74032=74034

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

AFFECTED FILES
  autotests/src/variable_test.cpp
  src/utils/katevariableexpansionmanager.cpp

To: dhaumann, cullmann
Cc: kwrite-devel, kde-frameworks-devel, rrosch, LeGast00n, GB_2, domson, 
michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann


D26812: Variable expansion: Add variable PercentEncoded

2020-01-21 Thread Christoph Cullmann
cullmann accepted this revision.
This revision is now accepted and ready to land.

REPOSITORY
  R39 KTextEditor

BRANCH
  variable-percent-encoded

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

To: dhaumann, cullmann
Cc: kwrite-devel, kde-frameworks-devel, rrosch, LeGast00n, GB_2, domson, 
michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann


D26812: Variable expansion: Add variable PercentEncoded

2020-01-21 Thread Dominik Haumann
dhaumann created this revision.
dhaumann added a reviewer: cullmann.
Herald added projects: Kate, Frameworks.
Herald added subscribers: kde-frameworks-devel, kwrite-devel.
dhaumann requested review of this revision.

REVISION SUMMARY
  This can be used to encode the input text such that it can
  be used in URIs. This is useful e.g. for the external tool
  "Google Selected Text", where '&' and similar characters
  are problematic in the url.
  
  CCBUG: 416509

TEST PLAN
  make && make test

REPOSITORY
  R39 KTextEditor

BRANCH
  variable-percent-encoded

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

AFFECTED FILES
  autotests/src/variable_test.cpp
  src/utils/katevariableexpansionmanager.cpp

To: dhaumann, cullmann
Cc: kwrite-devel, kde-frameworks-devel, rrosch, LeGast00n, GB_2, domson, 
michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann