- I perform a massive text-change on the editor
- i can not (or very difficult) determine when the changes begin end (the textchange is released by scrolling)
- i dont want to be able to undo the changes
for this reasons i want to suspend the listening of the stack (or do a pop after any textchange). but
- the stack offers no method to pop a stackelement without performing the undo
- i dont want to clear the stack completly
- there´s no method to detach the stack from the textdocument
- there´s no method to suspend the listening
do you know a possibility to solve this?