The stack for undo redo shall be maintained for every delimiter and pause in getting the keyboard buffer.
Is there a way to configure the same for code mirror as well?
Since as per the latest code mirror undo implementation it takes only long pause.
Are you maybe looking for the historyEventDelay
option?
1 Like
Thanks i was looking for this only.
The thing that I need to know is that why have we made it default to be 1250.
What can be the performance issues by reducing the time.
What is the default time for other ide’s say notepad++ or sublime text.