Bug 561829 - Find/Replace does not replace found text when searched for Regex
Summary: Find/Replace does not replace found text when searched for Regex
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.15   Edit
Hardware: PC Windows 10
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2020-04-06 11:56 EDT by Benjamin Volkmann CLA
Modified: 2020-04-06 12:01 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.