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 08/12/2014 06:56 PM, Paul Webster wrote:
Hi Simon,

On Sat, Jul 26, 2014 at 7:14 AM, Simon Schäfer <mail@xxxxxxxxxxxxxxxxxxx> wrote:


Thank you very much for your help. I finally found the time to look into this and could get it to work, with one minor flaw left: The "auto enable new wizard" code is executed every time on Eclipse startup, which means that if a user disables the wizard later (for whatever reason they should do it), it is enabled again on the next startup. How do you generally detect that a plugin has changed and therefore its configuration may have changed and needs to be updated?

I don't think we handle this scenario just yet.  That's why it's running on every restart.  Could you open a bug with the current behaviour and the behaviour you expect?
I opened such a bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=441619

In the meantime I solved the issue by storing a boolean value to the preference store in order to being able to check on every startup of Eclipse if it is already set.

Thanks again for your help,
Simon

Thanks,
Paul

--
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