From mrcvny-mail at yahoo.fr Wed Apr 18 09:33:20 2007 From: mrcvny-mail at yahoo.fr (marc) Date: Wed, 18 Apr 2007 11:33:20 +0200 (CEST) Subject: [regex-coach] Feature requests Message-ID: <470677.15915.qm@web26914.mail.ukl.yahoo.com> Hi, First of all thank you for this software and the time you spent on it. This is definitely my regex tool of choice. I think the following UI features would be great to implement for more... comfort :) : - more than one "undo" level (Ctrl-Z only works once) - highlighting of matching brackets (would really help in complex expressions) - allow inserting tabs (with tab key) in the regex field (right now, it gives the focus to the target string field) That's it, the rest is awesome! Bye -- marc ___________________________________________________________________________ D?couvrez une nouvelle fa?on d'obtenir des r?ponses ? toutes vos questions ! Profitez des connaissances, des opinions et des exp?riences des internautes sur Yahoo! Questions/R?ponses http://fr.answers.yahoo.com From jeremy.rayner at gmail.com Wed Apr 18 11:45:04 2007 From: jeremy.rayner at gmail.com (Jeremy Rayner) Date: Wed, 18 Apr 2007 12:45:04 +0100 Subject: [regex-coach] Groovy and Java Regular Expressions Message-ID: <90a60e760704180445yd844d86mbe6d58b319a01b1a@mail.gmail.com> I've written a copy (call it a homage) of Regex Coach. It allows you to play around with Java regular expressions, as defined at http://java.sun.com/j2se/1.5.0/docs/api/java/util/regex/Pattern.html and I can run it on my Mac and debian boxes. It implements only the _very basics_ of Edi Weitz wonderful Regex Coach, allowing you to enter a regex and observe the hilighted matches (including captured groups). Obviously the original tool is much more functionally complete :-) screenshot: http://javanicus.com/groovy/groovy-regex-coach.gif You can download the full source from this link http://tinyurl.com/2bf8v9 And to run, install groovy: http://groovy.codehaus.org/Installing+Groovy and use this at command line: groovy RegexCoach Edi, I hope this homage is respectful of your excellent tool which I use all the time when I have a windows box handy. Cheers Jez -- Groovy Engineer http://searchgroovy.org http://javanicus.com/blog2 From edi at agharta.de Wed Apr 18 20:26:30 2007 From: edi at agharta.de (Edi Weitz) Date: Wed, 18 Apr 2007 22:26:30 +0200 Subject: [regex-coach] Groovy and Java Regular Expressions In-Reply-To: <90a60e760704180445yd844d86mbe6d58b319a01b1a@mail.gmail.com> (Jeremy Rayner's message of "Wed, 18 Apr 2007 12:45:04 +0100") References: <90a60e760704180445yd844d86mbe6d58b319a01b1a@mail.gmail.com> Message-ID: On Wed, 18 Apr 2007 12:45:04 +0100, "Jeremy Rayner" wrote: > I've written a copy (call it a homage) of Regex Coach. Thanks, that's nice. I've added a link to your message to the Regex Coach website. Cheers, Edi. From edi at agharta.de Wed Apr 18 20:27:47 2007 From: edi at agharta.de (Edi Weitz) Date: Wed, 18 Apr 2007 22:27:47 +0200 Subject: [regex-coach] Feature requests In-Reply-To: <470677.15915.qm@web26914.mail.ukl.yahoo.com> (marc's message of "Wed, 18 Apr 2007 11:33:20 +0200 (CEST)") References: <470677.15915.qm@web26914.mail.ukl.yahoo.com> Message-ID: On Wed, 18 Apr 2007 11:33:20 +0200 (CEST), marc wrote: > First of all thank you for this software and the time you spent on > it. This is definitely my regex tool of choice. That's good to hear... :) > I think the following UI features would be great to implement for > more... comfort :) : > - more than one "undo" level (Ctrl-Z only works once) > - highlighting of matching brackets (would really help in complex > expressions) > - allow inserting tabs (with tab key) in the regex field (right now, it > gives the focus to the target string field) I'll add these to my list of things to ponder, but unfortunately I'm currently too busy to add new features. Thanks, Edi.