Exemplo n.º 1
0
 def OnFindUsages(self, event):
     Usages(self.controller, self._tree.highlight).show()
Exemplo n.º 2
0
 def cb(event):
     Usages(self.controller, self._tree.highlight).show()
Exemplo n.º 3
0
 def OnFindUsages(self, event):
     Usages(self._plugin.model, self._plugin.tree.highlight, self._last_selected_kw.name,  self._last_selected_kw).show()