pandemonium_engine/modules/text_editor
2022-08-17 13:45:14 +02:00
..
config.py
LICENSE
README.md Added a readme for the tx editor. 2022-07-16 15:50:42 +02:00
register_types.cpp Finished cleaning up text editor and added everything to the build. It doesn't work properly yet though. 2022-07-16 00:23:07 +02:00
register_types.h
SCsub Finished cleaning up text editor and added everything to the build. It doesn't work properly yet though. 2022-07-16 00:23:07 +02:00
text_editor_plugin.cpp Use better icon. 2022-07-16 00:28:36 +02:00
text_editor_plugin.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
text_editor_preview.cpp Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
text_editor_preview.h Reimplemented missing initialization for the classes that need it. 2022-07-16 00:36:35 +02:00
text_editor_settings.cpp Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
text_editor_settings.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
text_editor_vanilla_editor.cpp Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
text_editor_vanilla_editor.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +02:00
text_file_editor.cpp Moved Variant related classes under a variant folder in core. 2022-08-17 13:17:12 +02:00
text_file_editor.h Moved Object related classes under core/object. 2022-08-17 13:45:14 +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 .