Re: Reorganize filters [message #425 is a reply to message #421] |
Sun, 11 November 2018 11:49 |
thomas
Messages: 715 Registered: June 2014
|
Senior Member |
|
|
Dear Alfred,
thank you for the remark. You are right I also stumbled over this nuisance a couple of times. Some kind of a workaround may be to open the dwar file in a text editor, scroll to the <datawarrior properties> section at the end of the file and change the filter index numbers from e.g.:
<filter0="#browser# #disabled#">
<filter1="#reaction# Reaction">
<filter2="#structure#products Reaction">
<filterAnimation0="state=stopped delay=500">
to
<filter2="#browser# #disabled#">
<filter1="#reaction# Reaction">
<filter0="#structure#products Reaction">
<filterAnimation2="state=stopped delay=500">
(Note that the filterAnimationX tag that belongs to the browser filter also needs to be changed)
I realize that is is not an acceptable way of doing it and I will look into adding some drag&drop support.
Thomas
|
|
|