ExternalEditorMode
Controls whether Roblox Studio opens scripts in the operating system's default editor or in a user-selected external editor.
Items 2
| History | Name | Value | Legacy Names | Description | |
|---|---|---|---|---|---|
| 712 | SystemDefault | 0 | Studio opens scripts using the operating system's default application for the file type. | ||
| 718 | UserSelectedEditor | 1 | CustomEditor | Studio opens scripts using the external editor executable specified in Studio.ExternalEditorSelection. |
Removed items 1
| History | Name | Value | |
|---|---|---|---|
| 718 | CustomEditor | 1 |
Description
Controls whether Roblox Studio opens scripts in the operating system's default
editor or in a specific editor chosen by the user. Used by the
ExternalEditorMode property of Studio. The default value is
ExternalEditorMode.SystemDefault.
When set to ExternalEditorMode.UserSelectedEditor, the Studio.ExternalEditorSelection property becomes active and determines which editor executable Studio launches.
History 5
- 718 Add UserSelectedEditor
- 718 Remove CustomEditor
- 712 Add SystemDefault
- 712 Add CustomEditor
- 712 Add ExternalEditorMode