diff --git a/src/components/element/VmIde.vue b/src/components/element/VmIde.vue
index 63f7f16..9027438 100644
--- a/src/components/element/VmIde.vue
+++ b/src/components/element/VmIde.vue
@@ -2775,14 +2775,18 @@ export default {
}
},
handleFind() {
+ // TEMPORARILY DISABLED FOR FILE HANDLING ASSIGNMENT
// Open custom Find/Replace modal in find mode
- this.findReplaceMode = 'find';
- this.showFindReplaceModal = true;
+ // this.findReplaceMode = 'find';
+ // this.showFindReplaceModal = true;
+ console.log('[FIND DISABLED] Find feature temporarily disabled for file handling assignment');
},
handleReplace() {
+ // TEMPORARILY DISABLED FOR FILE HANDLING ASSIGNMENT
// Open custom Find/Replace modal in replace mode
- this.findReplaceMode = 'replace';
- this.showFindReplaceModal = true;
+ // this.findReplaceMode = 'replace';
+ // this.showFindReplaceModal = true;
+ console.log('[REPLACE DISABLED] Replace feature temporarily disabled for file handling assignment');
},
handleComment() {
// Toggle comment in the active editor
diff --git a/src/components/element/pages/ide/KeyboardShortcutsModal.vue b/src/components/element/pages/ide/KeyboardShortcutsModal.vue
index f6615cc..10d4358 100644
--- a/src/components/element/pages/ide/KeyboardShortcutsModal.vue
+++ b/src/components/element/pages/ide/KeyboardShortcutsModal.vue
@@ -65,14 +65,15 @@
Paste
Ctrl+V
-
+
+
+
+