Adding Tooltip Comments for the Visual Editor in CCL

Write comments in CCL that appear as tooltips for shapes in the Visual editor.

If you want comments to appear as tooltips in the Visual editor, you must insert a comment immediately preceding the declaration statement for the corresponding shape in this form:
/**InsertTooltipCommentHere*/
Here is an example, in CCL, of a tooltip comment for an Input Window shape in the Visual editor.
/**InputWindowInStudio*/
CREATE INPUT WINDOW InputWindow1 ;
Comments inputted into the CCL editor in this manner will appear as tooltips in the Visual editor when the corresponding shapes are hovered over.
Note: 'Show comments in tooltip' must be enabled in Preferences.