예제 #1
0
파일: programs.py 프로젝트: johnsonc/swarm
 def activate(self, text=None):
     self._arguments += [text]
     OpenWithApplicationAction.activate(self, text)
     # Restore old arguments
     del self._arguments[-1]
예제 #2
0
 def activate(self, text=None):
     self._arguments = [
         "--client", self._client, "--highlight-search", text, self._uri
     ]
     OpenWithApplicationAction.activate(self, text)
예제 #3
0
 def activate(self, text=None):
     self._arguments = ["--client", self._client, "--highlight-search", text, self._uri]
     OpenWithApplicationAction.activate(self, text)
예제 #4
0
 def activate(self, text=None):
     self._arguments += [text]
     OpenWithApplicationAction.activate(self, text)
     # Restore old arguments
     del self._arguments[-1]