Added find.exclude
"'Neil Hodgson' via scite-interest" <[email protected]>
| Newsgroups | gmane.editors.scite.general |
|---|---|
| Message-ID | <[email protected]> |
As I was annoyed by .bak and .orig files showing in “Find in Files”, I added a find.exclude property to filter out files and directories that match a set of patterns. This is most commonly needed when the Files item in the dialog is empty or otherwise over-broad. For example: find.exclude=*.bak *.orig debug release This doesn’t search in any *.bak or *.orig files or search inside the debug or release directories where there may be object files or other build artifacts. As well as avoiding extra results, this can improve performance by excluding binary files based on name rather than reading them. Changes available from the repository hg clone http://hg.code.sf.net/p/scintilla/scite <http://hg.code.sf.net/p/scintilla/scite> or from https://www.scintilla.org/scite.zip <https://www.scintilla.org/scite.zip> Source https://www.scintilla.org/wscite.zip <https://www.scintilla.org/wscite.zip> Windows executable (64-bit) Neil -- You received this message because you are subscribed to the Google Groups "scite-interest" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/scite-interest/41CD2CAD-8905-4960-9B66-492B1DA27406%40me.com.