Swap get-end-position and get-start-position
This commit is contained in:
parent
746956a6ae
commit
16bf6cf55d
|
@ -850,13 +850,13 @@ Returns the ending @techlink{position} of the current selection. See
|
||||||
@defmethod[(get-extend-start-position) exact-nonnegative-integer?]{
|
@defmethod[(get-extend-start-position) exact-nonnegative-integer?]{
|
||||||
Returns the beginning of the ``extend'' region if the selection
|
Returns the beginning of the ``extend'' region if the selection
|
||||||
is currently being extended via, e.g., shift and a cursor movement key;
|
is currently being extended via, e.g., shift and a cursor movement key;
|
||||||
otherwise returns the same value as @method[text% get-end-position].
|
otherwise returns the same value as @method[text% get-start-position].
|
||||||
}
|
}
|
||||||
|
|
||||||
@defmethod[(get-extend-end-position) exact-nonnegative-integer?]{
|
@defmethod[(get-extend-end-position) exact-nonnegative-integer?]{
|
||||||
Returns the beginning of the ``extend'' region if the selection
|
Returns the beginning of the ``extend'' region if the selection
|
||||||
is currently being extended via, e.g., shift and a cursor movement key;
|
is currently being extended via, e.g., shift and a cursor movement key;
|
||||||
otherwise returns the same value as @method[text% get-start-position].
|
otherwise returns the same value as @method[text% get-end-position].
|
||||||
}
|
}
|
||||||
|
|
||||||
@defmethod[(get-file-format)
|
@defmethod[(get-file-format)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user