From aaf50c4fa1449769c35e862b775be7f58a870103 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 10 Sep 2007 00:50:44 +0000 Subject: [PATCH] a few missed tweaks for word completion integtation svn: r7305 --- collects/drscheme/private/unit.ss | 2 +- collects/string-constants/english-string-constants.ss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/collects/drscheme/private/unit.ss b/collects/drscheme/private/unit.ss index ec342e5df4..7387e80abc 100644 --- a/collects/drscheme/private/unit.ss +++ b/collects/drscheme/private/unit.ss @@ -2718,7 +2718,6 @@ module browser threading seems wrong. (super file-menu:between-print-and-close file-menu)) (define/override (edit-menu:between-find-and-preferences edit-menu) - (super edit-menu:between-find-and-preferences edit-menu) (new menu-item% [label (string-constant complete-word)] [shortcut #\/] @@ -2731,6 +2730,7 @@ module browser threading seems wrong. (is-a? ed text:autocomplete<%>)))))] [callback (λ (x y) (send (get-edit-target-object) auto-complete))]) + (super edit-menu:between-find-and-preferences edit-menu) (add-modes-submenu edit-menu)) ;; capability-menu-items : hash-table[menu -o> (listof (list menu-item number key))) diff --git a/collects/string-constants/english-string-constants.ss b/collects/string-constants/english-string-constants.ss index 97d660cb52..1d3533e511 100644 --- a/collects/string-constants/english-string-constants.ss +++ b/collects/string-constants/english-string-constants.ss @@ -640,7 +640,7 @@ please adhere to these guidelines: (replace-and-find-again-info "Replace the current text and search for the same string as before") (replace-and-find-again-menu-item "Replace && Find Again") - (complete-word "Complete word") ; the complete word menu item in the edit menu + (complete-word "Complete Word") ; the complete word menu item in the edit menu (preferences-info "Configure your preferences") (preferences-menu-item "Preferences...")