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

Editing map literal with parinfer #1323

Closed
stijnopheide opened this issue Mar 23, 2016 · 3 comments
Closed

Editing map literal with parinfer #1323

stijnopheide opened this issue Mar 23, 2016 · 3 comments
Labels
released Marks issues which have had the fixes released in a stable build
Milestone

Comments

@stijnopheide
Copy link

In an editor window (in the REPL window this works correctly), trying to create a map literal behaves oddly:

{:a|}

pressing space here always removes the space. So in order to add a value after the key, you have to go through this sequence:

{:a:b|} => {:a|:b} => {:a |:b}

@cursive-ide cursive-ide added this to the 1.2.2 milestone Mar 23, 2016
@stijnopheide
Copy link
Author

This behaviour disappears when restarting IntelliJ.

@cursive-ide
Copy link
Owner

Is it possible that you had the same file open in two editor tabs, for example after splitting it? That exhibits behaviour like this due to the multiple carets.

@stijnopheide
Copy link
Author

Yes, probably.

@cursive-ide cursive-ide added the released Marks issues which have had the fixes released in a stable build label Oct 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released Marks issues which have had the fixes released in a stable build
Projects
None yet
Development

No branches or pull requests

2 participants