Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross block selection from text #703

Closed
7 of 10 tasks
neSpecc opened this issue Apr 9, 2019 · 3 comments
Closed
7 of 10 tasks

Cross block selection from text #703

neSpecc opened this issue Apr 9, 2019 · 3 comments
Assignees

Comments

@neSpecc
Copy link
Member

neSpecc commented Apr 9, 2019

Need to provide an ability to select several blocks with keyboard and by mouse from center of block.

By mouse

  • By mouse moving from block's text and over next block, select these two blocks
  • By mouse moving from block's text and over previous block, select these two blocks

By keyboard selection

  • By SHIFT+DOWN at last line, select current and next blocks.
  • By SHIFT+UP at the first line, select current and previous block
  • By second СMD+SHIFT+DOWN in any line, select current and next blocks.
  • By second СMD+SHIFT+UP in any line, select current and previous blocks.

Select more blocks

  • If one or more blocks are selected, by SHIFT+DOWN, select one more block below
  • If one or more blocks are selected, by SHIFT+UP, select one more block above

Deselect blocks

  • If 1+ blocks was selected by shift+up, by next SHIFT+DOWN deselect one upper block
  • If 1+ blocks was selected by shift+down, by next SHIFT+UP deselect one lowest block

Related issues
#702
#672

@gohabereg
Copy link
Member

Resolved by #826

@matthiasg
Copy link

Is this visible somewhere online ? The main page does not yet show this right ?

@aniruddha-mithya
Copy link

Is there an api to access the currently selected blocks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants