I have implemented a couple of new options for SciTE's built in Find in Files.
Piotr Fusik suggested an option to avoid searching in binary files. This prevents unwanted and messy results when a symbol is in an executable file in the same directory as source code and all files (*) are searched. It also avoids the performance cost of reading large files. This is now implemented and defaults to on. To enable searching in binary files set find.in.binary=1. A binary file is defined as a file that contains a NUL (0) byte in the first block read. Block size is currently 64K but may change in the future. https://sourceforge.net/tracker/index.php?func=detail&aid=1297509&group_id=2439&atid=352439 Unix has traditionally used a leading '.' to hide files and directories. When using Subversion, an extra copy of each file is available in the .svn/text-base directory underneath the directory containing the file. This makes determining the modifications made locally fast. When performing a Find in Files for all files, these copies match which is not what is normally wanted. Find in Files no longer searches in directories that start with '.'. To enable searching in dot directories set find.in.dot=1. Available from CVS and from http://scintilla.sourceforge.net/scite.zip Source http://scintilla.sourceforge.net/wscite.zip Windows executable Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
