diff --git a/spx-gui/src/components/editor/code-editor/CodeEditor.vue b/spx-gui/src/components/editor/code-editor-legacy/CodeEditor.vue similarity index 100% rename from spx-gui/src/components/editor/code-editor/CodeEditor.vue rename to spx-gui/src/components/editor/code-editor-legacy/CodeEditor.vue diff --git a/spx-gui/src/components/editor/code-editor/FormatButton.vue b/spx-gui/src/components/editor/code-editor-legacy/FormatButton.vue similarity index 100% rename from spx-gui/src/components/editor/code-editor/FormatButton.vue rename to spx-gui/src/components/editor/code-editor-legacy/FormatButton.vue diff --git a/spx-gui/src/components/editor/code-editor/ToolItem.vue b/spx-gui/src/components/editor/code-editor-legacy/ToolItem.vue similarity index 100% rename from spx-gui/src/components/editor/code-editor/ToolItem.vue rename to spx-gui/src/components/editor/code-editor-legacy/ToolItem.vue diff --git a/spx-gui/src/components/editor/code-editor/code-text-editor/CodeTextEditor.vue b/spx-gui/src/components/editor/code-editor-legacy/code-text-editor/CodeTextEditor.vue similarity index 100% rename from spx-gui/src/components/editor/code-editor/code-text-editor/CodeTextEditor.vue rename to spx-gui/src/components/editor/code-editor-legacy/code-text-editor/CodeTextEditor.vue diff --git a/spx-gui/src/components/editor/code-editor/code-text-editor/index.ts b/spx-gui/src/components/editor/code-editor-legacy/code-text-editor/index.ts similarity index 100% rename from spx-gui/src/components/editor/code-editor/code-text-editor/index.ts rename to spx-gui/src/components/editor/code-editor-legacy/code-text-editor/index.ts diff --git a/spx-gui/src/components/editor/code-editor/code-text-editor/monaco.ts b/spx-gui/src/components/editor/code-editor-legacy/code-text-editor/monaco.ts similarity index 100% rename from spx-gui/src/components/editor/code-editor/code-text-editor/monaco.ts rename to spx-gui/src/components/editor/code-editor-legacy/code-text-editor/monaco.ts diff --git a/spx-gui/src/components/editor/code-editor/code-text-editor/tools/common.ts b/spx-gui/src/components/editor/code-editor-legacy/code-text-editor/tools/common.ts similarity index 100% rename from spx-gui/src/components/editor/code-editor/code-text-editor/tools/common.ts rename to spx-gui/src/components/editor/code-editor-legacy/code-text-editor/tools/common.ts diff --git a/spx-gui/src/components/editor/code-editor/code-text-editor/tools/gop.ts b/spx-gui/src/components/editor/code-editor-legacy/code-text-editor/tools/gop.ts similarity index 100% rename from spx-gui/src/components/editor/code-editor/code-text-editor/tools/gop.ts rename to spx-gui/src/components/editor/code-editor-legacy/code-text-editor/tools/gop.ts diff --git a/spx-gui/src/components/editor/code-editor/code-text-editor/tools/index.ts b/spx-gui/src/components/editor/code-editor-legacy/code-text-editor/tools/index.ts similarity index 100% rename from spx-gui/src/components/editor/code-editor/code-text-editor/tools/index.ts rename to spx-gui/src/components/editor/code-editor-legacy/code-text-editor/tools/index.ts diff --git a/spx-gui/src/components/editor/code-editor/code-text-editor/tools/spx.ts b/spx-gui/src/components/editor/code-editor-legacy/code-text-editor/tools/spx.ts similarity index 100% rename from spx-gui/src/components/editor/code-editor/code-text-editor/tools/spx.ts rename to spx-gui/src/components/editor/code-editor-legacy/code-text-editor/tools/spx.ts diff --git a/spx-gui/src/components/editor/code-editor/icons/code.svg b/spx-gui/src/components/editor/code-editor-legacy/icons/code.svg similarity index 100% rename from spx-gui/src/components/editor/code-editor/icons/code.svg rename to spx-gui/src/components/editor/code-editor-legacy/icons/code.svg diff --git a/spx-gui/src/components/editor/code-editor/icons/control.svg b/spx-gui/src/components/editor/code-editor-legacy/icons/control.svg similarity index 100% rename from spx-gui/src/components/editor/code-editor/icons/control.svg rename to spx-gui/src/components/editor/code-editor-legacy/icons/control.svg diff --git a/spx-gui/src/components/editor/code-editor/icons/effect.svg b/spx-gui/src/components/editor/code-editor-legacy/icons/effect.svg similarity index 100% rename from spx-gui/src/components/editor/code-editor/icons/effect.svg rename to spx-gui/src/components/editor/code-editor-legacy/icons/effect.svg diff --git a/spx-gui/src/components/editor/code-editor/icons/event.svg b/spx-gui/src/components/editor/code-editor-legacy/icons/event.svg similarity index 100% rename from spx-gui/src/components/editor/code-editor/icons/event.svg rename to spx-gui/src/components/editor/code-editor-legacy/icons/event.svg diff --git a/spx-gui/src/components/editor/code-editor/icons/game.svg b/spx-gui/src/components/editor/code-editor-legacy/icons/game.svg similarity index 100% rename from spx-gui/src/components/editor/code-editor/icons/game.svg rename to spx-gui/src/components/editor/code-editor-legacy/icons/game.svg diff --git a/spx-gui/src/components/editor/code-editor/icons/listen.svg b/spx-gui/src/components/editor/code-editor-legacy/icons/listen.svg similarity index 100% rename from spx-gui/src/components/editor/code-editor/icons/listen.svg rename to spx-gui/src/components/editor/code-editor-legacy/icons/listen.svg diff --git a/spx-gui/src/components/editor/code-editor/icons/look.svg b/spx-gui/src/components/editor/code-editor-legacy/icons/look.svg similarity index 100% rename from spx-gui/src/components/editor/code-editor/icons/look.svg rename to spx-gui/src/components/editor/code-editor-legacy/icons/look.svg diff --git a/spx-gui/src/components/editor/code-editor/icons/motion.svg b/spx-gui/src/components/editor/code-editor-legacy/icons/motion.svg similarity index 100% rename from spx-gui/src/components/editor/code-editor/icons/motion.svg rename to spx-gui/src/components/editor/code-editor-legacy/icons/motion.svg diff --git a/spx-gui/src/components/editor/code-editor/icons/read.svg b/spx-gui/src/components/editor/code-editor-legacy/icons/read.svg similarity index 100% rename from spx-gui/src/components/editor/code-editor/icons/read.svg rename to spx-gui/src/components/editor/code-editor-legacy/icons/read.svg diff --git a/spx-gui/src/components/editor/code-editor/icons/sensing.svg b/spx-gui/src/components/editor/code-editor-legacy/icons/sensing.svg similarity index 100% rename from spx-gui/src/components/editor/code-editor/icons/sensing.svg rename to spx-gui/src/components/editor/code-editor-legacy/icons/sensing.svg diff --git a/spx-gui/src/components/editor/code-editor/icons/sound.svg b/spx-gui/src/components/editor/code-editor-legacy/icons/sound.svg similarity index 100% rename from spx-gui/src/components/editor/code-editor/icons/sound.svg rename to spx-gui/src/components/editor/code-editor-legacy/icons/sound.svg diff --git a/spx-gui/src/components/editor/code-editor/icons/variable.svg b/spx-gui/src/components/editor/code-editor-legacy/icons/variable.svg similarity index 100% rename from spx-gui/src/components/editor/code-editor/icons/variable.svg rename to spx-gui/src/components/editor/code-editor-legacy/icons/variable.svg diff --git a/spx-gui/src/components/editor/code-editor/icons/zoom-in.svg b/spx-gui/src/components/editor/code-editor-legacy/icons/zoom-in.svg similarity index 100% rename from spx-gui/src/components/editor/code-editor/icons/zoom-in.svg rename to spx-gui/src/components/editor/code-editor-legacy/icons/zoom-in.svg diff --git a/spx-gui/src/components/editor/code-editor/icons/zoom-out.svg b/spx-gui/src/components/editor/code-editor-legacy/icons/zoom-out.svg similarity index 100% rename from spx-gui/src/components/editor/code-editor/icons/zoom-out.svg rename to spx-gui/src/components/editor/code-editor-legacy/icons/zoom-out.svg diff --git a/spx-gui/src/components/editor/code-editor/icons/zoom-reset.svg b/spx-gui/src/components/editor/code-editor-legacy/icons/zoom-reset.svg similarity index 100% rename from spx-gui/src/components/editor/code-editor/icons/zoom-reset.svg rename to spx-gui/src/components/editor/code-editor-legacy/icons/zoom-reset.svg