Extract EditorResourceConversionPlugin into its own source files and clean up editor includes

This commit is contained in:
Yuri Sizov 2022-07-31 21:14:15 +03:00
parent 7686cfec64
commit 9f55bd971e
64 changed files with 180 additions and 64 deletions

View file

@ -32,6 +32,7 @@
#include "core/os/keyboard.h"
#include "editor/editor_node.h"
#include "editor/editor_settings.h"
void TextEditor::add_syntax_highlighter(Ref<EditorSyntaxHighlighter> p_highlighter) {
ERR_FAIL_COND(p_highlighter.is_null());