| Summary: | Allow a preference to not show hidden files in file explorer | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Sachin Kotwani <skotwani> |
| Component: | Client | Assignee: | Casey Flynn <caseyflynn> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | caseyflynn, kangy, Michael_Rennie, Silenio_Quarti, wilford, xinyij |
| Version: | unspecified | ||
| Target Milestone: | 15.0 | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| See Also: |
https://git.eclipse.org/r/91228 https://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=0cb356ecae9a994dc41b39505152dc19c124c5d4 |
||
| Whiteboard: | |||
|
Description
Sachin Kotwani
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg04002.html Reopening, assigning to myself. You should only have to add entries to the new resource filtering pref. For example see these two commits for examples: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/diff/bundles/org.eclipse.orion.client.ui/web/orion/generalPreferences.js?id=7a45db959087ce7e3dd86dc44ca8f9caa67bae84 and http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/diff/bundles/org.eclipse.orion.client.ui/web/orion/widgets/settings/GeneralSettings.js?id=7a45db959087ce7e3dd86dc44ca8f9caa67bae84 Unless you were thinking of something more along the lines of a checkbox style pref like: "Filter hidden files" New Gerrit change created: https://git.eclipse.org/r/91228 (In reply to Michael Rennie from comment #3) That is exactly what I was thinking! :) Just a simple boolean flag that, when set, will ignore files that are prefixed with a '.'. Gerrit change https://git.eclipse.org/r/91228 was merged to [master]. Commit: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=0cb356ecae9a994dc41b39505152dc19c124c5d4 the final implementation is accept * and ? wildcard to hide files in navigator. |