Ok, I believe its ready for review - what do I do now? my git clone is here:
https://gitorious.org/~blackpaw/webkit/webkit-qt-inline-spell Note: I actually modified the QtTestBrowser project so it defined its own static platform plugin implementation using sonnet from KDE for testing purposes. Defined a new Platform Plugin Class below: class QWEBKIT_EXPORT QWebSpellChecker : public QObject { Q_OBJECT public: virtual bool isInlineSpellCheckingEnabled() const = 0; virtual void checkSpellingOfString(const uchar *word, int length, int* misspellingLocation, int* misspellingLength) = 0; virtual QString getAutoCorrectSuggestionForMisspelledWord(const QString&) = 0; }; thanks, -- Lindsay _______________________________________________ webkit-qt mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
