Exemplo n.º 1
0
 def performUndoOperation(self):
     """ Undo the insert tab action """
     operation = RemoveTabOperation(self.cursor, self.textStore, self.settings)
     operation.perform()
Exemplo n.º 2
0
 def performDoOperation(self):
     """ Perform the action """
     operation = RemoveTabOperation(self.cursor, self.textStore, self.settings)
     operation.perform()