Spell check jEdit plugin

Table of Contents

    Spell Check jEdit Plugin
        Features
        System Requirements
        Installation and Configuration
        Usage
            Spell Check Dialog Box
        Building
        Current Bugs
        Current Todo List
        Change Log
            Release 002 (Apr 22, 2001)
            Release 001 (Apr 16, 2001)

Spell check jEdit plugin

Spell Check jEdit Plugin

This is an jEdit plugin to perform spell checking of text in a jEdit buffer. It is based on Aspell (which you will need to download and install before using this plugin) which is available for Windows and various Unix platforms.

Features

System Requirements

Installation and Configuration

Usage

Spell Check Dialog Box

For each misspelled word the user has buttons to choose to:

Add (not in this version)
Adds the word not in the Not in Dictionary field to the dictionary.
Cancel
Closes the dialog box without making any changes you have made.
Change
Replaces the word not in the Not in Dictionary text field with the word in the Change to text field. If the Change to text field is empty, the button name changes to Delete. To remove the selected word from the item, click Delete.
Change All
Replaces all instances of the word not in the Not in Dictionary text field with the word in the Change to text field. If the Change to text field is empty, the button name changes to Delete. To remove all instances of the selected word from the item, click Delete.
Ignore
Leaves the word not in the Not in Dictionary text field unchanged.
Ignore All
Leaves all instances of the word not in the Not in Dictionary text field unchanged.

The dialog has the following components:

Not in Dictionary:
Displays a possible error, such as a misspelled word, a duplicate word, or a incorrect capitalization.
Change to:
Displays a suggested word to replace the word that appears in the Not in Dictionary text field. To accept the suggested replacement, click Change. To delete the word in the Not in Dictionary text field, delete the text in the Change to text field, and then click Delete.
Suggestions:
Lists suggested replacement words.

Building

I do the build using Ant. Look in the build.cmd file for the version of Ant used. To see the build targets, type build -projecthelp. The most important target is make.jar.spellPlugin which creates the SpellPlugin.jar. There are other targets, but the build.xml is still a bit full of crap.

Mike Dillon contributed a makefile.jmk makefile, which should work, but I have not used, but should make some people happy.

Current Bugs

Current Todo List

Change Log

Release 002 (Apr 22, 2001)

Release 001 (Apr 16, 2001)

Hosted by www.Geocities.ws

1