DSPELL
DSPELL(printf("Offset %ld, start %ld, end %ld\n", offset, start, end));
DSPELL(printf("\t\"%10.10s...\"\n", text + start));
DSPELL(printf("Testing: \"%s\"\n", testWord.String()));
DSPELL(printf("UpdateSpellMarks: offset = %ld, length = %ld\n", offset, length));
DSPELL(printf("\tfound: %ld - %ld\n", spellMark->start, spellMark->end));
DSPELL(printf("\t-> reset: %ld - %ld\n", spellMark->start, spellMark->end));
DSPELL(printf("AddSpellMark: start = %ld, end = %ld\n", start, end));
DSPELL(printf("\tfound one\n"));
DSPELL(printf("\tremove old one\n"));
DSPELL(printf("RemoveSpellMark: start = %ld, end = %ld\n", start, end));
DSPELL(printf("\tnot found!\n"));
DSPELL(printf("\tfound: %ld - %ld\n", spellMark->start, spellMark->end));