Home
last modified time | relevance | path

Searched refs:add_color_region (Results 1 – 18 of 18) sorted by relevance

/dports/devel/godot2/godot-2.1.6-stable/editor/plugins/
H A Dshader_editor_plugin.cpp112 get_text_edit()->add_color_region("/*", "*/", comment_color, false); in _load_theme_settings()
113 get_text_edit()->add_color_region("//", "", comment_color, false); in _load_theme_settings()
H A Dscript_editor_plugin.cpp355 get_text_edit()->add_color_region(beg, end, comment_color, end == ""); in _load_theme_settings()
368 get_text_edit()->add_color_region(beg, end, string_color, end == ""); in _load_theme_settings()
/dports/devel/godot2-tools/godot-2.1.6-stable/editor/plugins/
H A Dshader_editor_plugin.cpp112 get_text_edit()->add_color_region("/*", "*/", comment_color, false); in _load_theme_settings()
113 get_text_edit()->add_color_region("//", "", comment_color, false); in _load_theme_settings()
H A Dscript_editor_plugin.cpp355 get_text_edit()->add_color_region(beg, end, comment_color, end == ""); in _load_theme_settings()
368 get_text_edit()->add_color_region(beg, end, string_color, end == ""); in _load_theme_settings()
/dports/devel/godot/godot-3.2.3-stable/editor/plugins/
H A Dshader_editor_plugin.cpp171 get_text_edit()->add_color_region("/*", "*/", comment_color, false); in _load_theme_settings()
172 get_text_edit()->add_color_region("//", "", comment_color, false); in _load_theme_settings()
H A Dvisual_shader_editor_plugin.cpp848 expression_box->add_color_region("/*", "*/", comment_color, false); in _update_graph()
849 expression_box->add_color_region("//", "", comment_color, false); in _update_graph()
1699 preview_text->add_color_region("/*", "*/", comment_color, false); in _notification()
1700 preview_text->add_color_region("//", "", comment_color, false); in _notification()
H A Dscript_text_editor.cpp364 text_edit->add_color_region(beg, end, colors_cache.comment_color, end == ""); in _set_theme_for_script()
375 text_edit->add_color_region(beg, end, colors_cache.string_color, end == ""); in _set_theme_for_script()
/dports/devel/godot-tools/godot-3.2.3-stable/editor/plugins/
H A Dshader_editor_plugin.cpp171 get_text_edit()->add_color_region("/*", "*/", comment_color, false); in _load_theme_settings()
172 get_text_edit()->add_color_region("//", "", comment_color, false); in _load_theme_settings()
H A Dvisual_shader_editor_plugin.cpp848 expression_box->add_color_region("/*", "*/", comment_color, false); in _update_graph()
849 expression_box->add_color_region("//", "", comment_color, false); in _update_graph()
1699 preview_text->add_color_region("/*", "*/", comment_color, false); in _notification()
1700 preview_text->add_color_region("//", "", comment_color, false); in _notification()
H A Dscript_text_editor.cpp364 text_edit->add_color_region(beg, end, colors_cache.comment_color, end == ""); in _set_theme_for_script()
375 text_edit->add_color_region(beg, end, colors_cache.string_color, end == ""); in _set_theme_for_script()
/dports/devel/godot2-tools/godot-2.1.6-stable/scene/gui/
H A Dtext_edit.h472 …void add_color_region(const String &p_begin_key = String(), const String &p_end_key = String(), co…
H A Dtext_edit.cpp3332 void TextEdit::add_color_region(const String &p_begin_key, const String &p_end_key, const Color &p_… function in TextEdit
4443 …_region", "begin_key", "end_key", "color", "line_only"), &TextEdit::add_color_region, DEFVAL(false…
/dports/devel/godot2/godot-2.1.6-stable/scene/gui/
H A Dtext_edit.h472 …void add_color_region(const String &p_begin_key = String(), const String &p_end_key = String(), co…
H A Dtext_edit.cpp3332 void TextEdit::add_color_region(const String &p_begin_key, const String &p_end_key, const Color &p_… function in TextEdit
4443 …_region", "begin_key", "end_key", "color", "line_only"), &TextEdit::add_color_region, DEFVAL(false…
/dports/devel/godot-tools/godot-3.2.3-stable/scene/gui/
H A Dtext_edit.h737 …void add_color_region(const String &p_begin_key = String(), const String &p_end_key = String(), co…
H A Dtext_edit.cpp5160 void TextEdit::add_color_region(const String &p_begin_key, const String &p_end_key, const Color &p_… function in TextEdit
7126 …_region", "begin_key", "end_key", "color", "line_only"), &TextEdit::add_color_region, DEFVAL(false…
/dports/devel/godot/godot-3.2.3-stable/scene/gui/
H A Dtext_edit.h737 …void add_color_region(const String &p_begin_key = String(), const String &p_end_key = String(), co…
H A Dtext_edit.cpp5160 void TextEdit::add_color_region(const String &p_begin_key, const String &p_end_key, const Color &p_… function in TextEdit
7126 …_region", "begin_key", "end_key", "color", "line_only"), &TextEdit::add_color_region, DEFVAL(false…