Summary: | Colon character next to a forward slash confuses double click select | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Griff Miller <griff.miller> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | RedHat Enterprise Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Griff Miller
2008-01-10 20:00:18 UTC
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 Marking as fixed following comment #1 |