Log editor commands as they are pushed

This commit is contained in:
David Vierra 2015-06-12 04:02:52 -10:00
parent 33acbaf9be
commit b1dad4bb63

View File

@ -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):