Bug 532457

Summary: [call hierarchy] Change 'Field Accesses' from menu into an icon.
Product: [Eclipse Project] JDT Reporter: Leo Ufimtsev <lufimtse>
Component: UIAssignee: JDT-UI-Inbox <jdt-ui-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert, lbullen
Version: 4.8   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Screenshot of menu. none

Description Leo Ufimtsev CLA 2018-03-14 11:59:42 EDT
Created attachment 273126 [details]
Screenshot of menu.

When using call hierarchy on variables, from the drop-down menu, there is an option:
Field Accesses ->
 - All references
 - Read Accesses
 - Write accesses

(See screenshot)

Digging into the menu is time consuming when I'm in rush to fix SWT bugs and looking at 'write-only' references is a frequent use case.

It would be nice to have a 3-state toggle icon for this instead.
OR 3 icons (All|Read|Write) like in git's scope mechanism. 

Thoughts?