Lines Matching refs:open
179 text.bind("<<open-config-dialog>>", self.config_dialog)
180 text.bind("<<open-module>>", self.open_module_event)
214 text.bind("<<open-new-window>>", self.new_callback)
216 text.bind("<<open-class-browser>>", self.open_module_browser)
217 text.bind("<<open-path-browser>>", self.open_path_browser)
218 text.bind("<<open-turtle-demo>>", self.open_turtle_demo)
317 text.event_add('<<try-open-completions>>', '<KeyRelease-period>',
319 text.event_add('<<try-open-calltip>>', '<KeyRelease-parenleft>')
328 text.bind("<<try-open-completions>>",
330 text.bind("<<force-open-completions>>",
344 text.bind("<<try-open-calltip>>", ctip.try_open_calltip_event)
347 text.bind("<<force-open-calltip>>", ctip.force_open_calltip_event)
653 webbrowser.open(self.help_url)
746 """Get module name from user and open it.
760 "to search on sys.path and open:",
764 self.flist.open(file_path)
989 webbrowser.open(helpfile)
998 with open(file_path,
1016 with open(file_path, 'w',
1040 self.io.open(editFile=fn_closure)
1457 # Adjust indentation for continuations and block open/close.
1494 # last open bracket structure; else indent one
1496 # last open bracket.
1698 "<<open-module>>",