El jue, 10-01-2013 a las 21:46 +1000, Lindsay Mathieson escribió: > On Thu, 10 Jan 2013 11:59:21 AM Jose Dapena Paz wrote: > > In fact I'm adding support for spellchecking at webkit level, as this is > > the requirement here, it is already supported at webkit internals, and I > > just need to expose the needed bits of it at application level. I also > > need a way to integrate more spellcheckers than just enchant. So I'm > > trying to do the minimum API needed for my requirements. > > Is the code and Platform API I implemented for the 2.3 QtWebKit1 relevant > here?
In this case it is different. We do not have platform plugins on Qt/WebKit2. So I took some ideas from your API, but in general it is completely different. My patch provides a stock implementation (in case you build with Enchant support), and allows to add alternate implementations (in case you need an specific platform implementation. _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-qt
