Skip to content

Latest commit

 

History

History
67 lines (55 loc) · 5.92 KB

File metadata and controls

67 lines (55 loc) · 5.92 KB

docs » plugins.core.preferences.advanced


Advanced Preferences Panel.

API Overview

API Documentation

Functions

Signature plugins.core.preferences.advanced.openErrorLog() -> none
Type Function
Description Opens the Error Log
Parameters
  • None
Returns
  • None
Signature plugins.core.preferences.advanced.toggleCommandLineTool() -> none
Type Function
Description Toggles the Command Line Tool
Parameters
  • None
Returns
  • None
Signature plugins.core.preferences.advanced.toggleDeveloperMode() -> none
Type Function
Description Toggles the Developer Mode.
Parameters
  • None
Returns
  • None
Signature plugins.core.preferences.advanced.toggleEnableAutomaticScriptReloading() -> none
Type Function
Description Toggles the Automatic Script Reloading.
Parameters
  • None
Returns
  • None
Signature plugins.core.preferences.advanced.trashPreferences() -> none
Type Function
Description Resets all of the CommandPost Preferences to their default values.
Parameters
  • None
Returns
  • None

Fields

Signature plugins.core.preferences.advanced.developerMode <cp.prop: boolean>
Type Field
Description Enables or disables developer mode.