-
Notifications
You must be signed in to change notification settings - Fork 68
Description
In the documentation a lot of the selection functions have wrong descriptions, in fact they all same the same thing: "Which selection is the main selection". To wit:
editor.setSelectionNCaret(selection, pos)
Which selection is the main selection
editor.getSelectionNCaret(selection) → int
Which selection is the main selection
editor.setSelectionNAnchor(selection, posAnchor)
Which selection is the main selection
editor.getSelectionNAnchor(selection) → int
Which selection is the main selection
editor.setSelectionNCaretVirtualSpace(selection, space)
Which selection is the main selection
editor.getSelectionNCaretVirtualSpace(selection) → int
Which selection is the main selection
editor.setSelectionNAnchorVirtualSpace(selection, space)
Which selection is the main selection
editor.getSelectionNAnchorVirtualSpace(selection) → int
Which selection is the main selection