home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-03-07 | 7.3 KB | 231 lines | [TEXT/R*ch] |
- Introduction
- ------------
- From BBEdit documents:
- > BBEdit has a facility for calling code modules which are not part
- > of the application itself. The main reason for this facility is
- > so that users and third-party programmers can add specific
- > functionality to BBEdit which goes beyond BBEdit’s own charter.
- > For example, one such code module might prepend Usenet
- > attributions to each line in a selected range of text. This is a
- > useful function, but its not of interest to everyone.
-
- Easy View is extension-compatible with BBEdit to some extent. Just
- place the desired extensions in the "EV Extensions" folder and put
- it into the "Extensions" folder of the active system. (If you don't
- want to contaminate your system folder, you can leave it with the
- application.)
-
- Most extensions that do not modify the current text will work as
- expected. The ones that modify the text will also work, but the
- result cannot be saved into the file. Remember, Easy View opens
- all the text files as Read-Only, and will not touch their contents.
-
- Some extensions (such as Import) open a new window under BBEdit.
- Their behavior under Easy View is modified slightly: a new file
- will be added to the current view. The user will be asked to
- supply the file name.
-
-
- Sample Extensions
- -----------------
- Several extensions are distributed with Easy View 2.5x, with the
- consent of their authors. Here is the current list in the order
- of their release date:
-
- Extension Author
- ---------- -----------------
- Word Count Kamal Abdali
- BBXKeys Jamie R. McCarthy
- Import Marco Piovanelli
- Speaking Mark Fleming
- Get URL M. Akif Eyler
-
- Note that Get URL has a special treatment in EV 2.6: click on any
- URL while the command key is down, and it is immediately activated.
-
- Other extensions are available in various archives. You can search
- under info-mac/text/ in various mirrors of sumex-aim.
-
-
- Word Count
- ------------
- From: Kamal Abdali
- Date: Fri, 11 Dec 1992 12:02:06 -0500
- Subject: wordcount.sit.hqx - a BBEdit extension
-
- Below is Word Count, an extension to BBEdit in stuffed, binhexed
- format for distribtion to ftp archive sites. It is offered as free
- software on as is basis.
-
- Word Count displays the number of paragraphs, sentences, nonblank
- lines, words and characters in the current selection in the active BBEdit
- window. If the current selection is null, the counts are for
- the entire file.
-
- I like BBEdit's capabilities and interface very much, and appreciate
- it that such a superb program is available without charge. Word Count
- is my small contribution in return for my free use of BBEdit.
-
- Kamal Abdali
- P.O. Box 65207
- Washington, DC 20035-5207
-
-
- BBXKeys
- ---------
- From: k044477@hobbes.kzoo.edu (Jamie R. McCarthy)
- Date: Thu, 14 Jan 93 1:45:30 EST
- Subject: BBXKeys 1.0
-
- BBXKeys is a BBEdit extension that assigns command keys to other
- extensions. In the spirit of all BBEdit extensions to date, it's
- freeware, and full source (all 10K of it) is included.
- --
- Jamie McCarthy Internet: k044477@kzoo.edu AppleLink: j.mccarthy
-
- /*
- * BBXKeys.c
- *
- * By Jamie McCarthy, Jan 93. This is not public domain; it is
- * © Copyright 1993 by Jamie R. McCarthy. All rights reserved.
- * But you are free (in both the legal and the financial sense)
- * to distribute this program, and its source, to anyone you
- * like. Yes, Virginia, this is FreeWare.
- *
- */
-
-
- Import
- --------
- From: piovanel@dsi.unimi.it (Marco Piovanelli)
- Date: Mon, 5 Jul 93 12:39:00 METDST
- Subject: BBEdit-Import-10.hqx
-
- This is BBEdit-Import-1.0, an extension for BBEdit Lite that lets
- you import word processor files into BBEdit Lite using the Claris
- XTND System and the appropriate translators.
- BBEdit-Import-1.0 needs System 7.0 or better to run.
-
- Suggested placement in the info-mac hierarchy: info-mac/text
-
- This archive was stuffed and binhexed with StuffIt Lite 3.0.5
-
- * This BBEdit extension was written by Marco Piovanelli (piovanel@dsi.unimi.it)
- * using THINK Pascal. This product is free. I didn’t include the source code
- * in order to keep the archive size down, but if you’re interested I can mail it
- * to you.
-
-
- Speaking
- ----------
- From: markf@POST.queensu.ca (Mark Fleming)
- Date: Wed, 6 Oct 1993 19:25:14 -0500
- Subject: BBEdit extension Speaking
-
- Two new BBEdit Extensions for speaking the selected text using
- Apple new Speech Manager. I was thinking about writting a XTND
- capable speaking program, to allow speaking of any word
- processing file, but no need since BBEdit V2.2.1 is such a
- program.
-
- Hence, Speak with Dialog and Speaking my first BBEdit modules.
-
- 1) Speaking
-
- Simple extension that use Apple’s new speech manager to
- ‘Talk’ the selected text.
-
- 2) Speaking with Dialog (Same as Speaking except with a dialog box).
-
- An extension that use Apple’s new speech manager to ‘Talk’
- the selected text.
-
- The use is presented with a dialog box with some limited
- control over how text is spoken.
-
- * You can ask it to spell the text or speak the text.
- * You can use the Talk, Stop, Pause, and Continue buttons to
- control and replay the text.
- * The exit button is used to return to BBEdit.
-
- Cheers, Mark Fleming
-
- Copyright (c) 1993, All Rights Reserved.
- AppleLink: CDA0621 InterNet: markf@Post.QueensU.CA
- ** The Author of NetDoctor, a Lab and Network Maintainer Package **
-
-
- Get URL «
- -----------
- Date: Thu, 9 Feb 1995 17:45:08 -0600
- From: eyler@bilkent.edu.tr (Akif Eyler)
- Subject: [*] Get URL BBEdit/EasyView Extension
-
- Version 1.2 of February 95
-
- This extension calls various Internet software to decode
- URL's. Usable from BBEdit and Easy View.
-
- Place the extension into your "BBEdit Extensions" and/or
- "EV Extensions" folder. You don't need to restart the
- machine, this is not a system extension.
-
- "Get URL" recognizes 4 URL strings currently:
- * ftp:
- * /info-mac/
- * gopher:
- * http:
- The first two go to Anarchie and the last two to MacWeb.
-
- Completely configurable with a resource editor.
-
- Dedicated to:
- Adam Engst, Peter Lewis, and John Norstad.
-
- M. Akif Eyler
-
- ------------------------------
-
- Technical Note
- --------------
- Most routines are fully implemented in Easy View 2.5x, as
- indicated by OK below. Some of these are restricted as noted.
-
- Other routines are not implemented yet.
-
- { version 1 callbacks }
- getWindowContents OK
- getSelection OK, firstChar=0
- setSelection OK, firstChar ignored
- getDocInfo -
- getModDate -
- copy OK
- paste OK
- { version 2 callbacks }
- getLastLine OK
- getLineNumber OK
- getLineStart OK
- getLineEnd OK
- getLinePos OK
- insertText OK
- deleteText OK
- setWindowContents OK
- contentsChanged OK
- getFileText -
- getFolder -
- openSeveral -
- centerDialog OK, not centered
- standardFilter OK
- frameDialogItem OK
- newDocument OK
- openDocument -
- allocateMemory OK, clear ignored
- findPattern OK, call Munger, case sensitive
- reportOSErr OK
- getPreference OK
- setPreference OK
- startProgress -
- doProgress -
- doneProgress -
-
-