Log editor commands as they are pushed
This commit is contained in:
parent
33acbaf9be
commit
b1dad4bb63
@ -688,6 +688,7 @@ class EditorSession(QtCore.QObject):
|
||||
self.editorTab.currentView().update()
|
||||
|
||||
def pushCommand(self, command):
|
||||
log.info("Pushing command %s" % command.text())
|
||||
self.undoStack.push(command)
|
||||
|
||||
def setUndoBlock(self, callback):
|
||||
|
Reference in New Issue
Block a user