tooltips
authorClaus Gittinger <cg@exept.de>
Tue, 19 Mar 2013 13:12:14 +0100
changeset 12479 6b385e17ea14
parent 12478 6fac64b968d8
child 12480 2d1bd93f29d1
tooltips
WorkspaceApplication.st
--- 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