Replace IsProofCheckEnabled() with GetProofCheckOptions()
This is more consistent with EnableProofCheck() and allows to retrieve the current state of grammar checking under macOS, which can be checked by user and so can be useful to know.
This commit is contained in:
@@ -129,7 +129,7 @@ public:
|
||||
|
||||
#if wxUSE_SPELLCHECK
|
||||
virtual void CheckSpelling(const wxTextProofOptions& options) wxOVERRIDE;
|
||||
virtual bool IsSpellingCheckEnabled() const wxOVERRIDE;
|
||||
virtual wxTextProofOptions GetCheckingOptions() const wxOVERRIDE;
|
||||
#endif // wxUSE_SPELLCHECK
|
||||
virtual void EnableAutomaticQuoteSubstitution(bool enable) wxOVERRIDE;
|
||||
virtual void EnableAutomaticDashSubstitution(bool enable) wxOVERRIDE;
|
||||
|
Reference in New Issue
Block a user