I’m working on cell selection of TLF tables. Cell selections does not fit into the normal index based selection concept of text. To support cell selection, I need coordinate-based selection (to support rectangular selections within a table).
Basically, I want to add some table-specific functions to ISelectionManager and SelectionManager. My question is whether this might cause problems for users who might have implemented ISelectionManager and whether I should be concerned about that and/or what there is to do about it. Thoughts? Harbs