Bug 561829

Summary: Find/Replace does not replace found text when searched for Regex
Product: [Eclipse Project] Platform Reporter: Benjamin Volkmann <eclipse>
Component: TextAssignee: Platform-Text-Inbox <platform-text-inbox>
Status: NEW --- QA Contact:
Severity: enhancement    
Priority: P3 CC: loskutov
Version: 4.15Keywords: needinfo
Target Milestone: ---   
Hardware: PC   
OS: Windows 10   
Whiteboard:

Description Benjamin Volkmann CLA 2020-04-06 11:56:14 EDT
Try replacing text found by regular expression. 

The regex will be found and the dialog will tell, that text was replaced, but nothing happened to the source file.

I used the regex replace to get rid of trailing spaces, it worked in the 2018 Photon release, but with 2020-03, that does not longer work.
The replacement string is irrelevant, as i tested not only the empty but everything else such as letters, numbers and complete words

-- Configuration Details --
Product: Eclipse IDE 4.15.0.20200313-1200 (org.eclipse.epp.package.java.product)Installed Features:
 org.eclipse.platform 4.15.0.v20200305-0155
Comment 1 Andrey Loskutov CLA 2020-04-06 12:01:18 EDT
Please provide regex used and example file that is supposed to be changed by search/replace with that regex.