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 - Search/replace with pattern including CR/LF does not work
Summary: Search/replace with pattern including CR/LF does not work
Status: RESOLVED DUPLICATE of bug 148989
Alias: None
Product: editor
Classification: Unclassified
Component: Search (show other bugs)
Version: 6.x
Hardware: Macintosh (x86) Mac OS X
: P2 normal (vote)
Assignee: David Strupl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-01-13 08:05 UTC by lanthale
Modified: 2011-01-13 10:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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