Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 488521

Summary: [quick fix] allow each fix 'all' to have a default that is sticky
Product: [ECD] Orion Reporter: Steve Northover <steve_northover>
Component: ClientAssignee: Curtis Windatt <curtis.windatt.public>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: curtis.windatt.public, Michael_Rennie, Olivier_Thomann
Version: unspecified   
Target Milestone: 12.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Steve Northover CLA 2016-02-26 02:02:21 EST
FEATURE REQUEST:  It is tedious keeping on telling the IDE that I want to fix 'all' all the time for certain kinds of quick fixes.

Likely you want 'quick fix all ;'s' to be all=true.
In fact, I'm having a hard time thinking of one where 'all' should be off.

One way to do this would be: If I select an 'all', for a quick fix, the next time I see it, it should be on (similar for deselect and off).
Comment 1 Curtis Windatt CLA 2016-03-07 17:16:24 EST
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=d8fc1cb0f76f0b8c66f33a21ef03257648e81e19
Fix + tests in the commands test suite

Uses local storage.  Will store the checkbox state when you run the command, even if it is checked (the new default).  That way if we ever change the default for all quick fix alls or just some of them, any users who have run the command with fix all checked will have that state remembered.