コード例 #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]