mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 00:00:43 +00:00
NSTextView continuous spell checking
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32534 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b216539303
commit
b460081f8c
6 changed files with 353 additions and 7 deletions
|
@ -547,6 +547,11 @@ NSString *NSModificationTimeDocumentAttribute = @"ModificationTime";
|
|||
|
||||
const unsigned NSUnderlineByWordMask = 0x01;
|
||||
|
||||
NSString *NSSpellingStateAttributeName = @"NSSpellingState";
|
||||
const unsigned NSSpellingStateSpellingFlag = 1;
|
||||
const unsigned NSSpellingStateGrammarFlag = 2;
|
||||
|
||||
|
||||
NSString *NSPlainTextDocumentType = @"PlainText";
|
||||
NSString *NSRTFTextDocumentType = @"RTF";
|
||||
NSString *NSRTFDTextDocumentType = @"RTFD";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue