Hex Editor - Binary File Editing Software for Windows
Download Hex Editor Neo Hide this button

Structure Editor Coloring

Structure Editor Coloring

This window allows you to configure fonts and colors used by Structure Editor. You can change the appearance of the following categories:

Comments
Comments are standard C/C++ comments sections, enclosed between /* and */ or one-line commentaries started with //
Functions
Built-in functions.
Identifiers
Identifiers, such as field names, variable names and structure names.
Keywords
Structure definition language keywords, such as statements and types.
Numbers
All numeric values.
Operators
All supported operators.
Plain text
Other un-categorized text.
Pragmas
Pragma declarations.
Preprocessor
Preprocessor directives.
Strings
String literals.