start a section for documenting the symbols that DrRacket passes to a language's get-info proc
add docs for a few of these, notably the syntax colorer original commit: 0c6bc11ac3fba7b0c06841b6ae9a587286045a09
This commit is contained in:
parent
81ebd9a26b
commit
a99c233ce7
|
@ -201,7 +201,7 @@
|
||||||
The @racket[position] is the place to put the parenthesis, and
|
The @racket[position] is the place to put the parenthesis, and
|
||||||
@racket[char] is the parenthesis to be added (e.g., that the user typed).
|
@racket[char] is the parenthesis to be added (e.g., that the user typed).
|
||||||
If @racket[fixup?] is true, the right kind of closing parenthesis will be
|
If @racket[fixup?] is true, the right kind of closing parenthesis will be
|
||||||
chosen from the set previously passed to @racket[start-colorer]---but only
|
chosen from the set previously passed to @method[color:text<%> start-colorer]---but only
|
||||||
if an inserted @racket[char] would be colored as a parenthesis (i.e., with
|
if an inserted @racket[char] would be colored as a parenthesis (i.e., with
|
||||||
the @racket['parenthesis] classification). Otherwise, @racket[char] will
|
the @racket['parenthesis] classification). Otherwise, @racket[char] will
|
||||||
be inserted, even if it is not the right kind. If @racket[flash?] is true,
|
be inserted, even if it is not the right kind. If @racket[flash?] is true,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user