When right click over a URL Ultraedit offers to launch the URL in the default browser...
This is a feature I use a lot.
The problem I found recently is that URLs that have a "?" in them are cut at the "?".
Example:
For http://www.xyz.com/media.asp?mark=Linear
only launch browser with http://www.xyz.com/media.asp
I think this is a regex problem in the url recognizer.
Any ideas how to fix this?
Thanks
This is a feature I use a lot.
The problem I found recently is that URLs that have a "?" in them are cut at the "?".
Example:
For http://www.xyz.com/media.asp?mark=Linear
only launch browser with http://www.xyz.com/media.asp
I think this is a regex problem in the url recognizer.
Any ideas how to fix this?
Thanks