How is eclipse line number status line contribution item implemented?

后端 未结 3 1937
执笔经年
执笔经年 2021-01-20 03:55

I need to update status line editor-specific information. I already have my own implementation, but I would like to take a look how is eclipse contribution item, which shows

3条回答
  •  说谎
    说谎 (楼主)
    2021-01-20 04:37

    In order to find out how something is implemented in Eclipse, you can also use the so called Plug-in spy. The Plug-in spy is included in the Plug-in Development Environmend (PDE). It is executed with ALT+SHIFT+F1. For further details look this Plug-in development FAQ.

提交回复
热议问题