[konsole] [Bug 399291] Don't include trailing colons when selecting words via double-click

Oswald Buddenhagen bugzilla_noreply at kde.org
Sat Jul 15 11:25:05 BST 2023


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

--- Comment #6 from Oswald Buddenhagen <ossi at kde.org> ---
hard-coding the exception is a rather questionable solution.

a fully generic solution would be a configurable regular expression.
however, that might be considered too complex for regular users, and not
necessarily very useful to start with.

a less complex solution would be having an additional character class: mid-word
characters. these would be considered part of the word only if surrounded by
regular word characters. apart from the colon, the period would be included
here as well.

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


More information about the konsole-devel mailing list