Yudit Author: Gaspar Sinai Version: 2010-01-31 This directory contains files for the "Highlighting" functionatily in Yudit. With highlighting, characters can have different colors according to certain highlighting rules. One major addition to highlighting was the support of hunspell program. Hunspell is an external module that Yudit can use for spell checking. It was written by Nemeth Laszlo for Open Office (nemeth (at) OpenOffice.org). For Windows the yudit_syntax installer provides some sample (hu_HU en_US) files from the original web-site together with a pre-compiled library, that used the source from the original Hunspell web-site. For unix users I compiled a syntax-version.tar.gz tarball that contains the files that should go into ~/.yudit/syntax directory. Hunspell web-site (to complile hunspell.so): http://hunspell.sourceforge.net/ Dictionaries (.dic, .aff files) export CVSROOT=":pserver:anoncvs@anoncvs.services.openoffice.org:/cvs" cvs co dictionaries To see how highlighting works in Yudit, just type howto syntax in the editor command area.