[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.tools.emf] Re: Problems with read-only resources in an editing domain

Ed,

thanks for the hint. Fortunately, the new implementation of isReadOnly(Resource resource) assumes by default that URIs are not read-only unless URIConverter.ATTRIBUTE_READ_ONLY is added to the URIs attribute-map. So I don't need to modify anything in the editor, it just works by using 2.5 :)

Cheers,
Víctor.