Spell checker: Difference between revisions

From Bluefish Wiki
Jump to navigation Jump to search
No edit summary
Line 4: Line 4:
|lang=en
|lang=en
|rev=2.0.0
|rev=2.0.0
|st=d
|st=u
|Title=3. Spell checker
|Title=3. Spell checker
|prev=Man 2 ch07s02
|prev=Man 2 ch07s02
Line 13: Line 13:
[[File:Man2_spell_checker.png|none|frame|Bluefish Spell Checker]]
[[File:Man2_spell_checker.png|none|frame|Bluefish Spell Checker]]


<del>Bluefish uses [http://aspell.sourceforge.net/ aspell] for spell checking. If the aspell libraries are not installed on your system, then the spell checking feature will not be available. At the aspell web site you can also download dictionaries for many different languages.</del>
Bluefish uses enchant as spell checking backend, so most spell dictionaries should be supported. I
 
Bluefish uses enchant, so most spell dictionaries should be supported. I
think aspell dictionaries are preferred for enchant. Use your package
think aspell dictionaries are preferred for enchant. Use your package
manager to install the dictionaries.
manager to install the dictionaries.
Line 22: Line 20:
the preferences.
the preferences.


Spell checking will be improved in 2.0.1:
Spell checking before 2.0.1 missed the "Ignore spelling" and "Add to dictionnary" functions.
:Ignore spelling
:Add to dictionnary
 
 
<del>
To launch the spell checker, select Document → Check Spelling... or click on the ABC button on the main tool bar. The spell checker will launch in a separate window, which you can keep open as you edit files.
 
You have the option to check a whole document or just a selection, to use a personal or a session dictionary, and to choose the language depending on the installed dictionaries.
 
Click on Spell Check to start spell checking the current document.
 
You may want to set a default dictionary by first choosing the language in the Language pop up menu, then clicking on Set default.
 
Key words for different languages can be ignored using filters. Currently, the only filter is for HTML. If you want to help write more filters, join the [[Man 2 pr01s02#2.4. Contact Us|bluefish-contact mailing list]].
</del>





Revision as of 23:09, 18 July 2010



Bluefish Spell Checker

Bluefish uses enchant as spell checking backend, so most spell dictionaries should be supported. I think aspell dictionaries are preferred for enchant. Use your package manager to install the dictionaries.

The 'string' textstyle is automatically checked. You can disable that in the preferences.

Spell checking before 2.0.1 missed the "Ignore spelling" and "Add to dictionnary" functions.