Device Monitoring Studio - Monitor, log and analyze data coming through PC ports and connections
Download Device Monitoring Studio Hide this button

Coloring

Protocol Editor Coloring

This window allows you to configure fonts and colors used by protocol editor. You can change the appearence of the following categories:

Comments
Comments are standard C/C++ comments sections, enclosed between /* and */ or one-line commentaries started with //
Functions
Functions declared in protocol definition files
Identifiers
Identifiers, such as field names, variable names, protocol and structure names.
Keywords
Protocol 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.