Opened 12 years ago
Closed 7 years ago
#531 closed defect (fixed)
need way to to force "search files" and m-x grep to treat regexp patterns as strings.
Reported by: | gb | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Cocoa IDE v? |
Component: | IDE | Version: | 1.3 |
Keywords: | Cc: |
Description
ticket:419 requested a means of doing regular-expression based searches in the "search files" dialog; since "search files" uses grep, that means already exists, but it'd be good to have a way of treating the search string as a literal string and not as a search pattern, e.g., to interpret "*foo*" as "the name of a special variable", not "whatever matches the regexp "*foo*".
Change History (1)
comment:1 Changed 7 years ago by gz
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
I'm closing this because Search Files provides this option (and m-x grep should be changed to use Search Files dialog as per ticket:1166)