Applied code to fix the PHP Browser hang issue reported in bug #1374420. It was teste...
authorEdward Mann <phpeclipse.dev@edmann.com>
Thu, 17 May 2007 03:11:14 +0000 (03:11 +0000)
committerEdward Mann <phpeclipse.dev@edmann.com>
Thu, 17 May 2007 03:11:14 +0000 (03:11 +0000)
commit8e5f9d2d5beec3f8761783686d533a377a221b58
treecafc47973d21e6b3eaa9577757c4dda10276cad6
parente1fa9bb03411e892db0b320888d681f55829417e
Applied code to fix the PHP Browser hang issue reported in bug #1374420. It was tested and verified that it fixed the issue.
This commit also changes the behavior of the browser url bar.
If you had typed in php.net  and hit enter it would have saved a copy to
your browser history. Then if you wanted to go to phpeclipse.net, you would
not get past php before it would auto take you to php.net. This is changed.
you can now type in the url you would like to visit before any action is
taken.
net.sourceforge.phpeclipse.webbrowser/src/net/sourceforge/phpeclipse/webbrowser/internal/WebBrowser.java