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

Delete and backspace don't work with multiple cursors or column mode #307

Closed
cjkent opened this issue Mar 14, 2014 · 5 comments
Closed

Delete and backspace don't work with multiple cursors or column mode #307

cjkent opened this issue Mar 14, 2014 · 5 comments
Milestone

Comments

@cjkent
Copy link

cjkent commented Mar 14, 2014

This affects editors for all file types if Cursive is installed.
http://youtrack.jetbrains.com/issue/IDEA-122209

@cursive-ide
Copy link
Owner

Yeah, I realised last night that Cursive wasn't actually ready for the new RC, but I didn't realise it was that broken. Thanks for the heads up, I'll fix this ASAP.

@cursive-ide cursive-ide added this to the 0.1.19 milestone Mar 14, 2014
@cursive-ide
Copy link
Owner

In that issue, it says that delete and backspace are broken for column mode too - is that right? I can't reproduce that, it works for me.

@cjkent
Copy link
Author

cjkent commented Mar 15, 2014

Yes, I'm definitely seeing the same problem in column mode. I've just tested it again to make sure. I'm using IDEA 135.445 and Cursive 0.1.18 on JDK6.

@cursive-ide
Copy link
Owner

This is what I'm seeing, with exactly the same config as you:
I select some columns:
screen shot 2014-03-16 at 2 12 30 pm
Then backspace deletes them:
screen shot 2014-03-16 at 2 12 43 pm
Then I can press backspace a couple more times to delete a couple more columns of chars:
screen shot 2014-03-16 at 2 12 59 pm
I've almost never used column mode so I'm not 100% sure what I should be seeing but intuitively that's what I would expect. If I'm misunderstanding something or you're not seeing this could you provide some more details on what you're seeing?

@cursive-ide
Copy link
Owner

Actually, looking at it it looks like column mode is now implemented with the multiple caret functionality, which explains why it's working for me - I have the multiple carets fixed now. I'm just fixing the paredit actions and I'll cut a release, hopefully today sometime.

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