reset command

Use the reset command to clear the current editor default settings, or delete the accumulated error log.

Syntax

reset { defaultProfile | profile
      | editorLog | log
      } 

Parameters

defaultProfile Use the defaultProfile or profile parameter to clear the current editor default settings.
editorLog Use the editorLog or log parameter to delete the accumulated editor error log.

Status

The status parameter will be set to one of the following:
null The default settings were cleared, or the editor log file, if any, was successfully deleted.
reset.failed The deletion of the editor log file failed.

Examples

reset profile
reset log 

Related concepts
Editor commands, actions, and parameters

Related reference
defaultProfile parameter
editorLog parameter
status parameter