phaniteja-24 / hudson-eclipse

Automatically exported from code.google.com/p/hudson-eclipse
0 stars 0 forks source link

View does not remember column size #67

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Re-size columns in the Hudson view
2. Re-start Eclipse

What is the expected output? What do you see instead?
I'd expect the column resizing to be stored. The default widths are way too
small for several of the columns (project, date and time). So resizing them
makes it actually possible to read them.

But instead I will end up with narrow columns that truncates the information

What version of the product are you using? On what operating system?
Eclipse 3.5.1 with Hudson-eclipse 1.0.10. On Windows XP

Please provide any additional information below.
I don't think it matters to views in the Eclipse Workbench framework. But
the hudson-eclipse view is one of several that I have dragged out into a
floating box on the right screen (of my two-screen setup).

Should just be a matter of implementing the methods for preserving state of
the view. I did that once on a project. But damned if I can remember the
specifics right now =)

Original issue reported on code.google.com by tiran.ke...@gmail.com on 11 Feb 2010 at 10:53

GoogleCodeExporter commented 9 years ago
We have to implement HudsonView.saveState(IMemento memento) and save the 
columns' 
widths. I'll try to come up with a patch these days.

Best regards,
Dan.

Original comment by dan.corneanu@gmail.com on 5 Apr 2010 at 9:03

GoogleCodeExporter commented 9 years ago
Here is the patch.

Original comment by dan.corneanu@gmail.com on 5 Apr 2010 at 1:52

Attachments: