xDoc icon indicating copy to clipboard operation
xDoc copied to clipboard

No spell checking

Open ckulla opened this issue 13 years ago • 1 comments

Hi,

I'm currently investigating Xdoc as the documentation format for an internal project. Is Xdoc supposed to do spell checking of the entered text? My experience is that there is no spell checking for the document itself, but there is spell checking in %% comments. Is this a configuration issue or a bug?

Cheers,

Christoph

ckulla avatar Sep 14 '12 14:09 ckulla

solved by this change from Christian Dietrich (change Factory to f(!)actory):

Hi,

just found there is a little typo in the xdoc ui modules the following should fix it

public Class<? extends XtextSpellingReconcileStrategy.Factory> bindXtextSpellingReconcileStrategy$Factory() { return xdocSpellingReconcileStrategy.factory.class; }

~Christian

ckulla avatar Sep 18 '12 12:09 ckulla