https://bugs.kde.org/show_bug.cgi?id=416509
--- Comment #3 from Dominik Haumann <dhaum...@kde.org> --- Git commit b0055e8476bb5d9a48e317230ce8becc60cf78af by Dominik Haumann. Committed on 21/01/2020 at 17:33. Pushed by dhaumann into branch 'master'. Variable expansion: Add variable PercentEncoded 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. Test Plan: make && make test Reviewers: cullmann Reviewed By: cullmann Subscribers: kwrite-devel, kde-frameworks-devel Tags: #kate, #frameworks Differential Revision: https://phabricator.kde.org/D26812 M +4 -0 autotests/src/variable_test.cpp M +5 -0 src/utils/katevariableexpansionmanager.cpp https://commits.kde.org/ktexteditor/b0055e8476bb5d9a48e317230ce8becc60cf78af -- You are receiving this mail because: You are watching all bug changes.