Documentation
Publicon
Reference
Preferences
Formatting Options
...Specific Box Options
ErrorBoxOptions
{...}
AutoDelete
• AutoDelete is an option for cells that determines if an ErrorBox box wrapped around an expression in a notebook is automatically deleted when that expression is edited.
• The Publicon front end wraps an ErrorBox box around any expression that it does not recognize while reading a file. The expression is then displayed with a thick red line drawn under it. With the default setting AutoDelete
True, the ErrorBox is automatically deleted if the expression inside it is edited.
• With the setting AutoDelete
False, the ErrorBox remains in place and must be deleted manually.
SaveAutoDelete
• SaveAutoDelete is an option for cells that determines if an ErrorBox box wrapped around an expression in a notebook is automatically deleted when the notebook is saved.
• The Publicon front end wraps an ErrorBox box around any expression that it does not recognize while reading in a file. The expression is then displayed with a thick red line drawn under it. With the setting SaveAutoDelete
True, any ErrorBox box is automatically deleted if the notebook is saved.
• The default setting is SaveAutoDelete
False.