soundasleep / iaml

Automatically exported from code.google.com/p/iaml
3 stars 1 forks source link

Unnecessary HTTP request for initializeNewDiagram in hierarchical diagram nodes #252

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What new or enhanced feature are you proposing?
model.diagram.edit.policies.SchemaOpenDiagramEditPolicy#initializeNewDiagram() 
has a isReadOnly() check, even if the remote resource is definitely read-only 
(e.g. XML schema). Diagram loading time can be improved if a more sensible 
guard is implemented.

What goal would this enhancement help you achieve?
Faster editing and improved usability.

Original issue reported on code.google.com by soundasleep on 3 May 2011 at 8:54

GoogleCodeExporter commented 9 years ago
Resolved in r2928.

Original comment by soundasleep on 17 May 2011 at 2:43