Am 02.06.2010 um 19:31 schrieb Joost Verburg: > On 5/28/2010 4:31 PM, Stephan Witt wrote: >> 3. system support directory - there will the shipped data files live. > > Is this the LyX library directory? So the dictionaries / thesaurus lists > could be stored in e.g. "Resources\dict" and "Resources\thes" on Windows?
Yes, I've checked that with the SVN version on mac and the message window of LyX looks like that: ..... .../src/HunspellChecker.cpp(118): check hunspell path: /Users/stephan/Library/Application Support/LyX-2.0.0svn/dict for language de .../src/HunspellChecker.cpp(118): check hunspell path: /Volumes/LyX-2.0.0svn/LyX.app/Contents/Resources/dict for language de .../src/HunspellChecker.cpp(166): Hunspell speller for langage de at /Volumes/LyX-2.0.0svn/LyX.app/Contents/Resources/dict/de.dic found ... .../src/Thesaurus.cpp(95): thesaurus path: /Volumes/LyX-2.0.0svn/LyX.app/Contents/Resources/thes ..... The directory with bind files is a sibling of these directories. Stephan