EditTextView.st
changeset 2870 994a3a44c526
parent 2869 48d830f0aea5
child 2879 727a8664a834
--- a/EditTextView.st	Thu Feb 12 16:14:32 2004 +0100
+++ b/EditTextView.st	Thu Feb 12 22:24:33 2004 +0100
@@ -4397,15 +4397,14 @@
               ).
 
     miscItems := #(
-                    ('Special Characters...'          specialCharacters          )
-                    ('-'                                                      )
-                    ('Font...'          changeFont              )
-                    ('-'                                        )
                     ('AutoIndent \c'    autoIndent:             )
                     ('InsertMode \c'    insertMode:             )
                     ('-'                                        )
                     ('Learn Macro \c'     learnMode:                  LearnKeyboardMacro)
                     ('Execute Macro'    executeLearnedKeyboardMacro ExecuteKeyboardMacro )
+                    ('-'                                        )
+                    ('Font...'          changeFont              )
+"/                    ('Encoding...'      changeEncoding          )
             ).
 
     translateItems := #(
@@ -4428,6 +4427,8 @@
                     ('Google Spell'                googleSpellingSuggestion   )
                     ('Translate'                   babelFishTranslate         )
                     ('-'                                                      )
+                    ('Special Characters...'       specialCharacters          )
+                    ('-'                                                      )
                     ('Open FileBrowser on It'      openFileBrowserOnIt        )  
               ).
 
@@ -5655,5 +5656,5 @@
 !EditTextView class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.327 2004-02-12 15:14:32 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libwidg/EditTextView.st,v 1.328 2004-02-12 21:24:17 cg Exp $'
 ! !