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