Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.72 KB

editor-settings.md

File metadata and controls

30 lines (19 loc) · 1.72 KB

Specifying Editor Settings

Qt Creator uses the MIME type of the file to determine which mode and editor to use for opening the file. For example, Qt Creator opens .txt files in Edit mode in the text editor.

You can configure the text editor according to your needs. You can specify editor behavior either globally for all projects or separately for each project. To specify global editor behavior, select Tools > Options > Text Editor > Behavior.

To configure the text editor behavior for the current project:

  1. Swith to Projects mode/sidebar-tab and select Project Settings > Editor.
  2. In the Editor settings field, select Custom.
  3. Specify text editor settings for the project.

"Editor view"

Click Restore Global to revert to the global settings.

For more information about the settings, see:

<< Specifying Run Settings -------

License note: We preserve copyright notices in a separate file, read LICENSE.md file.