| Summary: | Local search: Provide useful tool tips on the replace field when regEx flag is on. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | libing wang <libingw> |
| Component: | Client | Assignee: | libing wang <libingw> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ken_walker, mamacdon |
| Version: | 2.0 | ||
| Target Milestone: | 4.0 M1 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
libing wang
We can add an info image on the right of the replace when regEx is selected, to draw user's attention. When user hovers on the info image, something like below pops up as tool tips: You can do powerful replacement by regular expressions. For examples, you can search for <td([\s\S]*?)</td> and replace it by <span$1</span>. This will replace all the 'td' elements in your html by 'span' elements. |