pandemonium_engine/modules/gdscript
Relintai c356806ebf Ported: 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
- Paulb23
bc4cee4458
2023-02-21 01:30:59 +01:00
..
doc_classes Re-extracted class docs. 2023-01-14 13:38:58 +01:00
editor Ported: Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter 2023-02-21 01:30:59 +01:00
icons
config.py
gdscript_compiler.cpp Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
gdscript_compiler.h Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
gdscript_editor.cpp Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
gdscript_function.cpp Fix local variables not showing when breaking on final line 2023-01-16 14:03:22 +01:00
gdscript_function.h
gdscript_functions.cpp Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
gdscript_functions.h
gdscript_parser.cpp Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
gdscript_parser.h Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
gdscript_tokenizer.cpp Renamed Map to RBMap. 2023-01-15 19:12:50 +01:00
gdscript_tokenizer.h Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
gdscript.cpp Ported: Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter 2023-02-21 01:30:59 +01:00
gdscript.h Renamed Set to RBSet. 2023-01-15 19:42:08 +01:00
register_types.cpp Ported: Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter 2023-02-21 01:30:59 +01:00
register_types.h Added module initialization levels (similar idea to what's in godot4, although I added more). 2023-01-15 11:46:13 +01:00
SCsub