class: DictionaryInspectorView
authorClaus Gittinger <cg@exept.de>
Thu, 17 Jan 2013 11:48:34 +0100
changeset 12111 0da8cd378b6f
parent 12110 7231e996222a
child 12112 0012158092fb
class: DictionaryInspectorView changed: #keyPress:x:y:
DictionaryInspectorView.st
--- a/DictionaryInspectorView.st	Thu Jan 17 11:47:17 2013 +0100
+++ b/DictionaryInspectorView.st	Thu Jan 17 11:48:34 2013 +0100
@@ -49,7 +49,7 @@
 keyPress:key x:x y:y
     "handle special keys"
 
-    <resource: #keyboard (#Delete #BackSpace)>
+    <resource: #keyboard (#Delete #BackSpace #Insert)>
 
     (key == #Delete or:[key == #BackSpace]) ifTrue:[
         self doRemoveKey.
@@ -661,9 +661,10 @@
 !DictionaryInspectorView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.77 2012-09-26 12:19:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.78 2013-01-17 10:48:34 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.77 2012-09-26 12:19:04 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/DictionaryInspectorView.st,v 1.78 2013-01-17 10:48:34 cg Exp $'
 ! !
+