Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [Dltk-dev] Problems with External Source Module serialization

Hi Michal,

As I understand, the idea was using a custom IPersistableElement for restoring editors of some special/custom external source module.

Unfortunately in the usual case the attempt to get an adapter is satisfied by ModelElementAdapterFactory which returns PersistableModelElementFactory and something does not work with that.

So, that customization should be changed somehow, once I have a better idea I let you know.

Regards,
Alex




On Wed, Jul 1, 2015 at 1:06 AM, Michał Niewrzał <michal.n@xxxxxxxx> wrote:
Hi All,

Recently regression was found in PDT. Files from libraries are not opened after IDE restart. After research I found that problem is in DLTK (https://bugs.eclipse.org/bugs/show_bug.cgi?id=471276). Looks that recent changes around "ExternalSourceModuleEditorInputFactory" caused this behavior. Can authors shed light on the purpose of these changes? 

Commits:
"Extensibility for external storage serialization"
"Move adaptor check for IPersistableElement from ExternalSourceModuleEditorInputFactory to input itself."

Thanks,
Michal

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


Back to the top