I've installed eclipse, PHPeclipse and XAMPP on Windows. In the
eclipse built in PHP browser, I can see the "Congratulations: You
successfully installed XAMPP on this system!" message at
http://localhost/xampp.
But whenever I create a new PHP file in eclipse, it keeps triggering
my dreamweaver file association and opening in dreamweaver. Literally,
every time I select a php file in eclipse, it opens in dreamweaver.
The PHP file browser address bar is unchanged, it still says
http://localhost/xampp.
Out of curiosity, I tried changing the php file association in windows
from dreamweaver to firefox. So now every time I select a php file in
eclipse, it launches firefox :)
It looks like selecting a php file triggers something that should be
creating a preview in eclipse, but this gets hijacked by windows
somehow.
Any ideas how to fix? |