godot/modules/gdscript/editor
Paulb23 bc4cee4458 Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter
- Extacted all syntax highlighting code from text edit
- Removed enable syntax highlighting from text edit
- Added line_edited_from signal to text_edit
- Renamed get/set_syntax_highlighting to get/set_syntax_highlighter
- Added EditorSyntaxHighligher
2020-07-11 17:09:58 +01:00
..
gdscript_highlighter.cpp Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter 2020-07-11 17:09:58 +01:00
gdscript_highlighter.h Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter 2020-07-11 17:09:58 +01:00
gdscript_translation_parser_plugin.cpp Change translation parser plugin API to parse_file() 2020-07-05 12:14:56 +02:00
gdscript_translation_parser_plugin.h Add override keywords. 2020-07-10 13:56:54 +01:00