jamesoliverband / umlet

Automatically exported from code.google.com/p/umlet
0 stars 0 forks source link

Resizing umlet editor in Eclipse crashes the IDE #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Load a complicated diagram in the umlet eclipse plugin
2.Go to a perspective that contains views that are below the umlet editor panel
3.Click and hold the mouse to drag the bottom border of the editor to make the 
Eclipse views larger or smaller
4.Slowly keep resizing the editor until Eclipse crashes with no error.

What is the expected output? What do you see instead?
Expected: It should resize the editor repainting only once, after you have let 
go of the mouse button.  Or it should only paint new pixels if the user is 
making the editor larger. If the user is making the editor smaller there should 
only be one repaint when he/she lets go of the mouse button. 
Instead: It keeps repainting the umlet editor window every time you pause your 
drag

What version of the product are you using? On what operating system?
Umlet 11.4; Eclipse Indigo; Linux Mint 11 running Linux 2.6.38-13-generic 
X86_64 with Gnome Desktop 2.32.1 with no effects. 

Please provide any additional information below.

Original issue reported on code.google.com by ro...@goldbot.com on 30 Mar 2012 at 8:12

GoogleCodeExporter commented 9 years ago
We've redone large parts of the Eclipse Plugin Initialization process to avoid 
display errors (mostly at the scrollbars)
Most of the fixes are already in v12, but some addition ones are in v12.1, so 
in v12.1 there should be mostly no lags or display errors in Eclipse anymore.

I've not succeeded in crashing Eclipse with a large diagram (tested it with a 
100kb diagram with many elements), therefore I will close this issue.

Original comment by AFDiaX on 21 Feb 2013 at 12:57