The TextFileEditor Plugin provides a powerful Color coded text editor. It supports Color coding of C, java and xml file types. See File Types for more information on Color coding of specific file types. See Text Editor Options to change editor options including Color
coding.
The Workbench toolbar contains navigation and editing buttons as described in About the toolbar.
The TextFileEditor Plugin provides a powerful Color coded text editor. It supports Color coding of C, java, properties, Python and xml file types. See Text Editor Options to change editor options including Color coding.
The TextFileEditor supports special Color coding for C files including:
Preprocessor - #include
Line Comment - / comment /
Multiline Comment - /* comment */
String literal - "string" and 'string'
Number literal - '0' and 'F'
Keyword - blue - if
The TextFileEditor supports special Color coding for CSS files including:
Identifier - HTML element or CSS identifier
Line Comment - / comment /
Multiline Comment - /* comment */
String literal - "string" and 'string'
Number literal - '0' and 'F'
Keyword - blue - if
The TextFileEditor supports special Color coding for HTML files including:
Identifier - HTML element
Multiline Comment - <!-- Comments here -->
String literal - "string" and 'string'
Number literal - '0' and 'F'
Keyword - blue - if
The TextFileEditor supports special Color coding for Java files including:
Bracket - ( { [
Keyword - if
Line Comment - / comment /
Multiline Comment - /* comment */
String literal - "string" and 'string'
Number literal - '0' and 'F'
The TextFileEditor supports special Color coding for JavaScript files including:
Bracket - ( { [
Keyword - if
Line Comment - / comment /
Multiline Comment - /* comment */
String literal - "string" and 'string'
Number literal - '0' and 'F'
The TextFileEditor supports special Color coding for properties files including:
Line Comment - #
Bracket - =
The TextFileEditor supports special Color coding for Python files including:
Bracket - {}()[]
Keyword - if
Line Comment - #
String literal - "string" and 'string'
Number literal - '0' and 'F'
Copyright © 2000-2014 Tridium Inc. All rights reserved.