Skip to main content

Posts

Showing posts from June, 2013

Regex Hero Code Completion and Scrolling Bugs

I fixed a couple bugs today.  One was reported this morning about the scrolling when you hit the previous / next match buttons .  The other was one I noticed where the replace textbox would trigger autocompletions in the regex box above it if you have an open backslash, parenthesis, or bracket.  This was pretty annoying and I've changed it so the regex autocompletions will only work when the regex textbox has focus.