pandemonium_engine/editor_modules/text_editor
2023-02-18 15:02:21 +01:00
..
doc_classes Re-extracted class docs. 2023-01-14 13:38:58 +01:00
icons
config.py Make sure that the editor can be built even when the new code_editor module is disabled. 2023-02-17 23:20:10 +01:00
LICENSE Updated copyright headers to 2023. 2022-12-31 19:34:43 +01:00
README.md
register_types.cpp Now modules make use of the new registration levels. 2023-01-15 17:04:00 +01:00
register_types.h Added include guards to all module register_types.h-s. 2023-01-15 13:27:08 +01:00
SCsub
text_editor_file.cpp
text_editor_file.h
text_editor_format_loader.cpp Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
text_editor_format_loader.h Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
text_editor_plugin.cpp Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
text_editor_plugin.h Updated more copyright headers for 2023. 2022-12-31 21:07:05 +01:00
text_editor_preview.cpp
text_editor_preview.h
text_editor_settings.cpp
text_editor_settings.h
text_editor_vanilla_editor.cpp Renamed code_editor.h and .cpp to code_text_editor.h and .cpp. 2023-02-18 15:02:21 +01:00
text_editor_vanilla_editor.h
text_file_editor.cpp
text_file_editor.h

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 .