Update and rename remove_marks to remove_marks.py

This commit is contained in:
chrys87 2016-08-24 16:13:02 +02:00 committed by GitHub
parent e97d2bf895
commit f440e31f54

View File

@ -6,7 +6,8 @@ class command():
def run(self, environment): def run(self, environment):
environment['commandBuffer']['Marks']['1'] = None environment['commandBuffer']['Marks']['1'] = None
environment['commandBuffer']['Marks']['2'] = None environment['commandBuffer']['Marks']['2'] = None
environment['runtime']['outputManager'].presentText(environment, 'Remove clipboard marks', interrupt=True) environment['commandBuffer']['Marks']['3'] = None
environment['runtime']['outputManager'].presentText(environment, 'Remove marks', interrupt=True)
return environment return environment
def setCallback(self, callback): def setCallback(self, callback):
pass pass