From: shelarcy <she...@gm...> - 2007-01-12 05:29:38
|
On Fri, 12 Jan 2007 02:13:42 +0900, shelarcy <she...@gm...> wrote: > I used modified (that to support GHC 6.6) version of Haste, to test wxSTC. > It works on Windows, but it terminate program soonly on Mac OS X. > (You can use other features on Mac OS X. So, don't worry about that.) > > And by a few reasons, this support is experimental. > - This support lacks some functionality. > -- See source code comment, you can find it. > - Some useful function implemented in Hastes's source code. > -- I have to move them. I forgot to notice one more awkward point. Current version depends on wxSTC-D3's stc.h. This file is clean-uped version of contrib/include/wx/stc/stc.h. I used this file that used in Hastes' wxSTC support. Because wxdirect's CompileSTC can't parse original file now. CompileSTC can't treat #ifdef pragma. It's not difficult task. Because this pragma separate only one condition - use SWIG or not. Of course we don't use SWIG. Best Regards, -- shelarcy <shelarcy capella.freemail.ne.jp> http://page.freett.com/shelarcy/ |