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 237020 - New PHP Project Type: Remote only
Summary: New PHP Project Type: Remote only
Status: NEW
Alias: None
Product: php
Classification: Unclassified
Component: FTP Support (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal with 2 votes (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-11 09:31 UTC by BB1337
Modified: 2013-11-22 19:05 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
How Aptana Studio does it (13.51 KB, image/png)
2013-10-11 09:31 UTC, BB1337
Details

Note You need to log in before you can comment on or make changes to this bug.
Description BB1337 2013-10-11 09:31:30 UTC
Created attachment 141008 [details]
How Aptana Studio does it

Netbeans supports a lot of useful tools to work remote (subversion, git) and also offers the the project type "PHP application from remote server". However for small projects it is not useful to download a whole project locally just for doing little modifications.

It would be very useful to have a remote browser integrated which offers the possibility to download and edit single files quickly and immediatly upload these on save automatically. This is not a professional way how you would do it in huge projects, but for web developers with a huge number of small project it is an important feature.

Eclipse/Aptana Studio offer such a feature (see screenshot attached). Just hope you can implement such a remote browsing feature. There is no need to interpret the whole PHP application when using this new project type, just syntax coloring should work.
Comment 1 gtplugins 2013-11-22 12:25:30 UTC
This functionality is the only thing missing for me when using netbeans, it would really help if it would be added.
Comment 2 gtplugins 2013-11-22 14:43:26 UTC
There is already an working plugin of this, but with a a lot of bugs but works for Netbeans 7.4... https://kenai.com/projects/nb-remotefs
Comment 3 BB1337 2013-11-22 14:50:24 UTC
Maybe priority is not so high, as there is this Plugin available. However a simple and good native implementation would be greatly appreciated.
Comment 4 BB1337 2013-11-22 14:58:30 UTC
As far as I can see the Plugin is about three years old, was never finished and is not updated any more. (In reply to gtplugins from comment #2)
> There is already an working plugin of this, but with a a lot of bugs but
> works for Netbeans 7.4... https://kenai.com/projects/nb-remotefs
Comment 5 gtplugins 2013-11-22 15:01:52 UTC
Yes exactly, that is why I said there are many bugs, it's old and never finished. But the basic is there, a functionality like this plugins offers would make netbeans a lot more appealing for web developers.