Lines Matching refs:CallTip
21 ("Show call tip", "<<force-open-calltip>>"),
31 self.calltip = None
39 return CallTipWindow.CallTip(self.text)
42 if self.calltip:
43 self.calltip.hidetip()
44 self.calltip = None
47 """Happens when the user really wants to open a CallTip, even if a
53 """Happens when it would be nice to open a CallTip, but not really
60 """If there is already a calltip window, check if it is still needed,
63 if self.calltip and self.calltip.is_active():
80 self.calltip = self._make_calltip_window()
81 self.calltip.showtip(arg_text, sur_paren[0], sur_paren[1])
86 If there is a Python subprocess, get the calltip there. Otherwise,