Skip to content
This repository was archived by the owner on Jan 29, 2018. It is now read-only.
This repository was archived by the owner on Jan 29, 2018. It is now read-only.

Inversion of Page.selectionStart/selectionEnd when selecting backward #12

@CyrilleB79

Description

@CyrilleB79

In 6pad++, the member selectionStart and selectionEnd of the Page class are always returned so that selectionStart is lesser selectionEnd.
The documentation states that selectionStart is the anchor point of the selection, i.e. the point where the selection action has been started and that remains fix during the action.
Thus, when selecting backward, selectionStart/selectionEnd should be returned so that selectionStart be greater that selectionEnd.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions