pandemonium_engine/editor_modules/text_editor
2023-12-17 22:59:50 +01:00
..
doc_classes Re-extracted class docs. 2023-10-12 01:59:32 +02:00
icons Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
config.py Renamed the code_editor module to editor_code_editor. 2023-02-18 15:31:58 +01:00
LICENSE Updated copyright headers to 2023. 2022-12-31 19:34:43 +01:00
README.md Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
register_types.cpp Removed my old copyright headers. 2023-12-17 22:59:50 +01:00
register_types.h Removed my old copyright headers. 2023-12-17 22:59:50 +01:00
SCsub Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_file.cpp Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_file.h Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_format_loader.cpp Removed my old copyright headers. 2023-12-17 22:59:50 +01:00
text_editor_format_loader.h Removed my old copyright headers. 2023-12-17 22:59:50 +01:00
text_editor_plugin.cpp Removed my old copyright headers. 2023-12-17 22:59:50 +01:00
text_editor_plugin.h Removed my old copyright headers. 2023-12-17 22:59:50 +01:00
text_editor_preview.cpp Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_preview.h Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_settings.cpp Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_settings.h Moved the editor only modules to a new editor_modules folder. 2022-08-19 22:46:53 +02:00
text_editor_vanilla_editor.cpp Moved fonts into a new subfolder. 2023-12-10 14:42:30 +01:00
text_editor_vanilla_editor.h Prefix class names in the editor_script_editor module with Editor. Pt 1. 2023-02-18 16:37:54 +01:00
text_file_editor.cpp Moved fonts into a new subfolder. 2023-12-10 14:42:30 +01:00
text_file_editor.h Moved CanvasItem, Control, Node2D and Spatial under scene/main. 2023-12-10 15:50:54 +01: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 .