Community
Participate
Working Groups
1. Moving of columns At the moment EditingSupport has the design flaw that columns can not be moved. I think we also have to restore the columnIndex in a field and add getter and setter. 2. Enabling support at a later point In former days you could add editing support at any given point in time (e.g. creating the viewer with remove it at any given point in time). This is not done automatically at the moment.
Created attachment 48855 [details] Solving 1st part of the problem This patch only solves the first part of the problem and to some extent the second part by checking cellModifier and columnProperties
After the discussion today I think we should pass ViewerCell instead of Object to all methods. This way we don't need to cache any information.
Created attachment 49213 [details] Just an idea to change API!
Could be closed.
(In reply to comment #0) > 1. Moving of columns > At the moment EditingSupport has the design flaw that columns can not be moved. > I think we also have to restore the columnIndex in a field and add getter and > setter. > Fixed by complete redesign of ViewerColumn, ... in the meanwhile. > 2. Enabling support at a later point > In former days you could add editing support at any given point in time (e.g. > creating the viewer with remove it at any given point in time). This is not > done automatically at the moment. Fixed in bug #160700 >
Marking INVALID as Tom has other solutions