xDoc
xDoc copied to clipboard
No spell checking
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
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