removed obsolete searching preference

svn: r11004
This commit is contained in:
Robby Findler 2008-07-31 12:07:36 +00:00
parent 7ef5249fa5
commit e7c3919d72
12 changed files with 0 additions and 15 deletions

View File

@ -174,7 +174,6 @@
(preferences:set-default 'framework:recent-items-window-h 600 number?) (preferences:set-default 'framework:recent-items-window-h 600 number?)
(preferences:set-default 'framework:open-here? #f boolean?) (preferences:set-default 'framework:open-here? #f boolean?)
(preferences:set-default 'framework:show-delegate? #f boolean?) (preferences:set-default 'framework:show-delegate? #f boolean?)
(preferences:set-default 'framework:search-using-dialog? #t boolean?)
(preferences:set-default 'framework:windows-mdi #f boolean?) (preferences:set-default 'framework:windows-mdi #f boolean?)
(preferences:set-default 'framework:menu-bindings #t boolean?) (preferences:set-default 'framework:menu-bindings #t boolean?)
(preferences:set-default 'framework:verify-change-format #f boolean?) (preferences:set-default 'framework:verify-change-format #f boolean?)

View File

@ -413,10 +413,6 @@ the state transitions / contracts are:
'framework:auto-set-wrap? 'framework:auto-set-wrap?
(string-constant wrap-words-in-editor-buffers) (string-constant wrap-words-in-editor-buffers)
values values) values values)
(make-check editor-panel
'framework:search-using-dialog?
(string-constant separate-dialog-for-searching)
values values)
(make-check editor-panel (make-check editor-panel
'framework:open-here? 'framework:open-here?
(string-constant reuse-existing-frames) (string-constant reuse-existing-frames)

View File

@ -401,7 +401,6 @@ please adhere to these guidelines:
(enable-keybindings-in-menus "Slå tastaturgenveje i menuer til") (enable-keybindings-in-menus "Slå tastaturgenveje i menuer til")
(automatically-to-ps "Udskriv automatisk til postscriptfil") (automatically-to-ps "Udskriv automatisk til postscriptfil")
(option-as-meta "Brugtion option-tasten som meta") ;; macos/macos x only (option-as-meta "Brugtion option-tasten som meta") ;; macos/macos x only
(separate-dialog-for-searching "Brug separat dialog til søgning")
(reuse-existing-frames "Genbrug gamle vinduer, når nye filer åbnes") (reuse-existing-frames "Genbrug gamle vinduer, når nye filer åbnes")
(default-fonts "Standardskrifttyper") (default-fonts "Standardskrifttyper")
(paren-match-color "Parentesfremhævningsfarve") ; in prefs dialog (paren-match-color "Parentesfremhævningsfarve") ; in prefs dialog

View File

@ -224,7 +224,6 @@
(display-line-numbers "Toon regelnummers (geen letternummers) in buffer") ; -- 'buffer' is not wrong, but unclear (display-line-numbers "Toon regelnummers (geen letternummers) in buffer") ; -- 'buffer' is not wrong, but unclear
(enable-keybindings-in-menus "Gebruik sneltoetsen in menus") (enable-keybindings-in-menus "Gebruik sneltoetsen in menus")
(automatically-to-ps "Automatically print to postscript file") (automatically-to-ps "Automatically print to postscript file")
(separate-dialog-for-searching "Use separate dialog for searching")
(reuse-existing-frames "Reuse existing frames when opening new files") (reuse-existing-frames "Reuse existing frames when opening new files")
(default-fonts "Verstek-lettertypen") (default-fonts "Verstek-lettertypen")

View File

@ -425,7 +425,6 @@ please adhere to these guidelines:
(enable-keybindings-in-menus "Enable keybindings in menus") (enable-keybindings-in-menus "Enable keybindings in menus")
(automatically-to-ps "Automatically print to PostScript file") (automatically-to-ps "Automatically print to PostScript file")
(command-as-meta "Treat command key as meta") ;; macos/macos x only (command-as-meta "Treat command key as meta") ;; macos/macos x only
(separate-dialog-for-searching "Use separate dialog for searching")
(reuse-existing-frames "Reuse existing frames when opening new files") (reuse-existing-frames "Reuse existing frames when opening new files")
(default-fonts "Default Fonts") (default-fonts "Default Fonts")
(basic-gray-paren-match-color "Basic gray parenthesis highlight color") ; in prefs dialog (basic-gray-paren-match-color "Basic gray parenthesis highlight color") ; in prefs dialog

View File

@ -417,7 +417,6 @@
(enable-keybindings-in-menus "Raccourcis clavier dans les menus.") (enable-keybindings-in-menus "Raccourcis clavier dans les menus.")
(automatically-to-ps "Imprimer automatiquement dans un fichier postscript.") (automatically-to-ps "Imprimer automatiquement dans un fichier postscript.")
(command-as-meta "Utiliser la touche de commande comme touche meta") ;; macos/macos x only (command-as-meta "Utiliser la touche de commande comme touche meta") ;; macos/macos x only
(separate-dialog-for-searching "Utiliser un dialogue séparé pour les recherches.")
(reuse-existing-frames "Réutiliser les fenêtres existantes lors de l'ouverture de nouveaux fichiers") (reuse-existing-frames "Réutiliser les fenêtres existantes lors de l'ouverture de nouveaux fichiers")
(default-fonts "Polices par défaut") (default-fonts "Polices par défaut")
(basic-gray-paren-match-color "Couleur grise simple de surlignage des parenthèses") ; in prefs dialog (basic-gray-paren-match-color "Couleur grise simple de surlignage des parenthèses") ; in prefs dialog

View File

@ -321,7 +321,6 @@
(enable-keybindings-in-menus "Tastenbelegung für Menüs") (enable-keybindings-in-menus "Tastenbelegung für Menüs")
(automatically-to-ps "Automatisch in PostScript-Datei drucken") (automatically-to-ps "Automatisch in PostScript-Datei drucken")
(command-as-meta "Command-Taste als Meta behandeln") ;; macos/macos x only (command-as-meta "Command-Taste als Meta behandeln") ;; macos/macos x only
(separate-dialog-for-searching "Für Textsuche separaten Dialog verwenden")
(reuse-existing-frames "Existierende Fenster für neu geöffnete Dateien wiederverwenden") (reuse-existing-frames "Existierende Fenster für neu geöffnete Dateien wiederverwenden")
(default-fonts "Standard-Fonts") (default-fonts "Standard-Fonts")
(basic-gray-paren-match-color "Farbe für Klammern-Hervorhebung \"Grau Standard\"") ; in prefs dialog (basic-gray-paren-match-color "Farbe für Klammern-Hervorhebung \"Grau Standard\"") ; in prefs dialog

View File

@ -407,7 +407,6 @@ please adhere to these guidelines:
(enable-keybindings-in-menus "メニューのキーバインドを有効にする") (enable-keybindings-in-menus "メニューのキーバインドを有効にする")
(automatically-to-ps "自動的に PostScript ファイルに印刷する") (automatically-to-ps "自動的に PostScript ファイルに印刷する")
(command-as-meta "Command キーを Meta キーとして処理する") ;; macos/macos x only (command-as-meta "Command キーを Meta キーとして処理する") ;; macos/macos x only
(separate-dialog-for-searching "検索に別のダイアログを使う")
(reuse-existing-frames "新しいファイルを開くときに既存のフレームを再利用する") (reuse-existing-frames "新しいファイルを開くときに既存のフレームを再利用する")
(default-fonts "既定のフォント") (default-fonts "既定のフォント")
(basic-gray-paren-match-color "基本グレー括弧の強調表示カラー") ; in prefs dialog (basic-gray-paren-match-color "基本グレー括弧の強調表示カラー") ; in prefs dialog

View File

@ -403,7 +403,6 @@ please adhere to these guidelines:
(enable-keybindings-in-menus "Activar ligações de teclas nos menus") (enable-keybindings-in-menus "Activar ligações de teclas nos menus")
(automatically-to-ps "Imprimir automaticamente para um ficheiro postscript") (automatically-to-ps "Imprimir automaticamente para um ficheiro postscript")
(option-as-meta "Tratar tecla option como meta") ;; macos/macos x only (option-as-meta "Tratar tecla option como meta") ;; macos/macos x only
(separate-dialog-for-searching "Usar janela em separado para a procura")
(reuse-existing-frames "Reutilizar janelas já existentes para abrir novos ficheiros") (reuse-existing-frames "Reutilizar janelas já existentes para abrir novos ficheiros")
(default-fonts "Fontes por Defeito") (default-fonts "Fontes por Defeito")
(paren-match-color "Cor de iluminação dos parêntesis"); in prefs dialog (paren-match-color "Cor de iluminação dos parêntesis"); in prefs dialog

View File

@ -352,7 +352,6 @@
(enable-keybindings-in-menus "允许使用菜单中的快捷键") (enable-keybindings-in-menus "允许使用菜单中的快捷键")
(automatically-to-ps "自动打印成postscript文件") (automatically-to-ps "自动打印成postscript文件")
(command-as-meta "将command键当作meta") ;; macos/macos x only (command-as-meta "将command键当作meta") ;; macos/macos x only
(separate-dialog-for-searching "使用单独的搜索对话框")
(reuse-existing-frames "在打开新文件时,使用现有的框架") (reuse-existing-frames "在打开新文件时,使用现有的框架")
(default-fonts "默认字体") (default-fonts "默认字体")
(paren-match-color "高亮显示括号所使用的颜色") ; in prefs dialog (paren-match-color "高亮显示括号所使用的颜色") ; in prefs dialog

View File

@ -301,7 +301,6 @@
(enable-keybindings-in-menus "Habilita enlaces de teclas en los menús") (enable-keybindings-in-menus "Habilita enlaces de teclas en los menús")
(automatically-to-ps "Imprime automáticamente a un archivo en postscript") (automatically-to-ps "Imprime automáticamente a un archivo en postscript")
(option-as-meta "Tratar cualquier tecla como meta") ;; macos/macos x only (option-as-meta "Tratar cualquier tecla como meta") ;; macos/macos x only
(separate-dialog-for-searching "Use el diálogo adecuado para buscar")
(reuse-existing-frames "Reutilizar marcos existentes cuando se abre un nuevo archivo") (reuse-existing-frames "Reutilizar marcos existentes cuando se abre un nuevo archivo")
(default-fonts "Fuentes por omisión") (default-fonts "Fuentes por omisión")
(paren-match-color "Color de resaltado de paréntesis") ; in prefs dialog (paren-match-color "Color de resaltado de paréntesis") ; in prefs dialog

View File

@ -351,7 +351,6 @@
(enable-keybindings-in-menus "允许使用菜单中的快捷键") (enable-keybindings-in-menus "允许使用菜单中的快捷键")
(automatically-to-ps "自动打印成postscript文件") (automatically-to-ps "自动打印成postscript文件")
(command-as-meta "将command键当作meta") ;; macos/macos x only (command-as-meta "将command键当作meta") ;; macos/macos x only
(separate-dialog-for-searching "使用单独的搜索对话框")
(reuse-existing-frames "在打开新文件时,使用现有的框架") (reuse-existing-frames "在打开新文件时,使用现有的框架")
(default-fonts "默认字体") (default-fonts "默认字体")
(paren-match-color "高亮显示括号所使用的颜色") ; in prefs dialog (paren-match-color "高亮显示括号所使用的颜色") ; in prefs dialog