autopair.js

  Dennis Hackethal updated discussion ‘autopair.js’.

The ‘About’ section changed as follows:

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

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

  Dennis Hackethal archived idea #4030 along with any revisions.
  Dennis Hackethal addressed criticism #4030.

When you wrap selected text, the selection should remain.

A regression (I believe) has broken this feature.

#4030·Dennis HackethalOP, 11 days ago

Fixed as of 830711a (1.2.5).

  Dennis Hackethal submitted criticism #4030.

When you wrap selected text, the selection should remain.

A regression (I believe) has broken this feature.

  Dennis Hackethal archived idea #3975 along with any revisions.
  Dennis Hackethal addressed criticism #3975.

Should not autopair behind a word character.

Steps to reproduce:

  1. Type 'foo'.
  2. With the cursor behind the second 'o', hit single quote: '.
  3. The text now reads foo'' but should only read foo'.

After a non-word character (eg linebreak, period, colon, semicolon etc) though, it should still autopair.

#3975·Dennis HackethalOP, 13 days ago

Fixed as of bbcefa8.

  Dennis Hackethal submitted criticism #3975.

Should not autopair behind a word character.

Steps to reproduce:

  1. Type 'foo'.
  2. With the cursor behind the second 'o', hit single quote: '.
  3. The text now reads foo'' but should only read foo'.

After a non-word character (eg linebreak, period, colon, semicolon etc) though, it should still autopair.

  Dennis Hackethal submitted criticism #3974.

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.
  Dennis Hackethal started a discussion titled ‘autopair.js’.

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