docs » plugins.core.preferences.advanced
Advanced Preferences Panel.
- Functions - API calls offered directly by the extension
- openErrorLog
- toggleCommandLineTool
- toggleDeveloperMode
- toggleEnableAutomaticScriptReloading
- trashPreferences
- Fields - Variables which can only be accessed from an object returned by a constructor
- developerMode
| Signature | plugins.core.preferences.advanced.openErrorLog() -> none |
|---|---|
| Type | Function |
| Description | Opens the Error Log |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.preferences.advanced.toggleCommandLineTool() -> none |
|---|---|
| Type | Function |
| Description | Toggles the Command Line Tool |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.preferences.advanced.toggleDeveloperMode() -> none |
|---|---|
| Type | Function |
| Description | Toggles the Developer Mode. |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.preferences.advanced.toggleEnableAutomaticScriptReloading() -> none |
|---|---|
| Type | Function |
| Description | Toggles the Automatic Script Reloading. |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.preferences.advanced.trashPreferences() -> none |
|---|---|
| Type | Function |
| Description | Resets all of the CommandPost Preferences to their default values. |
| Parameters |
|
| Returns |
|
| Signature | plugins.core.preferences.advanced.developerMode <cp.prop: boolean> |
|---|---|
| Type | Field |
| Description | Enables or disables developer mode. |