# # This file is encoded in (so called) SHIFT-JIS, # line delimitor is CR. # FillInTheBlank Modifier Goodies for Squeak 1.31 Broken English description Summary: This code adds auto copy for FillInTheBlank. Installing: FileIn this source code, and makes a class "FillInTheBlankModifier" in a category "Nishis-Goodies-Misc". AND 1 methods are added in a category "accessing" of the class "FillInTheBlank". FillInTheBlank>>contents: When you want to restore your image, please remove this class "FillInTheBlankModifier" from your system. Additions of FillInTheBlank class are automatically remevoed and restored. The pattern of [modify-restore] is following Mr. AOKI. See the attachment file (matsuda.zip) of http://www.sra.co.jp/smalltalk/SML/mails/1501-1600/1552.txt how to use: see examples. ########################################################## 概要: FillInTheBlank の使用時に、初期文字列設定が空であれば、 クリップボードから転送します。cmd (alt) + v でペースト できますが、ワン・アクション減るので、それなりに使える のではないかと思います。 Mei for Smalltalk/V にある機能の物真似です。 インストール方法: このソースを読み込んで(fileInして)下さい。 Nishis-Goodies-Misc というカテゴリの中に FillInTheBlankModifier というクラスが作成され、FillInTheBlank クラスの accessing というプロトコルに、以下のメソッドが追加されます。 FillInTheBlank>>contents: 元に戻したい場合には, FillInTheBlankModifier というクラスを 削除して下さい。 [変更-復帰]のパタンは、青木さんが作成されたプログラム (matsuda.zip) がオリジナルです。 http://www.sra.co.jp/smalltalk/SML/mails/1501-1600/1552.txt に添付されている attachment ファイルを参照してください。 使い方: 例題を参照してください。 ---------------------------------------------------------- 西原聡士 (NISHIHARA Satoshi) e-mail: mailto:nishis@zephyr.dti.ne.jp URL: http://www.zephyr.dti.ne.jp/~nishis/ ----------------------------------------------------------