Use Navigation History in Eclipse RCP

后端 未结 3 2085
一个人的身影
一个人的身影 2021-01-13 07:26

I like to use the navigation history provided by Eclipse in my RCP Application. Unfortunately this feature isn\'t well documented. In fact I only found this Wiki entry: http

3条回答
  •  不思量自难忘°
    2021-01-13 07:42

    You have to implement the INavigationLocationProvider interface in your editor.

    You can see how the Eclipse group implemented the interface in their AbstractTextEditor.

提交回复
热议问题