RvonMassow / xDoc

Xtext documentation Language
33 stars 15 forks source link

No spell checking #86

Open ckulla opened 12 years ago

ckulla commented 12 years ago

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 commented 12 years ago

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