Summary: | word characters for double click selection does not appear to work | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Mike Frysinger <vapier> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | kjb-temp-2013, sibskull |
Priority: | NOR | ||
Version: | 2.1 | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Mike Frysinger
2008-11-27 22:04:48 UTC
*** This bug has been confirmed by popular vote. *** SVN commit 930286 by hindenburg: Allow double-click selection to check for word boundaries. BUG: 176273 M +11 -3 TerminalDisplay.cpp M +3 -0 TerminalDisplay.h WebSVN link: http://websvn.kde.org/?view=rev&revision=930286 SVN commit 930327 by hindenburg: Allow double-click selection to check for word boundaries. Backport CCBUG: 176273 M +11 -3 TerminalDisplay.cpp M +3 -0 TerminalDisplay.h WebSVN link: http://websvn.kde.org/?view=rev&revision=930327 SVN commit 935236 by hindenburg: Revert 930327. Patch actually does word separation. CCBUG: 176273 CCBUG: 186048 M +3 -11 TerminalDisplay.cpp M +0 -3 TerminalDisplay.h WebSVN link: http://websvn.kde.org/?view=rev&revision=935236 I thought that the entries in the 'mouse interaction' were for chars that were meant to break words. However, if you read the mouse-over comment, it says 'Characters which are considered part of a word when double-clicking to select whole words in the terminal' So in the posters example the result is correct. Unfortunately this patch made it into KDE 4.2.1 before I realized my mistake. indeed, the behavior was correct. kde-4.x made this situation confusing because it changed the label. in kde-3, the label was explicit (if verbose): "Consider the following characters part of a word when double clicking" other terminals typically define the optional chars as things that *break up* the word, not *join* them. so simply describing it as "word characters" is too ambiguous. perhaps adding "join" in there would be better ? "word join characters" ? *** This bug has been marked as a duplicate of bug 186048 *** |