pandemonium_engine/modules/text_editor
2022-08-17 20:57:16 +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 Added _theme_ infix to the theme helper methods in Control. 2022-08-17 20:57:16 +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 Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +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 String and related classes under a string folder in core. 2022-08-17 14:19:55 +02:00
text_file_editor.cpp Moved Engine and projectSettings. 2022-08-17 15:35:28 +02:00
text_file_editor.h Moved String and related classes under a string folder in core. 2022-08-17 14:19:55 +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 .