From alan at ridersite.org Mon Jul 2 15:11:15 2007 From: alan at ridersite.org (Al Rider) Date: Mon, 02 Jul 2007 11:11:15 -0400 Subject: [regex-coach] Feature request Message-ID: <46891593.1080104@ridersite.org> Would be terrific to have POSIX extended support for metacharacters, e.g., [:punct:] Thanks From edi at agharta.de Mon Jul 2 15:15:22 2007 From: edi at agharta.de (Edi Weitz) Date: Mon, 02 Jul 2007 17:15:22 +0200 Subject: [regex-coach] Feature request In-Reply-To: <46891593.1080104@ridersite.org> (Al Rider's message of "Mon, 02 Jul 2007 11:11:15 -0400") References: <46891593.1080104@ridersite.org> Message-ID: On Mon, 02 Jul 2007 11:11:15 -0400, Al Rider wrote: > Would be terrific to have POSIX extended support for metacharacters, > e.g., [:punct:] Yes, I have this on my list of things to do, but I don't currently have any time to add new features. From alan at ridersite.org Mon Jul 2 15:21:09 2007 From: alan at ridersite.org (Al Rider) Date: Mon, 02 Jul 2007 11:21:09 -0400 Subject: [regex-coach] Feature request In-Reply-To: References: <46891593.1080104@ridersite.org> Message-ID: <468917E5.8010401@ridersite.org> An HTML attachment was scrubbed... URL: From gordon at fitz-simons.org Thu Jul 5 20:53:29 2007 From: gordon at fitz-simons.org (Gordon Fitz-Simons) Date: Thu, 05 Jul 2007 16:53:29 -0400 Subject: [regex-coach] Possible regex coach bug in "Tree" Message-ID: <468D5A49.4060805@fitz-simons.org> Hi I noticed a possible bug after completing the excellent "Tutorial". =========== Background: =========== I am running Windows XP Professional, SP 2 and am current on all "Windows Update" fixes. My machine is an HP Pavilion: CPU: AMD Turon 64 ML-37 Mem: 1 Gigabyte I am using "The Regex Coach" version 0.9.1. which I just downloaded and installed. I have never previously installed any versions of "The Regex Coach" The version of msvcr80.dll installed on my machine is 8.0.50727.42. =========== Problem: =========== My problem can be replicated as follows: 1. Enter (x*)b|a(y+)c in the "Regular expression" text box. 2. Enter xaacy in the "Target string" text box. 3. "Click" on the "Tree" Tab The "Parse tree" is shown correctly. 4. In the "Regular expression" text box a. Highlight "|a(y+)c" with the mouse b. Press the delete key - leaving only "(x*)b" The "Parse tree" now shows (incorrectly?) a combination of the regex entered in 1 above AND the edited regex entered in 4 above! Is this a problem/bug? Thanks in advance! Gordon Fitz-Simons From edi at agharta.de Thu Jul 12 19:21:56 2007 From: edi at agharta.de (Edi Weitz) Date: Thu, 12 Jul 2007 21:21:56 +0200 Subject: [regex-coach] Possible regex coach bug in "Tree" In-Reply-To: <468D5A49.4060805@fitz-simons.org> (Gordon Fitz-Simons's message of "Thu, 05 Jul 2007 16:53:29 -0400") References: <468D5A49.4060805@fitz-simons.org> Message-ID: On Thu, 05 Jul 2007 16:53:29 -0400, Gordon Fitz-Simons wrote: > I noticed a possible bug after completing the excellent "Tutorial". > > =========== > Background: > =========== > I am running Windows XP Professional, SP 2 and am current > on all "Windows Update" fixes. > > My machine is an HP Pavilion: > CPU: AMD Turon 64 ML-37 > Mem: 1 Gigabyte > > I am using "The Regex Coach" version 0.9.1. which > I just downloaded and installed. > > I have never previously installed any versions of "The Regex Coach" > > The version of msvcr80.dll installed on my machine is 8.0.50727.42. > > =========== > Problem: > =========== > My problem can be replicated as follows: > > 1. Enter (x*)b|a(y+)c in the "Regular expression" text box. > 2. Enter xaacy in the "Target string" text box. > 3. "Click" on the "Tree" Tab > > The "Parse tree" is shown correctly. > > 4. In the "Regular expression" text box > a. Highlight "|a(y+)c" with the mouse > b. Press the delete key - leaving only "(x*)b" > > The "Parse tree" now shows (incorrectly?) a combination > of the regex entered in 1 above > AND the edited regex entered in 4 above! > > Is this a problem/bug? Sorry for the delay, just returned from vacation. Yes, this is a bug that I'll look into in the next days. Thanks for the detailed and very helpful report! Cheers, Edi.