EditFieldWithCompletion.st
branchjv
changeset 15566 184cea584be5
parent 12435 1f1faf35be04
parent 14985 8c2d0c3191db
child 16445 6bc184e74f9c
--- a/EditFieldWithCompletion.st	Sun Jan 12 23:30:25 2014 +0000
+++ b/EditFieldWithCompletion.st	Wed Apr 01 10:38:01 2015 +0100
@@ -82,7 +82,6 @@
 "
 ! !
 
-
 !EditFieldWithCompletion methodsFor:'accepting'!
 
 accept
@@ -94,7 +93,6 @@
     "Modified: / 12-02-2010 / 11:56:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !EditFieldWithCompletion methodsFor:'accessing-behavior'!
 
 showOptions
@@ -105,7 +103,6 @@
     showOptions := aBoolean.
 ! !
 
-
 !EditFieldWithCompletion methodsFor:'accessing-dimensions'!
 
 absoluteLeft
@@ -134,7 +131,6 @@
     "Created: / 08-08-2009 / 22:30:16 / Jan Vrany <vranyj1@fel.cvut.cz>"
 ! !
 
-
 !EditFieldWithCompletion methodsFor:'accessing-mvc'!
 
 optionsHolder
@@ -152,7 +148,6 @@
     "Created: / 09-08-2009 / 08:14:24 / Jan Vrany <vranyj1@fel.cvut.cz>"
 ! !
 
-
 !EditFieldWithCompletion methodsFor:'event handling'!
 
 completion:best options:options 
@@ -210,6 +205,7 @@
 !
 
 hasKeyboardFocus:aBoolean
+    #todo. "/ @jan: please explain what you are doing here...
 
     focusEventsToIgnore > 0 ifTrue:[
         focusEventsToIgnore := focusEventsToIgnore - 1.
@@ -275,7 +271,6 @@
     "Created: / 09-12-2010 / 21:32:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !EditFieldWithCompletion methodsFor:'initialization & release'!
 
 destroy
@@ -302,7 +297,6 @@
     "Modified: / 03-08-2011 / 17:50:15 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !EditFieldWithCompletion methodsFor:'private'!
 
 doCompletion
@@ -410,19 +404,13 @@
     "Modified (format): / 03-08-2011 / 17:50:53 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !EditFieldWithCompletion class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/EditFieldWithCompletion.st,v 1.7 2013-02-04 17:51:47 stefan Exp $'
-!
-
-version_HG
-
-    ^ '$Changeset: <not expanded> $'
+    ^ '$Header: /cvs/stx/stx/libtool/EditFieldWithCompletion.st,v 1.9 2014-12-03 23:37:48 cg Exp $'
 !
 
 version_SVN
-    ^ '§Id: EditFieldWithCompletion.st 7662 2010-12-09 21:05:19Z vranyj1 §'
+    ^ '$Id: EditFieldWithCompletion.st,v 1.9 2014-12-03 23:37:48 cg Exp $'
 ! !