View Single Post
Old 04-29-2012, 08:11 AM   #11
idea00
Junior Member
idea00 will become famous soon enoughidea00 will become famous soon enoughidea00 will become famous soon enoughidea00 will become famous soon enoughidea00 will become famous soon enoughidea00 will become famous soon enough
 
Posts: 7
Karma: 684
Join Date: Apr 2012
Device: android
Merge request sent.

I've added reorder arrows to the UI and fixed a few minor UI logic bugs.

The order in which the S/R expressions are applied in the current version is reverse (hence _jago stating the order does not seem predictable.)
The reason is the function "do_search_replace" in preprocess.py inserts s/r rule at the start of the rules list.
I assume there is a reason for this so I fixed this by using a revered() iterator, if not appending to the rules would also solve this issue.
idea00 is offline   Reply With Quote