Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-core-dev] Marker attributes question


The marker attribute declarations in the plugin.xml are only used to define standard names, and to let clients of those markers know what attributes are meaningful.  Their value is really only as a form of documentation.  Internally, you can use whatever extra attributes you want.  All attributes are persisted if the marker is of persistent type, regardless of whether they were declared in the marker declaration.




Daniel Megert/Zurich/IBM@IBMCH
Sent by: platform-core-dev-admin@xxxxxxxxxxx

01/24/2003 04:57 AM
Please respond to platform-core-dev

       
        To:        platform-core-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-core-dev] Marker attributes question







Am I allowed to set internal/transient marker attributes using
setAttribute(...) which are not declare in plugin.xml? Does the attribute
declaration in plugin.xml only come into play for declaring API attributes
and when markers are persisted?

Dani

_______________________________________________
platform-core-dev mailing list
platform-core-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-core-dev



Back to the top