WorkspaceApplication.st
changeset 12479 6b385e17ea14
parent 12393 bb642aa76d80
child 12517 3a904476a8d2
child 12639 6a0a5bf99236
--- a/WorkspaceApplication.st	Tue Mar 19 12:50:07 2013 +0100
+++ b/WorkspaceApplication.st	Tue Mar 19 13:12:14 2013 +0100
@@ -108,6 +108,15 @@
 
     ^ super flyByHelpSpec addPairsFrom:#(
 
+#editCopy
+'Copy the selected text to the clipboard'
+
+#editCut
+'Cut the selected text to the clipboard'
+
+#editDelete
+'Delete the selected text'
+
 #addTerminal
 'Add a tab with an embedded console-terminal'
 
@@ -3993,11 +4002,11 @@
 !WorkspaceApplication class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.237 2013-02-06 16:36:40 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.238 2013-03-19 12:12:14 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.237 2013-02-06 16:36:40 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/WorkspaceApplication.st,v 1.238 2013-03-19 12:12:14 cg Exp $'
 !
 
 version_SVN