CodeHighlighter
Inherits: SyntaxHighlighter < Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
|
||
|
||
|
||
|
||
|
||
|
||
|
Methods
void |
add_color_region ( String start_key, String end_key, Color color, bool line_only=false ) |
void |
add_keyword_color ( String keyword, Color color ) |
void |
add_member_keyword_color ( String member_keyword, Color color ) |
void |
|
void |
|
void |
|
get_keyword_color ( String keyword ) const |
|
get_member_keyword_color ( String member_keyword ) const |
|
has_color_region ( String start_key ) const |
|
has_keyword_color ( String keyword ) const |
|
has_member_keyword_color ( String member_keyword ) const |
|
void |
remove_color_region ( String start_key ) |
void |
remove_keyword_color ( String keyword ) |
void |
remove_member_keyword_color ( String member_keyword ) |
Property Descriptions
Dictionary color_regions = {}
void set_color_regions ( Dictionary value )
Dictionary get_color_regions ( )
There is currently no description for this property. Please help us by contributing one!
Color function_color = Color(0, 0, 0, 1)
There is currently no description for this property. Please help us by contributing one!
Dictionary keyword_colors = {}
void set_keyword_colors ( Dictionary value )
Dictionary get_keyword_colors ( )
There is currently no description for this property. Please help us by contributing one!
Dictionary member_keyword_colors = {}
void set_member_keyword_colors ( Dictionary value )
Dictionary get_member_keyword_colors ( )
There is currently no description for this property. Please help us by contributing one!
Color member_variable_color = Color(0, 0, 0, 1)
There is currently no description for this property. Please help us by contributing one!
Color number_color = Color(0, 0, 0, 1)
There is currently no description for this property. Please help us by contributing one!
Color symbol_color = Color(0, 0, 0, 1)
There is currently no description for this property. Please help us by contributing one!
Method Descriptions
void add_color_region ( String start_key, String end_key, Color color, bool line_only=false )
There is currently no description for this method. Please help us by contributing one!
void add_keyword_color ( String keyword, Color color )
There is currently no description for this method. Please help us by contributing one!
void add_member_keyword_color ( String member_keyword, Color color )
There is currently no description for this method. Please help us by contributing one!
void clear_color_regions ( )
There is currently no description for this method. Please help us by contributing one!
void clear_keyword_colors ( )
There is currently no description for this method. Please help us by contributing one!
void clear_member_keyword_colors ( )
There is currently no description for this method. Please help us by contributing one!
Color get_keyword_color ( String keyword ) const
There is currently no description for this method. Please help us by contributing one!
Color get_member_keyword_color ( String member_keyword ) const
There is currently no description for this method. Please help us by contributing one!
bool has_color_region ( String start_key ) const
There is currently no description for this method. Please help us by contributing one!
bool has_keyword_color ( String keyword ) const
There is currently no description for this method. Please help us by contributing one!
bool has_member_keyword_color ( String member_keyword ) const
There is currently no description for this method. Please help us by contributing one!
void remove_color_region ( String start_key )
There is currently no description for this method. Please help us by contributing one!
void remove_keyword_color ( String keyword )
There is currently no description for this method. Please help us by contributing one!
void remove_member_keyword_color ( String member_keyword )
There is currently no description for this method. Please help us by contributing one!