Bug 546254 - Prepare to support adding new input elements to Call Hierarchy view
Summary: Prepare to support adding new input elements to Call Hierarchy view
Status: RESOLVED FIXED
Alias: None
Product: Handly
Classification: Technology
Component: UI (show other bugs)
Version: 1.1   Edit
Hardware: All All
: P3 enhancement
Target Milestone: 1.2   Edit
Assignee: Vladimir Piskarev CLA
QA Contact:
URL:
Whiteboard: breakingchange
Keywords: api
Depends on:
Blocks:
 
Reported: 2019-04-09 12:07 EDT by Vladimir Piskarev CLA
Modified: 2019-04-09 14:11 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladimir Piskarev CLA 2019-04-09 12:07:22 EDT
Currently, CallHierarchyViewPart doesn't allow adding new input elements to the existing hierarchy. This feature would add quite a bit of complexity and could be (in part) 'emulated' by pinning the view (bug 545814), which seems to be a more scalable approach anyway. However, we should try to ensure that the current design of CallHierarchyViewPart and surrounding classes would not prevent us from adding this feature in the future if and when necessary.