Hi jasonethiel,
Can you give me some more information regarding the issue.
1) What versionof ME are you using?
2) Are you trying in UML1 or UML2?
3) How did you install ME?
4) Do you have any 3rd party plugins installed in your system?
For your first question regarding memory, you can change the heap size by doing
1) Go to your ME installed directory, usually it is in C:Program Files\Genuitec\MyEclipseX in windows where X is your ME version.
2) Open myeclipse.ini file in the above mentioned directory.
3) Change “-Xmx512m” to “-Xmx1024m” or something which supports your system memory.
For your second question:
You can create a class diagram or sequence diagram using UML2 for your class without drag and drop by doing the below steps:
Right click on the class file and go to “MyEclipse–>Generate UML2 Sequence diagram”
or
Right click on the package and go to “MyEclipse–>Generate UML2 Class diagram”
Please let me know whether the above solution works for you.
Thanks,
Chakri.