EditFieldWithCompletion.st
branchjv
changeset 12431 9f0c59c742d5
parent 12401 4714b9640528
child 12435 1f1faf35be04
--- a/EditFieldWithCompletion.st	Tue Feb 26 12:38:54 2013 +0000
+++ b/EditFieldWithCompletion.st	Wed Feb 27 12:34:59 2013 +0000
@@ -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 
@@ -278,7 +273,6 @@
     "Created: / 09-12-2010 / 21:32:20 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !EditFieldWithCompletion methodsFor:'initialization & release'!
 
 destroy
@@ -305,7 +299,6 @@
     "Modified: / 03-08-2011 / 17:50:15 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-
 !EditFieldWithCompletion methodsFor:'private'!
 
 doCompletion
@@ -413,13 +406,17 @@
     "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.6 2013-01-17 10:47:17 cg Exp $'
 !
 
+version_HG
+
+    ^ '$Changeset: <not expanded> $'
+!
+
 version_SVN
     ^ '§Id: EditFieldWithCompletion.st 7662 2010-12-09 21:05:19Z vranyj1 §'
 ! !