brackets-archive / bracketsIssues

Archive of issues in brackets.
0 stars 0 forks source link

[CLOSED] Find does not support multiline search #2119

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by redmunds Monday Nov 26, 2012 at 18:59 GMT Originally opened as https://github.com/adobe/brackets/issues/2207


Using the "m" flag on a regular expression should search across multiple lines in Brackets.

This should be a straight-forward fix for Find. We might need to provide multiline edit boxes for specifying Replace With text for Replace. We may also want to display a range of line numbers for Find In Files hits.

core-ai-bot commented 3 years ago

Comment by peterflynn Monday Nov 26, 2012 at 19:11 GMT


I'm not sure it's that straightforward since it would require reimplementing CodeMirror's searchcursor.js -- currently, it only operates on individual separate lines.

core-ai-bot commented 3 years ago

Comment by redmunds Monday Nov 26, 2012 at 19:28 GMT


Sorry, by "straight-forward fix" I meant "fix that does not affect the UI" :)

core-ai-bot commented 3 years ago

Comment by njx Monday Nov 26, 2012 at 19:29 GMT


Reviewed. Marking move to backlog for the Find story.

core-ai-bot commented 3 years ago

Comment by pthiess Wednesday Mar 27, 2013 at 16:50 GMT


Added to Trello card 260, closing in here.