SCU 2.1b4 update
- From: Brendan Murphy <bmurphy@xxxxxxxxxxxxxxxxxxxxx>
- To: ftcdev@xxxxxxxxxxxxx
- Date: Tue, 18 Nov 2008 12:55:34 -0600
I have updated SCU to beta 4. Here is what is changed...
I have rewritten the RB side of the interface (not the plugin) to
be more flexible. I have created a new class called SSCEDictionary
to hold individual lexicons and thus separating that functionality
from the main class. I removed the singleton method implementation
so you will have to implement your own singleton method (if that
is what you choose) to access the spell checker. This way you can
customize it according to your application's requirements. The
main class still implements an in memory "ignore" list and
maintains a list of dictionaries you have opened. You can also
specify a dictionary as the main user dictionary. None of these
capabilities including the ignore list or main user dictionary has
to be used in your application. The change in RB classes is fairly
significant and it will take effort to convert over to the new
style, but this will make your implementation more flexible. I
have not updated the documentation yet, so if you have any
questions send me an email off list.
You can download it from the following URL.
http://www.truenorthsoftware.com/SpellCheckUtilities/SpellCheckUtilities.html
FTC Website:
http://www.truenorthsoftware.com/FormattedTextControl/FormattedTextControl.html
Set List Options (digest and vacation modes): www.freelists.org/list/ftcdev
List Archive: www.freelists.org/archives/ftcdev
Unsubscribe: Send email to ftcdev-request@xxxxxxxxxxxxx with "unsubscribe" in
the subject field.
Other related posts:
- » SCU 2.1b4 update - Brendan Murphy