Okay, I use the Ctl-Enter deal a lot to auto-fill the "http://www"; and
sometims ".com" to websites.  The regex that performs the replace seems a
little off -- for example:

Try:  apache.org/foundation  ^Enter

The regex usually figures out that the .org is the top-level domain, but when
adding a directory or file path after it, things get messed up.  This turns
into http://apache.org.com/foundation instead of
http://www.apache.org/foundation.

Also, "localhost" should be recognized as a valid address for websites.  I get
tired of typing "http://localhost"; whenever I want to test a website on my
machine.


Thoughts?  Patches?

Nik



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
DQSD-Devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dqsd-devel

Reply via email to