Skip to content

"Which selection is the main selection" documentation problem #110

@sasumner

Description

@sasumner

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions