Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Migrate/Update existing perspective


On 07/04/2014 08:00 PM, Paul Webster wrote:
In Kepler and Luna, the equivalent way of updating new wizard shortcuts to what you are doing is to use the EModelService to find your org.eclipse.e4.ui.model.application.ui.advanced.MPerspective by ID.  new wizard shortcuts are tags on the model element that have the form: org.eclipse.ui.internal.e4.compatibility.ModeledPageLayout.NEW_WIZARD_TAG + wizardId
I'm not very familiar with all these classes and couldn't find out how I now add new entries to MPerspective and make that change persistent afterwards, do you have an example somewhere that shows how this can be done?

PW

--
Paul Webster
Hi floor.  Make me a sammich! - GIR


_______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev


Back to the top