Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » Disable icon generation
Disable icon generation [message #386875] Thu, 05 August 2004 08:29 Go to next message
Achim Oehlenschlaeger is currently offline Achim OehlenschlaegerFriend
Messages: 23
Registered: July 2009
Junior Member
Hello,
I've got a pretty big model which causes the generator to create more
than 20,000 icons which unnecessarily slows down some processes (CVS,
plugin export, distribution etc.).
I was able to use only Item.gif and CreateChild.gif by modifying
ItemProvider.javajet which works fine so far. However the generator
still creates all the icons and even just deleting them from the project
takes more than 10 minutes on my machine.
So my question is, can I completely disable generation of the icons?
Thanks,
Achim
Re: Disable icon generation [message #386879 is a reply to message #386875] Thu, 05 August 2004 11:11 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
Achim,

You can turn off the image for any GenClass by setting the "Image"
property to false. The child creation images can be turned off by
turning off Edit "Creation" for the whole model or by turning off
"Create Child" for a particular feature, but you no doubt you want the
creation commands just not the creation images, and we don't have flags
that will let you do just that.


Achim Oehlenschlaeger wrote:

> Hello,
> I've got a pretty big model which causes the generator to create more
> than 20,000 icons which unnecessarily slows down some processes (CVS,
> plugin export, distribution etc.).
> I was able to use only Item.gif and CreateChild.gif by modifying
> ItemProvider.javajet which works fine so far. However the generator
> still creates all the icons and even just deleting them from the
> project takes more than 10 minutes on my machine.
> So my question is, can I completely disable generation of the icons?
> Thanks,
> Achim


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:How to install a custom Resource.Factory.Registry?
Next Topic:Custom cell editors redux, and reuse issues
Goto Forum:
  


Current Time: Thu Apr 25 17:42:00 GMT 2024

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

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

Back to the top