brackets-archive / bracketsIssues

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

[CLOSED] Add experimental "Find in Files" command #461

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by gruehle Friday Mar 16, 2012 at 23:15 GMT Originally opened as https://github.com/adobe/brackets/pull/463


Ctrl/Cmd-Shift-F opens a new "Find in Files" dialog. Searching for a string is case-insensitive. You can also search for a regular expression.

The search results are shown in a pane below the editor. For performance reasons, only the first 100 matches are displayed.

Search results can be closed by clicking the "X" in the right side of the results header.


gruehle included the following code: https://github.com/adobe/brackets/pull/463/commits

core-ai-bot commented 3 years ago

Comment by jasonsanjose Monday Mar 19, 2012 at 17:06 GMT


Reviewing

core-ai-bot commented 3 years ago

Comment by jasonsanjose Monday Mar 19, 2012 at 19:15 GMT


Initial review complete

core-ai-bot commented 3 years ago

Comment by jasonsanjose Monday Mar 19, 2012 at 19:21 GMT


I'd like to see this merged sooner than later, as I'm sure everyone else does. We can log issues to address later for most of my comments.