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

[2.0] Paredit inconsistencies #170

Closed
PEZ opened this issue Apr 23, 2019 · 1 comment
Closed

[2.0] Paredit inconsistencies #170

PEZ opened this issue Apr 23, 2019 · 1 comment
Labels
paredit Paredit and structural editing
Milestone

Comments

@PEZ
Copy link
Collaborator

PEZ commented Apr 23, 2019

Paredit behaves slightly different between the editor and the REPL window. It will sort itself out when we replace the editor Paredit with our shiny new one, but anyway.

Here are two things that the editor Paredit does better than the new one, IMO:

  1. Wrap-around parens (), works in the editor, not in the REPL Window.
  2. Wrap-around other things work, but in the REPL window they move the cursor next to the closing bracket, in the editor the cursor moves the opening bracket.

The new paredit does some things better than the old one. Here's one:

  1. Wrap around with a selection wraps the selection. (The old paredit wraps only the first form in the selection.)
@PEZ PEZ added repl-window paredit Paredit and structural editing labels Apr 23, 2019
@PEZ
Copy link
Collaborator Author

PEZ commented Apr 23, 2019

Also, when wrapping a selection, new paredit keeps the selection, but shrinks it one char from the right. I think it is reasonable to just scrap the selection after wrapping.

@slipset slipset added 2.0 and removed 2.0 labels May 14, 2019
@slipset slipset added this to the 2.0 milestone May 14, 2019
@PEZ PEZ closed this as completed in c156e95 Nov 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
paredit Paredit and structural editing
Projects
None yet
Development

No branches or pull requests

2 participants