pandemonium_engine_minimal/editor_modules/text_editor
2023-12-14 23:20:45 +01:00
..
doc_classes Added back the editor. 2023-12-14 23:20:45 +01:00
icons Added back the editor. 2023-12-14 23:20:45 +01:00
config.py Added back the editor. 2023-12-14 23:20:45 +01:00
LICENSE Added back the editor. 2023-12-14 23:20:45 +01:00
README.md Added back the editor. 2023-12-14 23:20:45 +01:00
register_types.cpp Added back the editor. 2023-12-14 23:20:45 +01:00
register_types.h Added back the editor. 2023-12-14 23:20:45 +01:00
SCsub Added back the editor. 2023-12-14 23:20:45 +01:00
text_editor_file.cpp Added back the editor. 2023-12-14 23:20:45 +01:00
text_editor_file.h Added back the editor. 2023-12-14 23:20:45 +01:00
text_editor_format_loader.cpp Added back the editor. 2023-12-14 23:20:45 +01:00
text_editor_format_loader.h Added back the editor. 2023-12-14 23:20:45 +01:00
text_editor_plugin.cpp Added back the editor. 2023-12-14 23:20:45 +01:00
text_editor_plugin.h Added back the editor. 2023-12-14 23:20:45 +01:00
text_editor_preview.cpp Added back the editor. 2023-12-14 23:20:45 +01:00
text_editor_preview.h Added back the editor. 2023-12-14 23:20:45 +01:00
text_editor_settings.cpp Added back the editor. 2023-12-14 23:20:45 +01:00
text_editor_settings.h Added back the editor. 2023-12-14 23:20:45 +01:00
text_editor_vanilla_editor.cpp Added back the editor. 2023-12-14 23:20:45 +01:00
text_editor_vanilla_editor.h Added back the editor. 2023-12-14 23:20:45 +01:00
text_file_editor.cpp Added back the editor. 2023-12-14 23:20:45 +01:00
text_file_editor.h Added back the editor. 2023-12-14 23:20:45 +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 .