Am 05.07.2010 um 14:18 schrieb Abdelrazak Younes: > On 07/05/2010 01:59 PM, Jean-Marc LASGOUTTES wrote: >> Stephan Witt<st.w...@gmx.net> writes: >> >>> I plan to avoid additional configure checks. I think I can rely on the >>> macro USE_MACOSX_PACKAGING. >>> >>> Attached is a patch to implement the feature for Mac OS X. >>> >> Great. Is there a reason why the code is split in two files? It would be >> better to have a single AppleSpellChecker.m file implementing the speller >> object IMO. >> > > Well, you still need to implement the SpellChecker virtual interface in a C++ > file. And AFAIU, AppleSpeller.m is not C++. >
Exactly. I tried the "One-File-Solution" and failed - but I have to admit I tried not hard :-) Stephan