You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-08 12:40:44 +00:00
Move add_syntax_highlighter bind to ScriptEditorBase
This commit is contained in:
@@ -4262,8 +4262,6 @@ void VisualScriptEditor::_bind_methods() {
|
||||
ClassDB::bind_method("_update_members", &VisualScriptEditor::_update_members);
|
||||
|
||||
ClassDB::bind_method("_generic_search", &VisualScriptEditor::_generic_search);
|
||||
|
||||
ClassDB::bind_method(D_METHOD("add_syntax_highlighter", "highlighter"), &VisualScriptEditor::add_syntax_highlighter);
|
||||
}
|
||||
|
||||
VisualScriptEditor::VisualScriptEditor() {
|
||||
|
||||
Reference in New Issue
Block a user