Documentation fixes in framework
This commit is contained in:
parent
40090307c1
commit
6d1b584271
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
@defclass[number-snip:snip-class% snip-class% ()]{
|
@defclass[number-snip:snip-class% snip-class% ()]{
|
||||||
|
|
||||||
@defmethod*[#:mode override (((read (f stream-in)) snip))]{
|
@defmethod*[#:mode override (((read (f (is-a?/c editor-stream-in%))) (or/c (is-a?/c snip%) #f)))]{
|
||||||
|
|
||||||
Constructs a number snip from its input.
|
Constructs a number snip from its input.
|
||||||
}
|
}
|
||||||
|
|
|
@ -65,7 +65,7 @@
|
||||||
from an earlier call to
|
from an earlier call to
|
||||||
@method[text:basic<%> highlight-range].
|
@method[text:basic<%> highlight-range].
|
||||||
}
|
}
|
||||||
@defmethod*[(((get-highlighted-ranges) (listof range)))]{
|
@defmethod*[(((get-highlighted-ranges) (listof text:range?)))]{
|
||||||
|
|
||||||
Returns a list of (opaque) values representing the active
|
Returns a list of (opaque) values representing the active
|
||||||
ranges in the editor.
|
ranges in the editor.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user