parinfer / parinfer.js

Let's simplify the way we write Lisp
https://shaunlebron.github.io/parinfer
MIT License
1.76k stars 40 forks source link

minor doc change #189

Closed oakmac closed 2 years ago

oakmac commented 6 years ago

On when to process text:

Since a change always results in a cursor movement

This is not always true. If the user has a two-line selection (0, 0) through (2, 0) and presses Tab or Shift+Tab, then the text will change, but the selection will remain the same.

I ran into this edge case while working on the vscode extension.