Eclipse text editor resizing
eclipse, mouseevent, resize
Solution
Generally this would indicate that for the sash having the issues the total of the combined children's 'containerData' is some small integer. I'm not sure how you got into that state though, the sash renderer takes pains to maintain the initial 'total' weight which starts at 10,000.
If you can find the MArea in the model it should have a MPartSashContainer as its child. Open its children and examine the 'containerData' field for each (they should be strings representing ints). If the total of the two containerData values is small then changing the values to 5000 for each child should fix the sizing issues...
Problem
How to resize editor pane in Eclipse smoothly? Right now when I resize it - it jumps for about 40 text characters. Other views that are on the left side (Navigator, Task List) are being resized smoothly. I hope I've explained it right, I am unable to attach screenshots right now... Eclipse Kepler SR2 Gentoo Linux x64, kernel 3.12.13 UPD: captured video for better understanding of my problem