>From the readme.txt at:
http://www.semi-retired.com/python/pythonwin/

This is a replacement for the sgrepmdi.py used by PythonWin.
The file is located in Pythonwin\pywin\framework within
the Python21 directory. You should make a backup of the original
file before copying this version into the directory.

It has been tested using ActivePython
Version 2.1 (build 210), but should be considered beta code. It
should work with any existing .grep files created by previous
versions of PythonWin. Two changes have been made to the output:
1. The font has been changed to Courier New to improve readability.
2. The output now looks like:
#Search C:\python21
# Files *.py
#   For cgi
c:\python21\lib\test\test_sundry.py
  6: import CGIHTTPServer
c:\python21\lib\test\test_cgi.py
  2: import cgi
  8:     # will completely confuse the test of the cgi module
  12: cgi.sys = HackedSysModule()
  51:         return cgi.parse(fp, env, strict_parsing=1)
...

which makes it easier to see the grep results when you have long
path/filenames. Double-click, right-click, select and grep, etc.
still work as they did before.

Liberal comments where I made changes are indicated by
# KEA
in the source.

ka
---
Kevin Altis
[EMAIL PROTECTED]
2001-06-10
_______________________________________________
ActivePython mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/activepython

Reply via email to