It's all about the answers!

Ask a question

".index" file shows in repository, but not in Project Explorer. Is there a setting or property needed?


Janet Masters (17613) | asked Sep 17 '14, 3:42 p.m.
".index" file shows in repository, but not in Project Explorer.  Is there a setting or property needed?

using RTC 4.0.7

Accepted answer


permanent link
Lily Wang (4.9k714) | answered Sep 17 '14, 9:25 p.m.
 Hi Janet,
This issue is an Eclipse configuration issue more than a RTC issue.
To show ".*" files in Exclipe Project Explorer, in the Package Explorer view, you can click View Menu -> Customize View -> Filters -> uncheck .* resources

Janet Masters selected this answer as the correct answer

One other answer



permanent link
Donald Nong (14.5k314) | answered Sep 18 '14, 1:33 a.m.
The easiest way is to use the Navigator view, which serves slightly different purpose to the Project Explorer view.
The Navigator view provides a hierarchical view of the resources in the Workbench including hidden files.
http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.cdt.doc.user%2Freference%2Fcdt_u_navigator_view.htm
This (Project Explorer) view provides a hierarchical view of the artifacts in the Workbench, which is customized by the specific configuration of your Workbench.
http://help.eclipse.org/luna/index.jsp?topic=%2Forg.eclipse.platform.doc.user%2Freference%2Fref-27.htm

Your answer


Register or to post your answer.