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

Pressing backspace twice in snippet prevents tab from working again #2926

Closed
cssherry opened this issue Mar 16, 2016 · 1 comment
Closed

Comments

@cssherry
Copy link
Contributor

When in snippet, and press backspace to remove the highlighted selection, then press backspace again to remove extra space, user can no longer tab to the next selection.

Eg: For
"CASE ${1:value} WHEN ${2:option1} THEN ${3:result1} END", when user delete ${2:..}, and the space in front of the selection, they can no longer tab to ${3:...}

@cssherry
Copy link
Contributor Author

I'm looking into this, currently looking in lib/ace/snippets.js file

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

2 participants