| [news.eclipse.tools.gef] Re: where to store customized palette? |
Frank Dyck wrote:Ok I got a nice GEF editor with a very customizable palette.
I have implemented saving and reading the palette from an rdf file.
At the moment it is simply saved along with the diagram into the same file as the diagrammodel which is also an rdf file.
Where should I normally store the palette?
In the plugin preferences? or as a propertypage of the resource?
I would save it in the preferences. unless you want each editor view to have its own customized palette.
Preferences store = yourPlugin.getDefault().getPluginPreferences(); //a static method of grabbing your plugin, then getting the preferences from it
Well actually the palette is more bound the resource you create with it. So IÂm thinking more property at the moment.