RegEx website does not exist.

Bug reports will be moved here when the described bug has been fixed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
User avatar
vdijken
Member
Member
Posts: 181
Joined: 2016-07-30, 14:07 UTC
Location: The Netherlands

RegEx website does not exist.

Post by *vdijken »

The mentioned website http://www.regexpstudio.com/ in the Help of TC about the used library TRegExpr for RegEx does not exist any more. The domain has expired. Nowadays it is https://regex.sorokin.engineer/en/latest/
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: RegEx website does not exist.

Post by *ghisler(Author) »

Thanks, I will update it in the help. I will just link to https://regex.sorokin.engineer because it redirects to the above automatically.
Author of Total Commander
https://www.ghisler.com
User avatar
petermad
Power Member
Power Member
Posts: 14739
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: RegEx website does not exist.

Post by *petermad »

I can confirm the change in the Help for TC 9.5rc1 but clicking the link in Help results in several errors:
https://madsenworld.dk/tcmd/helperror1.png
https://madsenworld.dk/tcmd/helperror2.png
https://madsenworld.dk/tcmd/helperror3.png
https://madsenworld.dk/tcmd/helperror4.png
https://madsenworld.dk/tcmd/helperror5.png

It is caused by a missing TARGET="_blank" in the url which should be:

Code: Select all

<A TARGET="_blank" HREF="https://regex.sorokin.engineer/">https://regex.sorokin.engineer</A>
instead of

Code: Select all

<A HREF="https://regex.sorokin.engineer/">https://regex.sorokin.engineer</A>

Here I have made a fixed version of totalcmd.chm: https://madsenworld.dk/tcmd/TOTALCMD.CHM
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48021
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Re: RegEx website does not exist.

Post by *ghisler(Author) »

Thanks, it's a problem with my conversion tool - it only handled http urls, no https yet.
Author of Total Commander
https://www.ghisler.com
User avatar
vdijken
Member
Member
Posts: 181
Joined: 2016-07-30, 14:07 UTC
Location: The Netherlands

RegEx link

Post by *vdijken »

The link https://regex.sorokin.engineer/ to the RegEx website in the help was changed after I reported it. But when I click on the link within the help the web page is opened within the help itself and not in my web browser as I expected and I get script errors.
Other links in the help go straightforward to my browser.
User avatar
vdijken
Member
Member
Posts: 181
Joined: 2016-07-30, 14:07 UTC
Location: The Netherlands

Re: RegEx website does not exist.

Post by *vdijken »

The fixed version does not work, it links internally to madsendworls.dk. Better to wait for official release.
User avatar
Hacker
Moderator
Moderator
Posts: 13052
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Re: RegEx website does not exist.

Post by *Hacker »

[mod=Hacker]Merged thread RegEx link.[/mod]
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
User avatar
petermad
Power Member
Power Member
Posts: 14739
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: RegEx website does not exist.

Post by *petermad »

The fixed version does not work, it links internally to madsendworls.dk. Better to wait for official release.
Sorry, I had tried to optimize the file size, and apparantly that didn't turn out right - try and download the file again.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
petermad
Power Member
Power Member
Posts: 14739
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Re: RegEx website does not exist.

Post by *petermad »

Confirmed fixed in TC 9.5rc2 :-)
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50b4 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Post Reply