| [news.eclipse.platform] Re: Selection tracking versus cursor tracking |
Benson,
I've got a case where I need a view to reflect the cursor position, not just the selection, of an editor. Adding the NullSelectionListener interface has the effect of getting me a notification when the selection goes from something to nothing, but not of notifying me of further cursor movement. Should I just implement my own notification structure for this?