Files
harbour-core/extras/gfspell/spell.ch
vszakats a4a357a18b 2013-03-15 11:12 UTC+0100 Viktor Szakats (harbour syenar.net)
* /harbour/* -> /*
    * moved whole Harbour source tree one level up to
      avoid single 'harbour' top dir
2013-03-15 11:13:30 +01:00

21 lines
647 B
Plaintext

/*
* $Id$
*/
#define COMMON_WORDS 1
#define CACHE_WORDS 2
#define DICTIONARY_PATH 3
#define DICTIONARY_NAME 4
#define AUXILIARY_DICTIONARY 5
#define EXTRA_CODE_BLOCK 6
#define ADD_SUFFIXES 7
#define ADD_PREFIXES 8
#define ADD_PLURALS 9
#define SORT_SUGGESTIONS 10
#define SUGGEST_PREFERENCE 11
#define MINIMUM_WORD_LENGTH 12
#define METAPHONE_SIZE 13
#define MAX_DIFFERENCE 14
#define THESAURUS_NAME 15
#define CHECK_FOR_RUNONS 16