[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] Selection tracking versus cursor tracking
|
- From: Benson Margulies <bim2009@xxxxxxxxxxxxx>
- Date: Thu, 12 Feb 2009 15:47:25 -0500
- Newsgroups: eclipse.platform
- Organization: EclipseCorner
- Thread-index: AcmNUxwZHVSwgjOMKEKw5U5iDiUEdg==
- Thread-topic: Selection tracking versus cursor tracking
- User-agent: Microsoft-Entourage/12.15.0.081119
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?