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 158046

Summary: Regex multiline search
Product: editor Reporter: malfunction84 <malfunction84>
Component: SearchAssignee: Andrey Yamkovoy <kaktus>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:

Description malfunction84 2009-02-05 23:32:39 UTC
Regex searches should allow the ?m flag.  This option could be exposed through the UI as a checkbox.  To save screen
space, perhaps this option could replace "Whole Words" when the "Regular Expression" checkbox is checked.

This would apply both to Editor Find and Find in Projects.
Comment 1 Andrey Yamkovoy 2009-03-26 13:17:09 UTC
Embedded flag expression (?m) is allowed for regex search in the Find In Projects and works correctly.

As for the Editor search it works strange for me. Please fine a separate issue against editor/search.
Comment 2 malfunction84 2009-06-03 19:51:12 UTC
Changed to editor/search.

I still think having a checkbox for it would be nice, both for Find in Projects and in the Editor Search.  Should I file
these as separate issues?
Comment 3 David Strupl 2011-01-13 10:06:51 UTC

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