pandemonium_engine/editor_modules/text_editor
2022-08-23 13:09:12 +02:00
..
doc_classes Re-extracted the class docs. 2022-08-23 13:09:12 +02:00
icons Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
config.py Fix doc class strings, and add missing ones. 2022-08-21 00:32:32 +02:00
LICENSE Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
README.md Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
register_types.cpp Register text editor's resource format loader similarly to other engine ResourceFormatLoaders. 2022-08-20 02:05:46 +02:00
register_types.h Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
SCsub Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_file.cpp Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_file.h Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_format_loader.cpp Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_format_loader.h Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_plugin.cpp Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_plugin.h Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_preview.cpp Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_preview.h Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_settings.cpp Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_settings.h Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_vanilla_editor.cpp Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_vanilla_editor.h Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_file_editor.cpp Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_file_editor.h Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02: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 .