Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] How to rename a view ID on an namespace-restructuring update ?

You can ship a model processor through the e4 extension point and walk the model removing the references or even adjust the id pointing to the new view id

Tom

Von meinem iPhone gesendet

Am 07.05.2015 um 00:14 schrieb Oberhuber, Martin <Martin.Oberhuber@xxxxxxxxxxxxx>:

Hi Platform/UI experts,

 

As part of the TM Terminal restructuring that we’ve done recently, we’ve changed the ID of a view to the new namespace.

 

This causes issues when the view was active in a perspective when the update is applied:
After Eclipse restarts, the now-obsolete view shows up in an error state.

See https://bugs.eclipse.org/bugs/show_bug.cgi?id=466644

 

Do you see any way we could avoid this ? For instance, provide plugin.xml markup that would specify the view as “no longer existant thus close on restart”.

We thought about a PerspectiveListener, but we’d like to avoid unnecessary plugin activation if possible.

If you have any thought or idea, we’d really appreciate a comment on the bug !

 

Thanks,

Martin

--

Martin Oberhuber, SMTS / Product Owner – Development Tools, Wind River

direct +43.662.457915.85  fax +43.662.457915.6

 

_______________________________________________
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