class: EditTextView
authorClaus Gittinger <cg@exept.de>
Thu, 09 Jul 2015 10:14:33 +0200
changeset 5371 663c7bdd9fa8
parent 5370 9b04537dc868
child 5372 4dd658134d1d
class: EditTextView changed: #editMenu
EditTextView.st
--- a/EditTextView.st	Thu Jul 09 00:56:22 2015 +0200
+++ b/EditTextView.st	Thu Jul 09 10:14:33 2015 +0200
@@ -6306,7 +6306,8 @@
         m disable:#copySelection.
     ].
     self hasSelection ifFalse:[
-        m disableAll:#(cut googleSpellingSuggestion babelFishTranslate openFileBrowserOnIt openWorkspaceWithIt sort indent).
+        m disableAll:#(cut googleSpellingSuggestion babelFishTranslate openFileBrowserOnIt 
+                       openWorkspaceWithIt sort indent splitLinesAtCharacterOrString).
     ] ifTrue:[
         (Error handle:[:ex |
             ex return:false