score:1
looking through the eclipse source there does not appear to be any way to set the .project comment field other than actually editing the .project file.
eclipse will maintain any comment that is set this way but doesn't display the comment anywhere.
Source: stackoverflow.com
Related Query
- Adding comments to a project in Eclipse
- Adding a library/JAR to an Eclipse Android project
- Adding existing project folders to the project explorer in eclipse
- Adding a C/C++ nature to an Eclipse project
- Adding Java docs to Eclipse Project whlie exporting jar
- Egit adding Eclipse project folder to git repository
- NoClassDefFoundError in Eclipse when adding project in build path
- Adding Boost Library to a C++ project in OS X Eclipse
- Adding a filter to the Project Explorer in Eclipse
- Programmatically adding a library to an Eclipse project
- Adding Builders to Project in Eclipse and Incremental-ness
- Adding .class files to an Eclipse project
- Adding an Existing Folder to Eclipse project (STS)
- Eclipse - How to add a project as a Maven dependency to another, instead of adding as a jar?
- Adding Reflections library to a Eclipse project
- PrimeFaces components are not displaying when adding PrimeFaces library as "external JAR" to Eclipse project
- Adding WTP nature to an Eclipse project
- Adding a folder from an Eclipse project to Git source control
- Adding a panel container to a PreferencePage in an Eclipse PDE project
- Adding in a python module to the sys.path for a Java project in pydev, Eclipse
- Can't run project in eclipse after adding to repo. Not a java project
- Adding a JSP file to a GWT project in Eclipse Helios( and Galileo )
- Maven not adding JAR to eclipse Project
- Adding External jar files in Eclipse for EAR Project
- Adding JAR to eclipse project
- Adding eclipse project facet with gradle
- Eclipse - Adding a Jar File to a existing Project
- Adding a Web Project as a jar in an Eclipse Deployment Assembly
- Adding source Folders to my Eclipse Project at generate-sources
- adding Maven dependencies of an Eclipse plugin project
More Query from same tag
- How to remove a class that is no longer used when using SVN?
- Eclipse change case in regex find and replace
- How to not check in Eclipse specific project files?
- Java code not printing to console in Eclipse
- Testing functionality of google maps view inside android app
- Eclipse autocompletion problem
- Eclipse not telling me line of error origin?
- Eclipse Plugin Fails to Load
- Unable to load main-class for jar file
- OutOfMemoryError on Eclipse using a webapp when compiling on browser
- Haxe/OpenFL in FlashBuilder/Eclipse?
- Error to connect database in Eclipse JDBC ODBC,
- Could not open the editor: An unexpected exception was thrown
- Tomcat doesn't start on eclipse
- How to debug PyDev GAE project on localhost?
- what libraries do i need to run this keygenerator class
- Update an Eclipse plugin to a development version
- Using the same button in other classes
- How do you attach eclipse plugin development library sources to a project?
- Starting Apache Tomcat v7 at localhost has encountered a problem and failed to start in eclipse
- Errors when deploying Tomcat7 webapp
- Every time I try to export a signed apk, ADT excludes a bunch of classes
- working with workspaces and Pydev in Eclipse
- Error in add method from Wicket version 6.15
- Eclipse: How do I turn on Context Information automatically without pressing cntrl+shift+space
- Eclipse - build only java part and native part I will build with ndk-build tool
- How to show an Eclipse view like an intro
- Java decompiler plugin not working
- how to close MessageBox in RCP plugin development?
- what is the preferred way for Actions to communicate with views