Bug 516230 - History View does not update when selection/selected page in a MultiPageEditorPart changes
Summary: History View does not update when selection/selected page in a MultiPageEdito...
Status: REOPENED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Team (show other bugs)
Version: 3.8.2   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform Team Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: bugday, helpwanted
Depends on:
Blocks:
 
Reported: 2017-05-05 05:30 EDT by Thomas Wolf CLA
Modified: 2020-03-17 18:17 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Wolf CLA 2017-05-05 05:30:46 EDT
Steps to reproduce:

* Have "Link with Editor and Selection" enabled in the history view.
* Open PDE manifest editor on a plugin.xml from a bundle.
* History view shows the history of plugin.xml. So far, so good.
* Switch to the MANIFEST.MF page in the PDE editor.

Expected:

* History updates to show the history of MANIFEST.MF.

Actual:

* History view does not update and keeps showing the history of plugin.xml.
Comment 1 Eclipse Genie CLA 2020-03-17 18:04:18 EDT
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. As such, we're closing this bug.

If you have further information on the current state of the bug, please add it and reopen this bug. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant.

--
The automated Eclipse Genie.
Comment 2 Thomas Wolf CLA 2020-03-17 18:17:19 EDT
The problem still exists and is caused by the GenericHistoryView implementation not considering the active nested editor in MultiPageEditorParts. Still needs to be solved.