コード例 #1
0
 def performUndoOperation(self):
     """ Undo the insert newline """
     operation = MergeLinesOperation(self.cursor, self.textStore)
     operation.perform()
コード例 #2
0
 def performDoOperation(self):
     """ Perform the action """
     operation = MergeLinesOperation(self.cursor, self.textStore)
     operation.perform()