SHOGUN
4.2.0
|
the syntax highlight
Definition at line 2 of file SyntaxHighLight.h.
Public Member Functions | |
CSyntaxHighLight () | |
void | set_ansi_syntax_hilighting () |
void | disable_syntax_hilighting () |
void | set_doxygen_syntax_hilighting () |
const char * | get_command_prefix () |
const char * | get_command_suffix () |
const char * | get_prompt_prefix () |
const char * | get_prompt_suffix () |
Public Attributes | |
const char * | command_prefix |
const char * | command_suffix |
const char * | prompt_prefix |
const char * | prompt_suffix |
CSyntaxHighLight | ( | ) |
constructor
Definition at line 6 of file SyntaxHighLight.h.
void disable_syntax_hilighting | ( | ) |
disable syntax hiligthing
Definition at line 21 of file SyntaxHighLight.h.
const char* get_command_prefix | ( | ) |
const char* get_command_suffix | ( | ) |
const char* get_prompt_prefix | ( | ) |
const char* get_prompt_suffix | ( | ) |
void set_ansi_syntax_hilighting | ( | ) |
set ansi syntax hilighting
Definition at line 12 of file SyntaxHighLight.h.
void set_doxygen_syntax_hilighting | ( | ) |
set doxygen syntax hilighting
Definition at line 30 of file SyntaxHighLight.h.
const char* command_prefix |
command prefix
Definition at line 72 of file SyntaxHighLight.h.
const char* command_suffix |
command suffix
Definition at line 74 of file SyntaxHighLight.h.
const char* prompt_prefix |
prompt prefix
Definition at line 76 of file SyntaxHighLight.h.
const char* prompt_suffix |
prompt suffix
Definition at line 78 of file SyntaxHighLight.h.