在新的Eclipse编辑器中实现"Mark Occurrences"

Smi*_*tha 5 eclipse plugins

我正在开发一个实现新编辑器的eclipse插件.我想实现"Mark Occurences",其中当光标在一个变量上时,它在开放编辑器中的所有出现都会突出显示.有没有办法实现这个?谢谢!

Arn*_*sch 3

您需要实现您自己的Annotations并使用您的SourceViewer.

也许可以在这里开始阅读:http://help.eclipse.org/helios/index.jsp ?topic=/org.eclipse.platform.doc.isv/guide/editors_annotations.htm