Find dialog bug?
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Find dialog bug?
Try this:
Type '\' (no quotes) into the find-dialog. Click regular expression. It's an invalid regex, because it's an unescaped escape character. Click find-next and you'll get an error.
Now, leave the slash there and close the dialog. Select some text (within a single line), and re-open the dialog. The selected text--I thought--should be put into the find-what field, and--I thought--the regex checkbox should be cleared.
But instead, it gives you a regex error, because the *SLASH* is a bad regex.
Is this a bug? Are other people seeing this?
Type '\' (no quotes) into the find-dialog. Click regular expression. It's an invalid regex, because it's an unescaped escape character. Click find-next and you'll get an error.
Now, leave the slash there and close the dialog. Select some text (within a single line), and re-open the dialog. The selected text--I thought--should be put into the find-what field, and--I thought--the regex checkbox should be cleared.
But instead, it gives you a regex error, because the *SLASH* is a bad regex.
Is this a bug? Are other people seeing this?
I don't recall a version 7.0.8
Can you do a Help, About to confirm that 7.0.9 is installed?
I know there were some RE issues with unmatched and/or invalid RE, but I believe those all have been fixed with 7.0.9
I am unable to reproduce the problem.
Win7 64 bit
TP 7.0.9
Can you do a Help, About to confirm that 7.0.9 is installed?
I know there were some RE issues with unmatched and/or invalid RE, but I believe those all have been fixed with 7.0.9
I am unable to reproduce the problem.
Win7 64 bit
TP 7.0.9
(2[Bb]|[^2].|.[^Bb])
That is the question.
That is the question.
7.0.8 was privately given to me and some others who were experiencing a specific problem.
What I said is correct. It happened in 7.0.8, and is WAS happening in 7.0.9...consistently up until right now. I can't reproduce it at the moment, which is the first time that it's NOT happening. I'll try it again tomorrow...
What I said is correct. It happened in 7.0.8, and is WAS happening in 7.0.9...consistently up until right now. I can't reproduce it at the moment, which is the first time that it's NOT happening. I'll try it again tomorrow...
Honestly, I've not yet tried the uninstall-reinstall-upgrade as you suggested. However, I did find a related problem.
When you're outside of the find dialog and trigger the "RegexSet" command, then you open the find dialog; if there happens to be a bogus regex command in it, you get the modal regex-is-bad dialog.
In my opinion, this error message should never appear just because you opened the find dialog (with RE checked). Rather, the regex should only be analyzed when pressing the find-next button.
Please tell me I'm not the only one having this problem!
When you're outside of the find dialog and trigger the "RegexSet" command, then you open the find dialog; if there happens to be a bogus regex command in it, you get the modal regex-is-bad dialog.
In my opinion, this error message should never appear just because you opened the find dialog (with RE checked). Rather, the regex should only be analyzed when pressing the find-next button.
Please tell me I'm not the only one having this problem!