This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256575 - Allow to use \R in replacement string
Summary: Allow to use \R in replacement string
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Search (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-13 07:27 UTC by SebastianZ
Modified: 2015-11-13 07:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description SebastianZ 2015-11-13 07:27:38 UTC
The \R escape sequence matches line breaks within the find field.

Within the replacement field it just represents an uppercase R. For consistency with the line field it should also represent a line break within the replacement field.

Sebastian