pandemonium_engine_minimal/editor_modules/text_editor
2023-12-14 21:54:22 +01:00
..
doc_classes Initial Commit. 2023-12-14 21:54:22 +01:00
icons Initial Commit. 2023-12-14 21:54:22 +01:00
config.py Initial Commit. 2023-12-14 21:54:22 +01:00
LICENSE Initial Commit. 2023-12-14 21:54:22 +01:00
README.md Initial Commit. 2023-12-14 21:54:22 +01:00
register_types.cpp Initial Commit. 2023-12-14 21:54:22 +01:00
register_types.h Initial Commit. 2023-12-14 21:54:22 +01:00
SCsub Initial Commit. 2023-12-14 21:54:22 +01:00
text_editor_file.cpp Initial Commit. 2023-12-14 21:54:22 +01:00
text_editor_file.h Initial Commit. 2023-12-14 21:54:22 +01:00
text_editor_format_loader.cpp Initial Commit. 2023-12-14 21:54:22 +01:00
text_editor_format_loader.h Initial Commit. 2023-12-14 21:54:22 +01:00
text_editor_plugin.cpp Initial Commit. 2023-12-14 21:54:22 +01:00
text_editor_plugin.h Initial Commit. 2023-12-14 21:54:22 +01:00
text_editor_preview.cpp Initial Commit. 2023-12-14 21:54:22 +01:00
text_editor_preview.h Initial Commit. 2023-12-14 21:54:22 +01:00
text_editor_settings.cpp Initial Commit. 2023-12-14 21:54:22 +01:00
text_editor_settings.h Initial Commit. 2023-12-14 21:54:22 +01:00
text_editor_vanilla_editor.cpp Initial Commit. 2023-12-14 21:54:22 +01:00
text_editor_vanilla_editor.h Initial Commit. 2023-12-14 21:54:22 +01:00
text_file_editor.cpp Initial Commit. 2023-12-14 21:54:22 +01:00
text_file_editor.h Initial Commit. 2023-12-14 21:54:22 +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 .