WIP memoryManager
This commit is contained in:
parent
42e620405a
commit
4b30e9894c
@ -15,7 +15,7 @@ class command():
|
|||||||
def shutdown(self):
|
def shutdown(self):
|
||||||
pass
|
pass
|
||||||
def getDescription(self):
|
def getDescription(self):
|
||||||
return _('copies last presented text to the currently selected clipboard')
|
return _('copies last presented text to the clipboard')
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
lastEcho = self.env['runtime']['outputManager'].getLastEcho()
|
lastEcho = self.env['runtime']['outputManager'].getLastEcho()
|
||||||
|
@ -15,7 +15,7 @@ class command():
|
|||||||
def shutdown(self):
|
def shutdown(self):
|
||||||
pass
|
pass
|
||||||
def getDescription(self):
|
def getDescription(self):
|
||||||
return _('copies last presented text to the currently selected clipboard')
|
return _('copies last presented text to the clipboard')
|
||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
lastEcho = self.env['runtime']['outputManager'].getLastEcho()
|
lastEcho = self.env['runtime']['outputManager'].getLastEcho()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user