EditFieldWithCompletion.st
changeset 14985 8c2d0c3191db
parent 13871 67bf2b738bb3
child 15566 184cea584be5
child 16433 1d9bd92bc6a7
--- a/EditFieldWithCompletion.st	Wed Dec 03 22:11:32 2014 +0100
+++ b/EditFieldWithCompletion.st	Thu Dec 04 00:37:48 2014 +0100
@@ -205,6 +205,7 @@
 !
 
 hasKeyboardFocus:aBoolean
+    #todo. "/ @jan: please explain what you are doing here...
 
     focusEventsToIgnore > 0 ifTrue:[
         focusEventsToIgnore := focusEventsToIgnore - 1.
@@ -406,10 +407,10 @@
 !EditFieldWithCompletion class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/EditFieldWithCompletion.st,v 1.8 2014-02-05 19:08:38 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/EditFieldWithCompletion.st,v 1.9 2014-12-03 23:37:48 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: EditFieldWithCompletion.st,v 1.8 2014-02-05 19:08:38 cg Exp $'
+    ^ '$Id: EditFieldWithCompletion.st,v 1.9 2014-12-03 23:37:48 cg Exp $'
 ! !