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 194292

Summary: Search/replace with pattern including CR/LF does not work
Product: editor Reporter: lanthale
Component: SearchAssignee: David Strupl <dstrupl>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P2    
Version: 6.x   
Hardware: Macintosh (x86)   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:

Description lanthale 2011-01-13 08:05:49 UTC
I have tried to search/replace for the following pattern over all open projects:
*/
*
* @Author selfemp
*/

and want to replace with:
*/
*
* @Author cl
*/

The result was that there was no search results at all. I ended up using jEdit for search/replace activity. I have tried the same with only one line which is working perfectly. I have alos tried to escape all "*" chars which does not make any difference.
Comment 1 David Strupl 2011-01-13 10:04:55 UTC

*** This bug has been marked as a duplicate of bug 148989 ***