class: Tools::CodeView2
authorClaus Gittinger <cg@exept.de>
Thu, 19 Sep 2013 22:39:25 +0200
changeset 13566 e238ad7e24fc
parent 13565 d1ed707cf6f7
child 13567 e708e9c886e8
child 13613 066908b0c801
class: Tools::CodeView2 no, I don't want the focus when clicked
Tools__CodeView2.st
--- a/Tools__CodeView2.st	Thu Sep 19 15:42:56 2013 +0200
+++ b/Tools__CodeView2.st	Thu Sep 19 22:39:25 2013 +0200
@@ -2273,6 +2273,10 @@
     "Created: / 14-12-2009 / 14:40:17 / Jindra <a>"
 !
 
+wantsFocusWithButtonPress
+    ^ false.
+!
+
 yOfTextViewLine:lineNr
     "defined to allow computation of a line below what is visible in
      the textView (because gutter may become higher than textView, iff
@@ -3618,15 +3622,15 @@
 !CodeView2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.119 2013-09-19 13:42:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.120 2013-09-19 20:39:25 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.119 2013-09-19 13:42:56 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeView2.st,v 1.120 2013-09-19 20:39:25 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeView2.st,v 1.119 2013-09-19 13:42:56 cg Exp $'
+    ^ '$Id: Tools__CodeView2.st,v 1.120 2013-09-19 20:39:25 cg Exp $'
 ! !