From 2ded3d97c0187a70a557ce886989437c5c01796f Mon Sep 17 00:00:00 2001 From: Joe Wicentowski Date: Wed, 7 Jul 2021 17:22:17 -0400 Subject: [PATCH] [ignore] Cleanup remnants of Go to/import module Navigate > Go to/import module was removed in https://github.com/eXist-db/eXide/commit/8d7b14c858859e15d0e19bf0d43f7f6cb13ec90d and https://github.com/eXist-db/eXide/commit/1227f4907dd8e08a4eda1f7aa6cce782d50cbc07 --- index.html.tmpl | 4 ---- keybindings.js | 1 - 2 files changed, 5 deletions(-) diff --git a/index.html.tmpl b/index.html.tmpl index 33ab7737..081ec105 100755 --- a/index.html.tmpl +++ b/index.html.tmpl @@ -171,10 +171,6 @@ Go to definition -
  • Function doc diff --git a/keybindings.js b/keybindings.js index 086c7f50..7f1ba428 100644 --- a/keybindings.js +++ b/keybindings.js @@ -17,7 +17,6 @@ "gotoDefinition": ["F3", "F3"], "searchIncremental": ["Ctrl-F", "Command-F"], "searchReplace": ["Ctrl-Shift-F", "Command-Shift-F"], - "findModule": ["F4", "F4"], "indentOrParam": ["Tab", "Tab"], "escape": ["Esc", "Esc"], "dbManager": ["Ctrl-Shift-M", "Command-Shift-M"],