pandemonium_engine/modules/text_editor
2022-07-21 19:48:08 +02:00
..
config.py
LICENSE
README.md Added a readme for the tx editor. 2022-07-16 15:50:42 +02:00
register_types.cpp
register_types.h
SCsub
text_editor_plugin.cpp
text_editor_plugin.h
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
text_editor_settings.h
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 .