This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 156090 - php preview view
Summary: php preview view
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-26 17:36 UTC by knubo
Modified: 2010-09-17 05:30 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description knubo 2008-12-26 17:36:38 UTC
It would be nice if it was possible to have a preview of the php file you are working on when you save. This would make
the round trip much shorter. This view could take the file name and make a call to
http://localhost/something/file_name.php. For the eclipse php plugin there is a similar window which really speeds
things up - having to navigate to the browser is a pain.