Ticket #104 (new enhancement)
Option to ignore tags when searching
| Reported by: | nesu-kun | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Subtitle | Version: | |
| Severity: | minor | Keywords: | acknowledged |
| Cc: | Platform: | ||
| Sub Component: | Subtitle - Editing |
Description
just a checkbox in search dialog to ignore the characters between {} and N
h while searching.
Change History
comment:2 Changed 6 years ago by nielsm
I think it can be done rather easily, assuming the searching code is implemented as I assume it is.
When looping through the lines, instead of just getting the raw text of each line, create a tag-stripped version of the line and search in that instead. (The loop starting at automation.cpp:1321 strips tags.)
Note: See
TracTickets for help on using
tickets.

Not sure if this would be easy to implement...