pandemonium_engine/editor_modules/text_editor
2024-01-12 14:45:07 +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 Implemented clearing custom fonts in the editor's text editor module. Also small improvements. 2024-01-12 14:45:07 +01:00
text_editor_settings.h Implemented clearing custom fonts in the editor's text editor module. Also small improvements. 2024-01-12 14:45:07 +01:00
text_editor_vanilla_editor.cpp Implemented clearing custom fonts in the editor's text editor module. Also small improvements. 2024-01-12 14:45:07 +01:00
text_editor_vanilla_editor.h
text_file_editor.cpp Implemented clearing custom fonts in the editor's text editor module. Also small improvements. 2024-01-12 14:45:07 +01:00
text_file_editor.h Implemented clearing custom fonts in the editor's text editor module. Also small improvements. 2024-01-12 14:45:07 +01:00

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 .