PDA

View Full Version : Disable Auto-Hyperlink


armsys
01-19-2011, 07:56 AM
My study note includes:
FTPGetDirList>ftp.domain.com,anonymous,user@domain.com,21,c:\tem p\readme.txt,*,D

However, UR will automatically convert the text "ftp.domain.com,anonymous,user@domain.com,21,c:\tem p\readme.txt,*,D" to a hyperlink.

How to disable the auto-hyperlink in this instance while allowing others?

kinook
01-19-2011, 08:03 AM
Treating URLs as links is a function of the MS rich edit control, although that text is not displayed as a link in my tests (see screen shot). You might try different versions of riched20.dll to see if the behavior changes.
http://www.kinook.com/Forum/showthread.php?threadid=2853

armsys
01-19-2011, 08:22 AM
Kinook,
Thanks for your quick help.
That's interesting. Not sure why yours is different from mine (see screenshot). Even though I try Ctrl+Shift+P to paste the text, it's automatically converted back to a hyperlink.
BTW, the automatic conversion takes place after:
1. jumping to another Info Item
2. jumping back to the last Info Item (containing the text "ftp.domain.com,anonymous,user@domain.com,21,c:\tem p\readme.txt,*,D")

armsys
01-19-2011, 08:28 AM
Kinook,
You're right. Once I disable riched20.dll, Ctrl+Shift+P can produce text without being converted to a hyperlink.
I also notice the table functions are lost.

armsys
01-19-2011, 08:36 AM
Kinook,
Once the riched20.dll is restored, the text is automatically converted back to hyperlink.