# # This file is encoded in (so called) SHIFT-JIS, # line delimitor is CR. # Browser Menu Enhancements Goodies for Squeak 2.0 Broken English description This goodies is a modification for Squeak from Mr. AOKI's Browser Menu Enhancements Goodies for VisualWorks 2.5 and VisualWave 1.0 Copyright (c) 1995-1998 AOKI Atsushi 1998/01/05 http://www.sra.co.jp/people/aoki/SmalltalkGoodies/VisualWorks/BrMenuEn.st http://www.sra.co.jp/people/aoki/SmalltalkGoodies/VisualWorks/BrMenuEn.txt Summary: This goodies adds menu items for local search or category search to yellow button menu of message selector pane of a browser. It is easy to search implimentor or sender. How to install: FileIn this goodies and makes a class "BrowserMenuEnhancements" in a category "Goodies-Enhancements". AND 4 methods are added in a category "private memu messages" and 2 methods are added in a category "private utilities" of the class "Browser". (private memu messages) Browser>>categoryImplementors Browser>>categorySenders Browser>>localImplementors Browser>>localSenders (private utilities) Browser>>stringMatch: string and: pattern Browser>>stringMatch: string sIndex: sindex and: pattern pIndex: pindex When you want to restore your image, please remove this class "BrowserMenuEnhancements" from your system, simply. Also a menu items are removed automatically. How to use: When you install this goodies, it adds an enhancements for yellow button menu of message selector pane. ########################################################## 青木さんの http://www.sra.co.jp/people/aoki/SmalltalkGoodies/VisualWorks/BrMenuEn.st を Squeak 用にいじったものです。 ドキュメントは http://www.sra.co.jp/people/aoki/SmalltalkGoodies/VisualWorks/BrMenuEn.txt を参照してください。 オリジナルは自己完結しており、「既存のクラスやメソッドには一切の変更も 加えていません」が、このコードでは、 "Browser" に 2 個のカテゴリを作成し、その中に、合計 6 個のメソッドを挿入します。 (private memu messages) カテゴリ Browser>>categoryImplementors Browser>>categorySenders Browser>>localImplementors Browser>>localSenders (private utilities) カテゴリ Browser>>stringMatch: string and: pattern Browser>>stringMatch: string sIndex: sindex and: pattern pIndex: pindex ご注意ください。 ---------------------------------------------------------- 西原聡士 (NISHIHARA Satoshi) e-mail: mailto:nishis@zephyr.dti.ne.jp URL: http://www.zephyr.dti.ne.jp/~nishis/ ----------------------------------------------------------