FilenameEditFieldV2.st
branchjv
changeset 12401 4714b9640528
parent 12128 a7ff7d66ee85
parent 12117 d12665ccf213
child 12431 9f0c59c742d5
--- a/FilenameEditFieldV2.st	Tue Jan 22 12:24:41 2013 +0000
+++ b/FilenameEditFieldV2.st	Wed Jan 30 11:15:09 2013 +0000
@@ -47,6 +47,7 @@
 "
 ! !
 
+
 !FilenameEditFieldV2 methodsFor:'accessing'!
 
 acceptOnExpand
@@ -146,6 +147,7 @@
     "Modified: 6.9.1995 / 20:34:57 / claus"
 ! !
 
+
 !FilenameEditFieldV2 methodsFor:'initialization'!
 
 initialize
@@ -212,12 +214,15 @@
     "Created: 24.7.1997 / 18:21:51 / cg"
 ! !
 
+
 !FilenameEditFieldV2 methodsFor:'menu'!
 
 processEvent:anEvent
     "catch keyEvents in pulled menu (see redefined pullMenu-method).
      Return true, if I have eaten the event"
 
+    <resource: #keyboard (#BackSpace )>
+
     activeMenu notNil ifTrue:[
         anEvent isKeyPressEvent ifTrue:[
             "/ typing into the pulled menu behaves like typing into the field
@@ -272,12 +277,14 @@
     pullDownButton turnOff.
 ! !
 
+
 !FilenameEditFieldV2 class methodsFor:'documentation'!
 
 version
-    ^ '$Id: FilenameEditFieldV2.st 7854 2012-01-30 17:49:41Z vranyj1 $'
+    ^ '$Header: /cvs/stx/stx/libtool/FilenameEditFieldV2.st,v 1.14 2013-01-17 11:18:19 cg Exp $'
 !
 
 version_SVN
     ^ '$Id: FilenameEditFieldV2.st 7854 2012-01-30 17:49:41Z vranyj1 $'
 ! !
+