Search Ideas
5 ideas match your query.:
When you wrap selected text, the selection should remain.
A regression (I believe) has broken this feature.
Should not autopair behind a word character.
Steps to reproduce:
- Type 'foo'.
- With the cursor behind the second 'o', hit single quote:
'. - The text now reads
foo''but should only readfoo'.
After a non-word character (eg linebreak, period, colon, semicolon etc) though, it should still autopair.
Undo/redo stack should preserve cursor position.
Steps to reproduce:
- Start with empty textarea.
- Type '('.
- Cursor is now inside '(|)'.
- Hit undo.
- Hit redo.
- Cursor is now behind '()|' but should be inside like in step 3.