The 'Tree' panel nodes are overlapping each other. Steps to reproduce:
1. Clear out 'Regular expression' and 'Target string' fields and restart Regex Coach.
2. Click on 'Tree' tab.
3. Enter some text into the 'Target string' field.
4. Enter ^[\w\W]+$ into the 'Regular expression field.
5. Change the regular expression to [\w\W]+ by deleting the ^ and $ characters.
6. The tree map crashes together, and even if you clear out the 'Regular expression' field you still see the tree.
You can also view the attached video to see what I'm talking about.
App version: 0.9.1 OS version: XP Pro
Cheers, Tom
__________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
On Sun, 11 Nov 2007 14:13:10 -0800 (PST), Tom Doan tom_xyz@yahoo.com wrote:
The 'Tree' panel nodes are overlapping each other.
Yes, that's a known problem:
http://common-lisp.net/pipermail/regex-coach/2007-July/000193.html
I've looked into this, but it seems harder than I thought - in the sense that I haven't found out the cause yet. Unfortunately, I'm too busy right now to spend some quality time with this bug. I will once I have more time.
Thanks for the report, Edi.