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

Improve clipboard capability #206

Open
rkrishnasanka opened this issue Jan 25, 2021 · 0 comments · May be fixed by #225
Open

Improve clipboard capability #206

rkrishnasanka opened this issue Jan 25, 2021 · 0 comments · May be fixed by #225
Assignees
Labels

Comments

@rkrishnasanka
Copy link
Collaborator

Background
Currently, the clipboard works only for selected components on the canvas, we need to upgrade the clipboard's ability to understand what components, connections, and geometric features are selected. This will enable a lot of other interactive tools.

Goal
When a user makes a selection using the select tool either by:

  1. Individual clicks
  2. Individual clicks with modifiers(holding ctrl or shift)
  3. Drag a selection

The clipboard should understand and keep track of the selected features like components, connections, and features separately.

Difficulty Level 1
all the classes are already created, we just need to change the class data structures

Skills

  • Javascript
  • OOP

Potential Mentors
TBD

Contact
Krishna

@rkrishnasanka rkrishnasanka changed the title **Improve clipboard capability** Improve clipboard capability Jan 25, 2021
@rkrishnasanka rkrishnasanka linked a pull request Aug 11, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants