[konsole] [Bug 455166] URL matching regressions

Kurt Hindenburg bugzilla_noreply at kde.org
Fri Dec 30 18:04:18 GMT 2022


https://bugs.kde.org/show_bug.cgi?id=455166

Kurt Hindenburg <khindenburg at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|https://invent.kde.org/util |https://invent.kde.org/util
                   |ities/konsole/commit/2e84af |ities/konsole/commit/a48e4d
                   |9400409021fe1ad64e7e56f2c5a |eab23de1283f89aea49bf803741
                   |0e6f82f                     |2daede1

--- Comment #15 from Kurt Hindenburg <khindenburg at kde.org> ---
Git commit a48e4deab23de1283f89aea49bf8037412daede1 by Kurt Hindenburg, on
behalf of Luis Javier Merino Morán.
Committed on 30/12/2022 at 16:49.
Pushed by hindenburg into branch 'release/22.12'.

url filter: start regex with word boundary

This allows recognizing more kinds of enclosed URIs, e.g:

 - angle brackets: <https://example.com>
 - lenticular brackets: 【https://example.com】
 - braces: {https://example.com}
 - guillemets: «https://example.com»
 - single guillemets ‹https://example.com›
 - ...

and also URIs right after an equals sign, e.g: foo=https://example.com.
Related: bug 462511

M  +6    -0    src/autotests/HotSpotFilterTest.cpp
M  +1    -1    src/filterHotSpots/UrlFilter.cpp

https://invent.kde.org/utilities/konsole/commit/a48e4deab23de1283f89aea49bf8037412daede1

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list