Revision: 2784
http://skim-app.svn.sourceforge.net/skim-app/?rev=2784&view=rev
Author: hofman
Date: 2007-08-30 08:32:21 -0700 (Thu, 30 Aug 2007)
Log Message:
-----------
Check for no modifiers for type-select.
Modified Paths:
--------------
trunk/SKPDFView.m
Modified: trunk/SKPDFView.m
===================================================================
--- trunk/SKPDFView.m 2007-08-30 13:24:18 UTC (rev 2783)
+++ trunk/SKPDFView.m 2007-08-30 15:32:21 UTC (rev 2784)
@@ -943,9 +943,9 @@
[self setAnnotationMode:SKStrikeOutNote];
} else if ([self toolMode] == SKNoteToolMode && modifiers == 0 &&
eventChar == 'l') {
[self setAnnotationMode:SKLineNote];
- } else if ([typeSelectHelper isTypeSelectCharacter:eventChar]) {
+ } else if ([typeSelectHelper isTypeSelectCharacter:eventChar] &&
modifiers == 0) {
[typeSelectHelper processKeyDownCharacter:eventChar];
- } else if ([typeSelectHelper isRepeatCharacter:eventChar]) {
+ } else if ([typeSelectHelper isRepeatCharacter:eventChar] && modifiers
== 0) {
[typeSelectHelper repeatSearch];
} else {
[super keyDown:theEvent];
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit