Searched refs:GrepDialog (Results 1 – 8 of 8) sorted by relevance
/external/python/cpython2/Lib/idlelib/idle_test/ |
D | test_grep.py | 11 from idlelib.GrepDialog import GrepDialog 29 grep_it = GrepDialog.grep_it.im_func 30 findfiles = GrepDialog.findfiles.im_func
|
/external/python/cpython3/Lib/idlelib/idle_test/ |
D | test_grep.py | 8 from idlelib.grep import GrepDialog 29 grep_it = GrepDialog.grep_it 30 findfiles = GrepDialog.findfiles
|
/external/python/cpython3/Lib/idlelib/ |
D | grep.py | 33 engine._grepdialog = GrepDialog(root, engine, flist) 39 class GrepDialog(SearchDialogBase): class
|
D | ChangeLog | 436 FormatParagraph.py, FrameViewer.py, GrepDialog.py, IOBinding.py, 465 GrepDialog.py, IDLEFORK.html, IOBinding.py, IdleConf.py, 532 FileList.py, FormatParagraph.py, FrameViewer.py, GrepDialog.py, 554 FileList.py, FormatParagraph.py, FrameViewer.py, GrepDialog.py, 807 * GrepDialog.py: Enclose pattern in quotes in status message. 1372 * GrepDialog.py: Need to import sys! 1389 …nu.py, OutputWindow.py, IOBinding.py, Attic/HelpWindow.py, History.py, GrepDialog.py, FileList.py,…
|
/external/python/cpython2/Lib/idlelib/ |
D | GrepDialog.py | 17 engine._grepdialog = GrepDialog(root, engine, flist) 22 class GrepDialog(SearchDialogBase): class
|
D | README.txt | 46 GrepDialog.py # Find all occurrences of pattern in multiple files. 155 Find in Files... # GrepDialog
|
D | ChangeLog | 436 FormatParagraph.py, FrameViewer.py, GrepDialog.py, IOBinding.py, 465 GrepDialog.py, IDLEFORK.html, IOBinding.py, IdleConf.py, 532 FileList.py, FormatParagraph.py, FrameViewer.py, GrepDialog.py, 554 FileList.py, FormatParagraph.py, FrameViewer.py, GrepDialog.py, 807 * GrepDialog.py: Enclose pattern in quotes in status message. 1372 * GrepDialog.py: Need to import sys! 1389 …nu.py, OutputWindow.py, IOBinding.py, Attic/HelpWindow.py, History.py, GrepDialog.py, FileList.py,…
|
D | EditorWindow.py | 14 from idlelib import GrepDialog 632 GrepDialog.grep(self.text, self.io, self.flist)
|