You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to spend some HammockTime thinking about how to deal with multiple cursors.
Easy solution would be to just not run parinfer when there are multiple cursors. Another idea would be to keep track of all the parent expressions effected by the multiple cursors and run parinfer on those individually.
The text was updated successfully, but these errors were encountered:
In my opition, multiple cursors should be handled individually, as if user would manually type on each cursor. It should be handled by order from top to bottom, as they appear in atom.workspace.getActiveTextEditor().getCursorsOrderedByBufferPosition()
Need to spend some HammockTime thinking about how to deal with multiple cursors.
Easy solution would be to just not run parinfer when there are multiple cursors. Another idea would be to keep track of all the parent expressions effected by the multiple cursors and run parinfer on those individually.
The text was updated successfully, but these errors were encountered: