Bug 164410 - [Palette] Consolidate palette preferences
Summary: [Palette] Consolidate palette preferences
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy GEF (MVC) (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-13 18:22 EST by Pratik Shah CLA
Modified: 2010-11-04 17:28 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pratik Shah CLA 2006-11-13 18:22:22 EST
Currently, there are the PaletteViewerPreferences which are set in a PreferenceStore and the FlyoutPreferences which use org.eclipse.core.runtime.Preferences.  They could be unified.

While the FlyoutPreferences are live (changing a property in one editor, immediately updates all other open editors), the PaletteViewerPreferences are not.

Also, there is no easy way to set the defaults for these preferences.

Note that I'm suggesting an API change here, and so this wouldn't really be for a point release.