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.'