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 - Regex multiline search
Summary: Regex multiline search
Status: RESOLVED DUPLICATE of bug 148989
Alias: None
Product: editor
Classification: Unclassified
Component: Search (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Andrey Yamkovoy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-05 23:32 UTC by malfunction84
Modified: 2011-01-13 10:06 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 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 ***