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

Select multiple components at once #68

Open
Mari0nV opened this issue Sep 5, 2022 · 0 comments
Open

Select multiple components at once #68

Mari0nV opened this issue Sep 5, 2022 · 0 comments

Comments

@Mari0nV
Copy link

Mari0nV commented Sep 5, 2022

Description

As a user,

I want to be able to select multiple components at one in the Model view

so that I can perform actions on it

Acceptance Criteria

Scenario Select multiple components by creating a zone
Given A component on the Model view
When I hold shift and left click and drag the mouse (creating a squared zone)
Then All components contained in the squared zone are selected
Scenario Select multiple components by click on shift
Given A component on the Model view
When I hold shift and left click on multiple components
Then All the components clicked are selected
Scenario Deselect components
Given Multiple components selected on the Model view
When I left click on the screen
Then All the components clicked are deselected

Constraints

Multiple components can be selected simultaneously:
- By creating a zone by holding shift and left click and drag.
- By clicking on shift and left click on multiple components.
They will all be deselected when left clicking somewhere else on the Model editor.

@Zorin95670 Zorin95670 added this to the v1.2.0 milestone Sep 5, 2022
@Zorin95670 Zorin95670 removed this from the v1.2.0 milestone May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants