brackets-archive / bracketsIssues

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

[CLOSED] Out-of-scope files added to Find in Files results #6437

Open core-ai-bot opened 3 years ago

core-ai-bot commented 3 years ago

Issue by peterflynn Thursday Mar 06, 2014 at 21:56 GMT Originally opened as https://github.com/adobe/brackets/issues/7112


(spun off from #7063)

Bugs 1 & 2

  1. Open 'citrus completed'
  2. Search the project for "h1" with a file filter that excludes *.html
  3. In the index.html file, make a change any line containing <h1>
  4. Save the file

Result: At step 3, index.html appears in the result set showing the line you just edited. At step 4, 6 more results are added for index.html (for the other lines containing "h1").

Bug 3

  1. Apply Raymond's patch from #7064
  2. Search your whole project (not just a subtree) for any string that appears in state.json
  3. Change any pref, e.g. hide/show the sidebar

Result: At step 3, the results from state.json are added to the result set even though it's not in your project.

Bug 4 (Windows only)

  1. Open 'citrus completed'
  2. Search the project for "h2"
  3. Copy "desktop.css" from /css to /images

Result: Search results from the binary content of 3 JPEG images are added to the results, along with the newly copied CSS files.

core-ai-bot commented 3 years ago

Comment by peterflynn Tuesday Mar 11, 2014 at 17:15 GMT


Fix landed -- closing