pandemonium_engine/modules/text_editor
2022-07-21 19:48:08 +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
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 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 Fixed CSV preview. 2022-07-16 15:32:23 +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 Hide the search bar by default. 2022-07-16 15:16:43 +02:00
text_editor_vanilla_editor.h Reuse CodeEditor's SearchBar class for TextEditor. 2022-07-16 15:07:48 +02:00
text_file_editor.cpp Fix potential crash. 2022-07-21 19:48:08 +02:00
text_file_editor.h Reimplemented missing initialization for the classes that need it. 2022-07-16 00:36:35 +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 .