Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Fast Windows PHP editor with SVN and FTP support? [closed]

I'm looking for a decent, and fast PHP editor for Windows. Something that runs natively under x64 would be ideal.

I've tried aptana studio, but I'm not impressed with all the excessive bloat. The clunky SVN support and lack of native FTP combined with basically a messy IDE is nasty.

I currently use Coda from Panic on my mac, and I love the SVN + FTP intergration. It is fast, responsive, and doesnt give me any hassle.

I'm not adverse to:

  1. Installing Linux if there is a suitable product.
  2. Using Visual Studio with appropriate plugins.
  3. Spending money on a commercial product.
like image 298
EvilChookie Avatar asked May 20 '09 19:05

EvilChookie


People also ask

Is Rapid PHP editor free?

Rapid PHP 2022 $69. 95 Install and use the software 1) at work, 2) on a laptop or USB drive and 3) at home.


2 Answers

Notepad++ with FTP_synchronize and Subversion plugins.

And it's free.

like image 183
Milen A. Radev Avatar answered Oct 23 '22 05:10

Milen A. Radev


Not sure if NetBeans has FTP support for transferring files to and from, but it has excellent Subversion support. I've come to like NetBeans very much, my last editor was the Zend Studio IDE.

http://www.netbeans.org/

like image 40
farinspace Avatar answered Oct 23 '22 04:10

farinspace