Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 514934

Summary: CodeEdit: Support special characters in editor's regex search.
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: EditorAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P2 CC: qimin
Version: 14.0   
Target Milestone: 15.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description libing wang CLA 2017-04-07 09:13:11 EDT
Requested by one of the codeEdit users but Orion should have it as well.
Here is the original request:
With regex on, when some text is selected and Ctrl-F is pressed, could the control characters be included as regex patterns in the Find box , again as  Eclipse.

One case that Eclipse supports but codeEdit does not, is:
If you select multiple lines and regex is on, find box encoded the new line as "\n" so it could hit the result.
Comment 1 Qi Min CLA 2017-04-13 23:52:32 EDT
Another cases is:
1. enable regular expression in Find
2. select '.' in editor
3. In Eclipse, '\.' is displayed in 'Find' field. But in Orion, only '.' is displayed