mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 16:33:30 +00:00
Abstracted the syntax highlighter from text edit
This commit is contained in:
parent
098c7ba4f9
commit
f7c727e6c3
11 changed files with 828 additions and 272 deletions
|
@ -3236,6 +3236,12 @@ void VisualScriptEditor::_member_option(int p_option) {
|
|||
}
|
||||
}
|
||||
|
||||
void VisualScriptEditor::add_syntax_highlighter(SyntaxHighlighter *p_highlighter) {
|
||||
}
|
||||
|
||||
void VisualScriptEditor::set_syntax_highlighter(SyntaxHighlighter *p_highlighter) {
|
||||
}
|
||||
|
||||
void VisualScriptEditor::_bind_methods() {
|
||||
|
||||
ClassDB::bind_method("_member_button", &VisualScriptEditor::_member_button);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue