autopair.js

Dennis Hackethal started this discussion about 1 month ago.

Archive​·​Search​·​Activity

Issue tracker for the autopairing + typethrough package.
https://github.com/dchacke/autopair.js
https://www.npmjs.com/package/autopair

  Log in or sign up to participate in this discussion.
With an account, you can revise, criticize, and comment on ideas, and submit new ideas.

Discussions can branch out indefinitely. You may need to scroll sideways.
Dennis Hackethal’s avatar

Undo/redo stack should preserve cursor position.

Steps to reproduce:

  1. Start with empty textarea.
  2. Type '('.
  3. Cursor is now inside '(|)'.
  4. Hit undo.
  5. Hit redo.
  6. Cursor is now behind '()|' but should be inside like in step 3.
Criticism
Dennis Hackethal’s avatar
 This idea has an active bounty worth USD 150.00. Log in to participate.

autopair.js is bug-free.