vmware-archive / scripted

The Scripted code editor
Eclipse Public License 1.0
1.56k stars 166 forks source link

Find files dialog should de-emphasize/de-prioritize entries that are coming from node_modules, components, or other third party dirs #204

Closed aeisenberg closed 11 years ago

aeisenberg commented 11 years ago

Project-related files should come first.

Maybe we can have different "buckets" for files to go into and we can use simple heuristics to determine which file goes where. Eg-

  1. test files (files with a path component that has test in the name)
  2. node_modules/components (files in a node_modules or components directory)
  3. all other files are considered project files and should appear above the other two categories
kdvolder commented 11 years ago

Actually implemented a while back. Closing. There's already some documentation on the wiki on how to configure if the defaults aren't good enough.

See: https://github.com/scripted-editor/scripted/wiki/Configuration near the bottom.