diff --git a/modules/text_editor/paint_editor_plugin.cpp b/modules/text_editor/text_editor_plugin.cpp similarity index 100% rename from modules/text_editor/paint_editor_plugin.cpp rename to modules/text_editor/text_editor_plugin.cpp diff --git a/modules/text_editor/paint_editor_plugin.h b/modules/text_editor/text_editor_plugin.h similarity index 100% rename from modules/text_editor/paint_editor_plugin.h rename to modules/text_editor/text_editor_plugin.h diff --git a/modules/text_editor/preview.cpp b/modules/text_editor/text_editor_preview.cpp similarity index 100% rename from modules/text_editor/preview.cpp rename to modules/text_editor/text_editor_preview.cpp diff --git a/modules/text_editor/preview.h b/modules/text_editor/text_editor_preview.h similarity index 100% rename from modules/text_editor/preview.h rename to modules/text_editor/text_editor_preview.h diff --git a/modules/text_editor/lastopenedfiles.cpp b/modules/text_editor/text_editor_settings.cpp similarity index 100% rename from modules/text_editor/lastopenedfiles.cpp rename to modules/text_editor/text_editor_settings.cpp diff --git a/modules/text_editor/lastopenedfiles.h b/modules/text_editor/text_editor_settings.h similarity index 100% rename from modules/text_editor/lastopenedfiles.h rename to modules/text_editor/text_editor_settings.h diff --git a/modules/text_editor/vanillaeditor.cpp b/modules/text_editor/text_editor_vanilla_editor.cpp similarity index 100% rename from modules/text_editor/vanillaeditor.cpp rename to modules/text_editor/text_editor_vanilla_editor.cpp diff --git a/modules/text_editor/vanillaeditor.h b/modules/text_editor/text_editor_vanilla_editor.h similarity index 100% rename from modules/text_editor/vanillaeditor.h rename to modules/text_editor/text_editor_vanilla_editor.h diff --git a/modules/text_editor/fileeditor.cpp b/modules/text_editor/text_file_editor.cpp similarity index 100% rename from modules/text_editor/fileeditor.cpp rename to modules/text_editor/text_file_editor.cpp diff --git a/modules/text_editor/fileeditor.h b/modules/text_editor/text_file_editor.h similarity index 100% rename from modules/text_editor/fileeditor.h rename to modules/text_editor/text_file_editor.h