ThreeTen22 / skyrim-plugin-decoding-project

Automatically exported from code.google.com/p/skyrim-plugin-decoding-project
1 stars 0 forks source link

Quick filter options reset the user-input-filter options #181

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open FalloutNV.esm and one DLC esm in FNVEdit
2. Perform a filter, select "by conflict status overall" and all it's 
components from group box, select "by conflict status for this particular 
record" and all it's components from group box. Remove filter.
4. Execute "Apply filter for cleaning". Remove filter.
5. Try to perform a new filter action, see that all the check-boxes are reset 
to "filter for cleaning" action.
6. Execute step 2 again
7. Execute "Apply filter to show conflict losers". Remove filter.
8. Try to perform a new filter action, see that all the check-boxes are reset 
to "filter for cleaning" action.

What is the expected output?
The quick filter options should not override the user input options for further 
filtering purposes.

What do you see instead?
The quick filter options overrides the user input options for further filtering 
purposes.

What version of the product are you using? On what operating system?
r1859

Please provide any additional information below.
Right now, the quick filtering options are just shortcuts for filtering 
options. It would be nice if users options would be preserved across 
quick-filter actions. having the options preserved would allow a user to reuse 
certain filter patterns across multiple executions.
It would be nicer to be able to save certain filter patterns for future use and 
select them from a combo-box :). That would allow having pre-defined patterns 
(like the 2 shortcuts we already have) beside user-defined patterns. That would 
be a feature request which the team may want to consider implementing.
Although I have reported for FNVEdit, Tes5Edit behaves the same.

Original issue reported on code.google.com by clampa...@gmail.com on 15 Dec 2014 at 10:59

GoogleCodeExporter commented 9 years ago
Implemented in r1877

Original comment by zila...@gmail.com on 16 Jan 2015 at 6:35

GoogleCodeExporter commented 9 years ago
Thank you for taking the time. I am using it right now.

Original comment by clampa...@gmail.com on 17 Jan 2015 at 9:01

GoogleCodeExporter commented 9 years ago
Hmm, I could not figure out how to add new user-defined presets. Clicking on 
the add button doesn't do anything and the combo-box is not editable. Is the 
implementation complete?

Original comment by clampa...@gmail.com on 17 Jan 2015 at 10:13

GoogleCodeExporter commented 9 years ago
I didn't upload this build yet, making some other changes.

Original comment by zila...@gmail.com on 17 Jan 2015 at 3:34

GoogleCodeExporter commented 9 years ago
Tested with a release containing the implementation and it works. Thanks again 
for taking the time to implement it.

Original comment by clampa...@gmail.com on 28 Jan 2015 at 11:22