Eclipse Folder is transparent/grayed out. What does it mean?

时光总嘲笑我的痴心妄想 提交于 2021-01-21 08:01:32

问题


My jni folder in Eclipse looks like this:

enter image description here

It is grayed out and has a diagonal line across it. What does it mean? I can still edit my native C++ code in this folder and see the changes as I test the application.


回答1:


It means the directory is being filtered from the source locations. It seems you can use this to exclude files that are not source from a source folder, although I've never used it.

I got rid of this irritation in Eclipse Indigo CDT by:

(Project) Properties ->C/C++ General ->Paths and Symbols ->Source Location Tab ->Edit Filter... ->Remove




回答2:


You probably have something in the folder that is deprecated.

http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.jdt.doc.user/reference/ref-icons.htm



来源:https://stackoverflow.com/questions/16342317/eclipse-folder-is-transparent-grayed-out-what-does-it-mean

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!