FilenameEditField.st
changeset 5971 43c63c0dc901
parent 5831 d4ddd3b421ac
child 6140 fa36d4ecba84
equal deleted inserted replaced
5969:fa2bd856b54d 5971:43c63c0dc901
     1 "{ Encoding: utf8 }"
       
     2 
       
     3 "
     1 "
     4  COPYRIGHT (c) 1994 by Claus Gittinger
     2  COPYRIGHT (c) 1994 by Claus Gittinger
     5 	      All Rights Reserved
     3 	      All Rights Reserved
     6 
     4 
     7  This software is furnished under a license and may be used
     5  This software is furnished under a license and may be used
   121                 ]
   119                 ]
   122             ].
   120             ].
   123         ].
   121         ].
   124     ].
   122     ].
   125     super contents:newText.
   123     super contents:newText.
   126     self cursorToEndOfLine.
   124     self shown ifTrue:[
       
   125         self cursorToEndOfLine.
       
   126     ].
   127 
   127 
   128     "Modified: / 08-11-2007 / 11:54:05 / cg"
   128     "Modified: / 08-11-2007 / 11:54:05 / cg"
       
   129     "Modified: / 17-12-2018 / 12:53:16 / Claus Gittinger"
   129 !
   130 !
   130 
   131 
   131 directoriesOnly
   132 directoriesOnly
   132     <resource: #obsolete>
   133     <resource: #obsolete>
   133     "set to expand names for directories only"
   134     "set to expand names for directories only"