pandemonium_engine/modules/text_editor
2022-07-16 15:00:34 +02:00
..
config.py Used the gdscript to cpp converter script to turn https://github.com/Relintai/godot-engine.file-editor into a module. 2022-07-15 14:55:18 +02:00
LICENSE Used the gdscript to cpp converter script to turn https://github.com/Relintai/godot-engine.file-editor into a module. 2022-07-15 14:55:18 +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 Used the gdscript to cpp converter script to turn https://github.com/Relintai/godot-engine.file-editor into a module. 2022-07-15 14:55:18 +02:00
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 Cleaned up the editor plugin. 2022-07-15 22:35:29 +02:00
text_editor_preview.cpp Reimplemented missing initialization for the classes that need it. 2022-07-16 00:36:35 +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 Also renamed classes, fixed include guards, and includes. 2022-07-15 22:13:18 +02:00
text_editor_settings.h Also renamed classes, fixed include guards, and includes. 2022-07-15 22:13:18 +02:00
text_editor_vanilla_editor.cpp Removed the search and replace box from the text editor. 2022-07-16 15:00:34 +02:00
text_editor_vanilla_editor.h Removed the search and replace box from the text editor. 2022-07-16 15:00:34 +02:00
text_file_editor.cpp Fix typos. 2022-07-16 00:40:09 +02:00
text_file_editor.h Reimplemented missing initialization for the classes that need it. 2022-07-16 00:36:35 +02:00