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

add deletion/movement-quasimode for selected node in variadic list #12

Open
disconcision opened this issue May 23, 2019 · 0 comments
Open

Comments

@disconcision
Copy link
Owner

the basic case here shouldn't be too bad.

  1. make sure holes spawned in variadic forms are flagged at creation as being members of variadic lists, and that this flag properly carries through transformation

  2. write some transformations to delete, insert, swap-left, and swap-right.

  3. bind to ins, del, C-left, C-right.
    (actually, maybe C-ins/del as well? consistency, makes deletion more purposeful)

insert: new hole before? selection
insert-end: coax the variadic list terminal + into producing an extra terminal hole.

question: make this into a 'proper' quasimode? like, make everything use C-, and do some mode-related color change?

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

No branches or pull requests

1 participant