+showingCode flag
authorClaus Gittinger <cg@exept.de>
Thu, 06 Oct 2005 17:33:05 +0200
changeset 1941 3e5265ad63e3
parent 1940 0f9be199d1c5
child 1942 686a2a117d76
+showingCode flag
UISpecificationTool.st
--- a/UISpecificationTool.st	Tue Sep 20 12:57:11 2005 +0200
+++ b/UISpecificationTool.st	Thu Oct 06 17:33:05 2005 +0200
@@ -113,6 +113,9 @@
 #actionArg
 'Optional argument passed with the action message.'
 
+#allowDoIt
+'DoIt is allowed (Danger - User can execute Smalltalk expressions).'
+
 #appletParamText
 'Paste the complete appletTAGs HTML text here (i.e. all from <applet> up to and including the </applet>). Press parse to extract all parameters from it.'
 
@@ -593,6 +596,9 @@
 #showIndicators
 'Show/hide the indicators.'
 
+#showingCode
+'Editor is showing code - enables additional menu functions (comment/uncomment etc.).'
+
 #showLabels
 'Show/hide column labels.'