Is RegEx available in "Find" (Ctl-F) command in two-pane text comparison ?
Pressing Ctl-F, when watching the comparison of two text files, each one in one pane, the search dialog window appears, the "Help" button says that Regular Expressions are supported, but the dialog doesn't offer the "RegEx" option. Is there any way of using RegEx's for the text search, please?
I'm using Version 9.51 now.
An example of the syntax by showing the introduced text?
RegEx available in "Find" (Ctl-F) command in two-pane text comparison ?
Moderators: Hacker, petermad, Stefan2, white
-
- Member
- Posts: 107
- Joined: 2003-07-16, 22:40 UTC
- Location: Spain
RegEx available in "Find" (Ctl-F) command in two-pane text comparison ?
Thanks,
Jose
Nubia Redmagic 7Pro with non-rooted Android 13
Surrendered to Win11
Jose
Nubia Redmagic 7Pro with non-rooted Android 13
Surrendered to Win11
Re: RegEx available in "Find" (Ctl-F) command in two-pane text comparison ?
The help page opened in this dialog is the same as the one opened via Lister's Find dialog. The RegEx support applies to the latter.
As a workaround you might be able to use a dedicated editor like Notepad++ which supports such a thing (via a plugin AFAIK). Or use WinMerge which also seems to support RegEx in its search. An external comparison tool can even be used in place of TC's internal one via
As a workaround you might be able to use a dedicated editor like Notepad++ which supports such a thing (via a plugin AFAIK). Or use WinMerge which also seems to support RegEx in its search. An external comparison tool can even be used in place of TC's internal one via
Code: Select all
[Configuration]
CompareTool=path\to\some\tool
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
-
- Member
- Posts: 107
- Joined: 2003-07-16, 22:40 UTC
- Location: Spain
Re: RegEx available in "Find" (Ctl-F) command in two-pane text comparison ?
Thanks, Dalai.Dalai wrote: 2024-09-06, 18:00 UTC The help page opened in this dialog is the same as the one opened via Lister's Find dialog. The RegEx support applies to the latter.
As a workaround you might be able to use a dedicated editor like Notepad++ which supports such a thing (via a plugin AFAIK). Or use WinMerge which also seems to support RegEx in its search. An external comparison tool can even be used in place of TC's internal one viaCode: Select all
[Configuration] CompareTool=path\to\some\tool
Do you mean Notepad++ within the 2-pane comparison? (for searching in individual file, I may already use the TC Lister).
Good idea using an external tool supporting RegEx and thanks for the info on how to configure it !
Thanks,
Jose
Nubia Redmagic 7Pro with non-rooted Android 13
Surrendered to Win11
Jose
Nubia Redmagic 7Pro with non-rooted Android 13
Surrendered to Win11
Re: RegEx available in "Find" (Ctl-F) command in two-pane text comparison ?
No, I mean regular Notepad++ that can be extended via a plugin to have a similar comparison feature.
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror