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

Make sure stageview, nodeview, and codeview are always in sync wrt all the actions performed on any of them #660

Open
11 tasks
atulbhatt-system32 opened this issue Mar 8, 2024 · 0 comments

Comments

@atulbhatt-system32
Copy link
Contributor

atulbhatt-system32 commented Mar 8, 2024

Here's a list of all the possible actions, which we need to test.

  • Adding a node through "Add menu"
  • Deleting a node by presing <- key.
  • Editing a node content via content-editable mode which we access by double clicking on a node
  • Renaming a node via Turn Into via Do Something menu accessed by pressing W
  • Adding some attribute via settings panel
  • Changing the code in codeview
  • Performing drag and drop from the nodetree panel
  • Performing operations like cut, copy, paste, duplicate, etc
  • Nodes on nodetree should reflect correct expanded, collapsed and selected nodes.
  • Performing undo and redo operations
  • Code preetifying
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

1 participant