Lines Matching +full:no +full:- +full:engine
22 engine = searchengine.get(root)
23 if not hasattr(engine, "_searchdialog"):
24 engine._searchdialog = SearchDialog(root, engine)
25 return engine._searchdialog
30 Module-level function to access the singleton SearchDialog
33 is used. No search is done with this command.
41 Module-level function to access the singleton SearchDialog
43 from the last dialog. If there was no prior search, open the
52 Module-level function to access the singleton SearchDialog
56 and don't display the dialog. If there has been no prior
68 # TODO - why is this here and not in a create_command_buttons?
73 if not self.engine.getprog():
80 If no search was previously run, open a new search dialog. In
81 this case, no search is done.
93 if not self.engine.getpat():
96 if not self.engine.getprog():
98 res = self.engine.search_text(text)
114 text.mark_set("insert", self.engine.isback() and first or last)
131 self.engine.setcookedpat(pat)