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 a SelectAndDelete Token deletion mode #243

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add a SelectAndDelete Token deletion mode #243

wants to merge 1 commit into from

Conversation

xrigau
Copy link

@xrigau xrigau commented Aug 4, 2016

What this does is: When you press the delete key it'll first select the
token on the left to the cursor and then pressing the delete key again
will actually delete the token.

Del -> Select the token -> Del -> Removes the token

Demo using the SelectAndDelete mode

What this does is: When you press the delete key it'll first select the
token on the left to the cursor and then pressing the delete key again
will actually delete the token.

Del -> Select the token -> Del -> Removes the token
@mgod
Copy link
Contributor

mgod commented Sep 15, 2016

I like this fix, but it shouldn't be a deletion style. This should just be how it works if the TokenClickStyle is selectable (returns true from isSelectable()).

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

Successfully merging this pull request may close these issues.

2 participants