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
You have to implement the INavigationLocationProvider interface in your editor.
You can see how the Eclipse group implemented the interface in their AbstractTextEditor.