Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No spell checking #86

Open
ckulla opened this issue Sep 14, 2012 · 1 comment
Open

No spell checking #86

ckulla opened this issue Sep 14, 2012 · 1 comment

Comments

@ckulla
Copy link

ckulla commented Sep 14, 2012

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
Copy link
Author

ckulla commented Sep 18, 2012

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant