phaniteja-24 / hudson-eclipse

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

Movable Columns #70

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I really like the plugin.  My screen real estate, however, prevents me from 
getting a view of the build status of my projects if I dock the Hudson view 
on the right.  I'd like to change the column order such that the status was 
the second column.

Original issue reported on code.google.com by chris.r....@gmail.com on 8 Apr 2010 at 2:14

GoogleCodeExporter commented 9 years ago
Source patch for this.

Original comment by guyr...@gmail.com on 21 Jul 2011 at 6:08

Attachments:

GoogleCodeExporter commented 9 years ago
In updating the code to center the health and status images, I noticed that I 
pulled the wrong local revision to make my earlier-posted patch for this.

This patch makes the columns movable and each column has its own anonymous 
ColumnLabelProvider so that the handling isn't tied to a column index as it 
with the JobLabelProvider class (which would cause the wrong content to be 
written to the wrong columns once they were shuffled about).

Additionally this patch contains Listeners on the Table to center the health 
and status imaqes.

Original comment by guyr...@gmail.com on 28 Jul 2011 at 8:03

Attachments: