哪个代码编辑器是免费的,可以通过 ftp 通过按键上传,并且有用于文件夹浏览的侧面板?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(6)
我使用 PSPad - 如果您从 FTP 打开文件,每次保存时都会将其上传到 FTP 服务器。
它还支持编写脚本宏。
I use PSPad - if you open a file from FTP, every time you save it is uploaded to the FTP server.
It also supports writing scripted macros.
Emacs 可以做任何其他编辑器可以做的事情,您只需要学习Scheme/Lisp 来编写宏:-)。
我毫不怀疑 Vim 也可以做到这一点(我自己就是一个 Vim 人,我写过宏,但我从来没有觉得有必要专门做你要求的事情)。
这是一个有点做作的问题; 您不妨问哪个编辑器可以:
如今,大多数编辑器的可配置性都令人难以置信。
Emacs can do anything any other editor can do, you just have to learn Scheme/Lisp to write the macros :-).
I don't doubt that Vim could also do this (I'm a Vim man myself and I've written macros but I've never felt the need to do specifically what you ask for).
It's a bit of a contrived question; you may as well ask which editor can:
Most editors are incredibly configurable nowadays.
我想提供一个开箱即用的解决方案,我不是发明一个可以完成特定任务的 IDE,而是使用为我带来 FTP 和 SFTP 的工具。
特别是,ExpanDrive(以前称为 sftpdrive)将通过 sftp 将远程计算机安装为本地驱动器。 这样,任何本地应用程序都会将安装的驱动器视为本地驱动器,并且您无需费力地远程保存数据。
同样,对于 FTP,有一些方法,例如所描述的方法 此处。
如果您有权访问远程计算机上的 samba,请使用它。 它是 IO 方面速度最快、实施效果最好的方法,您可以将 samba 直接挂载为 Windows 中的驱动器。 这是我在办公室使用共享开发盒的首选开发方法。
希望这可以帮助。
PS 我最喜欢的编辑器是 EditPadPro,因为它与 RegexBuddy 集成,并提供真正完整的 Perl 风格的正则表达式支持,以及所有标准的东西,如代码突出显示、插件(如 XML/HTML 格式化程序)等。
I'd like to offer a solution outside the box, and rather than inventing an IDE that can do a specific thing, I use tools that bring the FTP and SFTP to me.
In particular, ExpanDrive (formerly, sftpdrive) will mount remote machines over sftp as local drives. That way, any local app will treat the mounted drive as if it were local and you wouldn't have to jump through hoops to save data remotely.
Similarly, for FTP, there are methods such as the one described here.
If you have access to samba on the remote machine, then use that. It's the fastest and best implemented approach IO-wise and you can mount samba mounts directly as drives in Windows. This is my preferred method of development using a shared dev box in the office.
Hope this helps.
P.S. My favorite editor is EditPadPro because it integrates with RegexBuddy and provides true full Perl-style regex support, along with all the standard stuff like code highlight, plugins (like XML/HTML formatter), etc.
您的问题的最佳答案是恐慌尾声。 只需设置一个具有本地文件夹的站点并关联远程文件夹即可。 现在,您对该本地文件夹所做的每项更改都会自动镜像到远程文件夹。 不仅当您编辑文件时,而且当您创建子文件夹或创建新文件或在其中放置一些图像时。
The best answer of your questions is Panic Coda. just setup a site with a local folder and associate remote folder. now every change you made on that local folder it will automatically mirror to the remote folder. not only when you edit a file but also when you create sub-folders or create new files or put some image there.
Zeus Lite 具有 FTP/SFTP 编辑功能。
Zeus Lite has FTP/SFTP editing.
我使用过很多不同的编辑器,但 HTMLEdit 对我来说效果很好。 它有 ftp 部分和扩展,但也许不是您需要的所有附加功能。 适用于 Windows
I've used lots of different editors, but HTMLEdit has served me well. It has the ftp part and extensions, but maybe not all your required bells and whistles. It's for Windows