Summary: | When double clicking a word that precedes a space, words selects both | ||
---|---|---|---|
Product: | [Applications] calligrawords | Reporter: | Kubuntiac <user581> |
Component: | general | Assignee: | Calligra Words Bugs <calligra-words-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | ||
Priority: | NOR | ||
Version: | 1.5 or before | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Kubuntiac
2012-01-10 07:03:03 UTC
Git commit a7a75f0056abf59cbce27957ab7fb0b6e64e2cb2 by C. Boemann. Committed on 12/01/2012 at 22:13. Pushed by boemann into branch 'master'. Implement tripleclicking To do so I had to reroute doubleclicking into toolproxy mousepress However for applications there are no change, except tools can now reimplement mouseTripleClickEvent to be notified of a triple click 4 or more clicks are interpreted as (repeated) tripleclick. That is until the doubleclicktimeout period has elapsed since the first click. The behaviour is smooth and as expected. I've also change texttool take advantage of it and actiually select the paragraph on third click and not as before where doubliclcking alternated between selecting word and line This patch also fixes a bug where doublclickig a word selects the space after (it's a matter of taste and windows always selects the space. but it seems most people like to only select the word. M +5 -0 libs/flake/KoToolBase.cpp M +8 -0 libs/flake/KoToolBase.h M +45 -40 libs/flake/KoToolProxy.cpp M +6 -0 libs/flake/KoToolProxy_p.h M +27 -16 plugins/textshape/TextTool.cpp M +3 -1 plugins/textshape/TextTool.h http://commits.kde.org/calligra/a7a75f0056abf59cbce27957ab7fb0b6e64e2cb2 Awesome. Thanks! I can see that for moving text having the space would be a good thing. For formatting involving underlining or hilighting though it was a real pain, and I know I was doing these far more often. This is a definitely an improvement in my books. Thanks! |