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
Currently, when a code block goes out of focus, it loses its undo history which means that pressing Ctrl+Z to undo its code does nothing. Ideally, the undo history should be saved per block. The user should be able to undo on a newly focused block.
The text was updated successfully, but these errors were encountered:
I don't see a way to get the undo history to save it. QsciScintilla fundamental functions seem to work only with "Send", not with "Get"... It might be needed to override the undo function. I will try that if you have no other idea.
I don't see a way to get the undo history to save it. QsciScintilla fundamental functions seem to work only with "Send", not with "Get"... It might be needed to override the undo function. I will try that if you have no other idea.
Yeah that's expected, we will need to overide their undo and to add a consistant buffer.
Currently, when a code block goes out of focus, it loses its undo history which means that pressing Ctrl+Z to undo its code does nothing. Ideally, the undo history should be saved per block. The user should be able to undo on a newly focused block.
The text was updated successfully, but these errors were encountered: