Commit b566f4b
Fix Ctrl+F7 view switcher showing same name for multi-instance views
Remove the getPartName() override in ViewReference that always returned
the static descriptor label from plugin.xml. The parent class
WorkbenchPartReference.getPartName() returns part.getLocalizedLabel()
which reflects the dynamic name set by views via setPartName().
This is a generic fix for all multi-instance views (Terminal, Console,
Search) that customize their part name.
Fixes eclipse-platform/eclipse.platform#27741 parent b7e7e0a commit b566f4b
1 file changed
Lines changed: 0 additions & 5 deletions
Lines changed: 0 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | 71 | | |
77 | 72 | | |
78 | 73 | | |
| |||
0 commit comments