10-16-2016, 02:24 PM
I needed to reorganize my list of filters in the RSSFeed Scanner and found a minor error. There is a list of filters and the order is important since the scanner reads from the top down and it executes the first matching filter. In order to make sure that the filters are all sorted correctly, there are some little blue up / down arrows just to the right of the list that let the user move a particular filter.
I had organized by filters by tracker by show name and decided to rearrange it into a global alphabetical list. When I did that, I had to move a lot of filters lower in the list but when I did that the changes were not saved. This happened multiple times before I figured out what was going wrong. Consider, for example, the following list:
First
Third
Second
Fourth
Fifth
If I highlight the "Third" entry and press the down arrow, it appeared in the correct place in the list but once I moved off of the tab the change would be lost. However, if I highlighted the entry "Second" and pressed the up arrow, that change was saved as expected so it must be a bug or a bit of missing code for the down arrow feature. At any rate, when moving items down the list is not being saved, while the list is saved when moving items up.
FYI, my details are:
Java 1.8.0_66 (64 bit)
Oracle Corporation
SWT v4508, win32
Windows 10 v10.0, amd64
V5.7.3.0/4 az2
and I am using RSSFeed Scanner V1.5
I had organized by filters by tracker by show name and decided to rearrange it into a global alphabetical list. When I did that, I had to move a lot of filters lower in the list but when I did that the changes were not saved. This happened multiple times before I figured out what was going wrong. Consider, for example, the following list:
First
Third
Second
Fourth
Fifth
If I highlight the "Third" entry and press the down arrow, it appeared in the correct place in the list but once I moved off of the tab the change would be lost. However, if I highlighted the entry "Second" and pressed the up arrow, that change was saved as expected so it must be a bug or a bit of missing code for the down arrow feature. At any rate, when moving items down the list is not being saved, while the list is saved when moving items up.
FYI, my details are:
Java 1.8.0_66 (64 bit)
Oracle Corporation
SWT v4508, win32
Windows 10 v10.0, amd64
V5.7.3.0/4 az2
and I am using RSSFeed Scanner V1.5