How do I add mini information to my Eclipse project folder?
As you can see, in Eclipse I created a new Android project, then I noticed a good thing. The gen folder contains mini-information about its purpose. See Red area.
-
Can I manually add this type of information to other folders? If so, how?
-
Second question: if we can't do it, how can an autogenerated project do it?
+3
source to share
1 answer
You cannot (in such an easy way). To do this, you need to write your own Eclipse plugin. Check out this tutorial on how to do this.
+1
source to share