pandemonium_engine/editor_modules/text_editor
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
icons
config.py
LICENSE
README.md
register_types.cpp
register_types.h
SCsub
text_editor_file.cpp
text_editor_file.h
text_editor_format_loader.cpp
text_editor_format_loader.h
text_editor_plugin.cpp
text_editor_plugin.h
text_editor_preview.cpp
text_editor_preview.h
text_editor_settings.cpp
text_editor_settings.h
text_editor_vanilla_editor.cpp Ported: Extract Syntax highlighting from TextEdit and add EditorSyntaxHighlighter 2023-02-21 01:30:59 +01:00
text_editor_vanilla_editor.h
text_file_editor.cpp
text_file_editor.h

text_editor

This module is the port of https://github.com/Relintai/godot-engine.file-editor which is a heavily modified version of https://github.com/fenix-hub/godot-engine.file-editor .