Reference API Roblox

Engine API

Website

Related

Reference API Roblox

ExternalEditorMode

Controls whether Roblox Studio opens scripts in the operating system's default editor or in a user-selected external editor.

Items 2

HistoryNameValueLegacy NamesDescription
712SystemDefault0

Studio opens scripts using the operating system's default application for the file type.

718UserSelectedEditor1CustomEditor

Studio opens scripts using the external editor executable specified in Studio.ExternalEditorSelection.

Removed items 1

HistoryNameValue
718CustomEditor1

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

Settings