Skip to main content



      Home
Home » Eclipse Projects » GEF » How to control palette visibility with GraphicalEditorWithFlyoutPalette
How to control palette visibility with GraphicalEditorWithFlyoutPalette [message #1153458] Thu, 24 October 2013 12:23 Go to next message
Eclipse UserFriend
Hi,

I'd like to be able to control visibility of the palette view in my GEF editor (extending GraphicalEditorWithFlyoutPalette), so that whenever the application is started the very first time, and the editor opened the very first time, the palette is *visible*, not hidden and the flyout icon visible (as seems to be the default).

How do I do this?

Many thanks!
Re: How to control palette visibility with GraphicalEditorWithFlyoutPalette [message #1183315 is a reply to message #1153458] Tue, 12 November 2013 14:49 Go to previous message
Eclipse UserFriend
Hi Stephan,

I think the GEF plugin saves the palette state to the workspace preferences upon closing the editor.
Take a look at the org.eclipse.gef.ui.palette.FlyoutPaletteComposite.FlyoutPreferences.

You can edit the default settings (those are read when the application is started first time).

Create plugin_customization.ini and add to it this line
org.eclipse.gef/org.eclipse.gef.pstate = 4
Previous Topic:GMF Diagram performance
Next Topic:I've got the selection, I need to make invisible old!
Goto Forum:
  


Current Time: Wed Jul 23 12:07:06 EDT 2025

Powered by FUDForum. Page generated in 0.12593 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top