支持 SVN 和 FTP 的快速 Windows PHP 编辑器?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/889689/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 12:31:37  来源:igfitidea点击:

Fast Windows PHP editor with SVN and FTP support?

phpwindowssvneditorftp

提问by EvilChookie

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

我正在寻找适用于 Windows 的体面且快速的 PHP 编辑器。在 x64 下本地运行的东西将是理想的。

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.

我试过 aptana studio,但我对所有过度膨胀的印象并不深刻。笨重的 SVN 支持和缺乏原生 FTP 加上基本上凌乱的 IDE 是令人讨厌的。

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.

我目前在 Mac 上使用 Panic 的 Coda,我喜欢 SVN + FTP 集成。它速度快,反应灵敏,而且不会给我带来任何麻烦。

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.
  1. 如果有合适的产品,请安装 Linux。
  2. 使用带有适当插件的 Visual Studio。
  3. 在商业产品上花钱。

采纳答案by Milen A. Radev

Notepad++with FTP_synchronizeand Subversionplugins.

Notepad++带有FTP_synchronizeSubversion插件。

And it's free.

而且它是免费的。

回答by farinspace

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.

不确定 NetBeans 是否支持 FTP 来回传输文件,但它具有出色的 Subversion 支持。我开始非常喜欢 NetBeans,我的最后一个编辑器是 Zend Studio IDE。

http://www.netbeans.org/

http://www.netbeans.org/

回答by Kekoa

As far as open source applciations, you can try Eclipse with the PDT(PHP Develoment Tools)plugin. I've found it works well.

至于开源应用程序,您可以尝试使用带有PDT(PHP 开发工具)插件的Eclipse 。我发现它运作良好。

If you're willing to pay a little, Zend Studiois a very nice editor, it is based on PDT and Eclipse, but has some nice commercial quality polishing.

如果你愿意付一点钱,Zend Studio是一个非常好的编辑器,它基于 PDT 和 Eclipse,但有一些不错的商业质量改进。

I frequently use both these solutions, and would recommend them to anyone. Especially if you're already comfortable with Eclipse.

我经常使用这两种解决方案,并会向任何人推荐它们。特别是如果您已经对 Eclipse 感到满意的话。

For SVN support, use the Subclipseplugin to eclipse. The SVN plugin with Aptana I found frustrating also. Zend Studio has a nice SVN wizard. The Subclipse plugin integrates well into Eclipse.

对于 SVN 支持,请使用Subclipse插件进行 Eclipse。我也发现带有 Aptana 的 SVN 插件令人沮丧。Zend Studio 有一个不错的 SVN 向导。Subclipse 插件很好地集成到 Eclipse 中。

回答by Eli

I particularly like NuSphere's PhpED. Has debugging, code folding, etc. in addition to FTP and svn, and it's pretty fast.

我特别喜欢 NuSphere 的 PhpED。除了FTP和svn还有调试,代码折叠等,还挺快的。

回答by xenon

I use PHP Designer and it's works well. Has TortoiseSVN support, fast, not too large, ftp, debugging, live syntax checking etc.

我使用 PHP Designer,它运行良好。具有 TortoiseSVN 支持、快速、不太大、ftp、调试、实时语法检查等。

Not too expensive either :)

也不太贵:)

Can't post the link coz i'm a new user :(

无法发布链接,因为我是新用户:(

mpsoftware.dk/phpdesigner.php

mpsoftware.dk/phpdesigner.php

回答by Kamil Szot

I prefer PSPad. It has FTP (I'm not sure about SVN) and is has feel similar to KDE Kate editor that is my first choice. I also use jEdit occasionally. It has plugins for SVN and FTP (including SFTP).

我更喜欢PSPad。它有 FTP(我不确定 SVN)并且感觉类似于 KDE Kate 编辑器,这是我的首选。我也偶尔使用 jEdit。它有 SVN 和 FTP(包括 SFTP)的插件。

回答by Tom

While it is not free I can strongly recommend Ultra Edit:

虽然它不是免费的,但我强烈推荐 Ultra Edit:

The studio version has integrated SVN as well as ftp.

工作室版本已经集成了 SVN 和 ftp。

http://www.ultraedit.com/products/uestudio.html

http://www.ultraedit.com/products/uestudio.html

I like it mostly because the editor itself is very powerful.

我喜欢它主要是因为编辑器本身非常强大。

回答by Milan Babu?kov

Try Geany

试试Geany

It is very fast and lightweight. Developers call it IDE, but I'd rather call it "editor on steroids". It does autocomplete on some HTML tags, and has autocomplete and calltips for PHP functions.

它非常快速和轻便。开发人员称其为 IDE,但我更愿意称其为“类固醇编辑器”。它对一些 HTML 标签进行自动完成,并为 PHP 函数提供自动完成和调用提示。

It has Subversion plugin

它有Subversion 插件

It does not have a FTP plugin though, main reason because you can easily read/write remote FTP as if they were on the local disk and work with those just like regular files:

但是它没有 FTP 插件,主要原因是您可以轻松地读/写远程 FTP,就好像它们在本地磁盘上一样,并且可以像处理常规文件一样处理它们:

http://www.ghacks.net/2006/08/03/how-to-mount-an-ftp-drive-in-windows/

http://www.ghacks.net/2006/08/03/how-to-mount-an-ftp-drive-in-windows/

http://lifehacker.com/software/how-to/map-an-ftp-drive-in-windows-304502.php

http://lifehacker.com/software/how-to/map-an-ftp-drive-in-windows-304502.php

回答by Ben Straub

Either the One True Editor, or the Other One True Editor. Both have baked-in support for SVN, and though I've never used it, I'm fairly sure TRAMP can do FTP (not sure about VIM for this).

无论是一个真正的编辑器,或者另外一个真正的编辑器。两者都内置了对 SVN 的支持,虽然我从未使用过它,但我相当确定 TRAMP 可以执行 FTP(不确定 VIM 是否适用于此)。

回答by Matthew

I use Activestate's Komodo IDE. It has good SVN integration and can open files from remote servers (including FTP). With a very large project it can get a little slow/clunky but it's general pretty fast.

我使用 Activestate 的Komodo IDE。它具有良好的 SVN 集成,可以从远程服务器(包括 FTP)打开文件。对于一个非常大的项目,它可能会变得有点慢/笨重,但通常很快。

Komodo IDE is a commerical product (~$300 USD), but ActiveState have a cut down open source version called Komodo Editbut I do not believe it has SVN support.

Komodo IDE 是一种商业产品(约 300 美元),但 ActiveState 有一个名为Komodo Edit 的精简开源版本,但我认为它不支持 SVN。

An alternative for FTP support is to use a a program like Fuse (OSX/Linux only) to mount a FTP server as a directory, I believe there are a couple of commercial Windows programs that offer similar features.

支持 FTP 的另一种方法是使用像 Fuse 这样的程序(仅限 OSX/Linux)将 FTP 服务器挂载为目录,我相信有几个商业 Windows 程序提供类似的功能。