# HG changeset patch # User Claus Gittinger # Date 1128612785 -7200 # Node ID 3e5265ad63e389e063f4dbd9dff2b51260ef21e1 # Parent 0f9be199d1c58c909ec574208c9332ce4ee9e751 +showingCode flag diff -r 0f9be199d1c5 -r 3e5265ad63e3 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 up to and including the ). 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.'