Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Storing project-persistent properties in the .proje ct/.cdtproject file

>-----Original Message-----
>From: cebarne2@xxxxxxxxxxxxxxxxxxx 
>[mailto:cebarne2@xxxxxxxxxxxxxxxxxxx]
>Sent: April 8, 2004 9:41 AM
>To: cdt-dev@xxxxxxxxxxx
>Subject: [cdt-dev] Storing project-persistent properties in the
>.project/.cdtproject file
>
>Are there any current or planned API's to allow plug-in 
>properties to be stored in the .cdtproject file?  As an enterprise, 
>we devlope several local-use plug-ins that need to store properties 
>persistent across all people who use the project.  Currently, persistent 
>properties are only valid for the user's workspace, not for all users of
the 
>project.  We would like any user that imports the project to inherit a 
>project-default set of properties/preferences.
>
>I understand we can create our own .xxproperties resource, but it would
>seem much cleaner to piggy-back on a resource that is already there.
>
>Is this possible?  Will this be possible?

As a question this is likely better directed to the Eclipse.org core
folks.  While you can both contribute to the .cdtproject (I believe
Alex sent a message) and/or create your own new properties resource, 
I would suggest that you take a look at 36965 which is the Eclipse 3
solution to providing user persistable settings through a standard
Eclpse API:

http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-vcm-home/do
cs/online/team3.0/settings.html

Hope this helps, 
 Thomas


Back to the top