Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Sirius » Diagrams for large model
Diagrams for large model [message #1804169] Tue, 19 March 2019 16:36
Konrad Jünemann is currently offline Konrad JünemannFriend
Messages: 93
Registered: December 2018
Member
Hi,

I have a large model of about 1000 files which many crosslinks between them. The model is persisted in a DSL using XText. I would like to create Diagrams for this model,
but when I add a single Entity to an aird-File, the whole model gets loaded. This takes long and actually results in
org.eclipse.swt.SWTError: No more handles
, as more than 10.000 GDI objects are created by the aird-editor.

How can I create diagrams for a model this large? To clarify: the diagram should only contain a small subset of all 1000 entities (~20). I understand that the reason for loading all files is that all references are resolved by Sirius in order to be able to react to changes that happen anywhere in the model.

Is there a way to restrict the number of files loaded into the aird file or is there another, better approach to do this?




Previous Topic:How to close palette drawer on opening representation
Next Topic:How to hide popmenus which are opened under representation
Goto Forum:
  


Current Time: Thu Sep 26 02:09:46 GMT 2024

Powered by FUDForum. Page generated in 0.03285 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top