mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 12:14:44 +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
|
|
@ -246,6 +246,9 @@ protected:
|
|||
static void _bind_methods();
|
||||
|
||||
public:
|
||||
virtual void add_syntax_highlighter(SyntaxHighlighter *p_highlighter);
|
||||
virtual void set_syntax_highlighter(SyntaxHighlighter *p_highlighter);
|
||||
|
||||
virtual void apply_code();
|
||||
virtual Ref<Script> get_edited_script() const;
|
||||
virtual Vector<String> get_functions();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue