workbench-TextFileEditor

The TextFileEditor Plugin provides a powerful Color coded text editor. It supports Color coding of C, java and xml file types.

TextFileEditor Menus

The Workbench main menu functions are available.

TextFileEditor Toolbar

The Workbench toolbar contains navigation and editing buttons as described in “About the toolbar”.

File Types

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.

C Files

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

CSS Files

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

HTML Files

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

Java Files

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'

JavaScript Files

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'

Properties Files

The TextFileEditor supports special Color coding for properties files including:

  • Line Comment - #

  • Bracket - =

Python Files

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'

Xml Files

The TextFileEditor supports special Color coding for Xml files including:

  • Multiline Comment - <!-- comment -->>

  • Bracket - < > < >

  • String literal - "string" and 'string'