[Konsole-devel] [Bug 155416] Colon character next to a forward slash confuses double click select
Robert Knight
robertknight at gmail.com
Sun Mar 30 05:23:06 UTC 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=155416
------- Additional Comments From robertknight gmail com 2008-03-30 07:23 -------
SVN commit 791732 by knight:
Fix consecutive non-word characters being treated as a single word.
TerminalDisplay::charClass() used to return one of three values to indicate whether
the input was a space, "word character" (letter, number or character from the wordCharacters() array)
or something else. When double clicking a 'word' was taken to be a run of
characters which had the same charClass(). Fix this by returning the input character
in charClass() if it is not a space or word character.
CCBUG:155416
M +6 -8 TerminalDisplay.cpp
M +7 -1 TerminalDisplay.h
WebSVN link: http://websvn.kde.org/?view=rev&revision=791732
More information about the konsole-devel
mailing list