Page 1 of 1

Links

Posted: Mon Aug 01, 2016 4:54 am
by Jebus
Can you make it so links are automatically detected and made clickable? Which would open the url in the player default web browser.

Re: Links

Posted: Tue Aug 02, 2016 12:07 pm
by Esoudiere
Jebus wrote:Can you make it so links are automatically detected and made clickable? Which would open the url in the player default web browser.
I can imagine that might be hard to implement, given how the text seems to work. But whether it is implemented or what (and I hope it is) I'd also like to co-suggest using traditional text controls, for example being able to use the delete key not just the backspace key (for us non-conformists) and highlighting text to copy it.

Re: Links

Posted: Tue Aug 02, 2016 5:09 pm
by asialsky
Actually, depending on how it's currently implemented, it may be as simple as a few dozen lines.
(Make text-box clickable)
(Set anything starting with http: or https: to trigger link script)
(Call registry for default browser, forward link)

It'd be nice, but may not be that simple if the current system is rigged to work oddly.
Fingers crossed Regalis didn't cut corners on the interface.