Reggy v1.1 Is Out.
I just pushed a new version of Reggy (my little open-source project for visually matching regular expressions). Version 1.1 adds much-needed AppleScript support and the ability to change the font and font size.
Enabling AppleScript support shouldn’t be as hard as it is to grasp I think. It took a few nights fiddling around before it started working all the time for me :)
There is one known issue that I allowed to slip through concerning the AppleScript support: If you change the checkbox values for matching certain criteria, the UI doesn’t update the checkbox properly. The program gets the change properly and matches accordingly, but it’s as if the UI doesn’t see the change. Note that I am using bindings for the checkboxes so I figure this should be working. Anyone with expertise in AppleScript, please help!