Bug 532457 - [call hierarchy] Change 'Field Accesses' from menu into an icon.
Summary: [call hierarchy] Change 'Field Accesses' from menu into an icon.
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.8   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-14 11:59 EDT by Leo Ufimtsev CLA
Modified: 2018-03-14 12:56 EDT (History)
2 users (show)

See Also:


Attachments
Screenshot of menu. (20.94 KB, image/png)
2018-03-14 11:59 EDT, Leo Ufimtsev CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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?