add docs for get-spell-check-strings and set-spell-check-strings

This commit is contained in:
Robby Findler 2012-10-31 10:14:39 -05:00
parent 226a7140b5
commit fdfa5bf134

View File

@ -154,6 +154,17 @@
Sets the currently active regions to be @racket[regions].
}
@defmethod[(get-spell-check-strings) boolean?]{
Returns @racket[#t] if the colorer will attempt to
spell-check string constants.
}
@defmethod[(set-spell-check-strings [b? boolean?]) void?]{
If called with @racket[#t], tell the colorer to spell-check
string constants. Otherwise, disable spell-checking of constants.
}
@defmethod*[(((get-regions) (listof (list/c number? (or/c (quote end) number?)))))]{
This returns the list of regions that are currently being colored in the
editor.