3.6.2. Code Editor

All editing within #develop is performed using the code editor window. The editor window provides advanced functions that allow you to quickly find, edit and replace text.

3.6.2.1. File Mode

#develop can recognise text content based on the file mode. The editor automatically highlights text (syntax highlighting), dependent on the current file mode being used.

For example, if the file mode is set to C# while editing a C# file, functions, parameters, text, comments, etc. will be highlighted to distinguish them from other text. This can help while editing code, as it enhances readability.

To change the current file mode:

  1. Right-click the code window and select the file mode from the menu File mode

The editor will automatically highlight and format your code to match the file mode setting.