寻找一个很好的支持 WebDAV 的 Windows 编辑器
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/777586/
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
Looking for a good WebDAV enabled windows editor
提问by Evert
Within our company we use a proprietary template engine, which stores its templates in a MySQL database. We recently developed a WebDAV interface for this, which allows us to use standard tools to edit them, instead of a nasty <textarea>
.
在我们公司内,我们使用专有模板引擎,将其模板存储在 MySQL 数据库中。我们最近为此开发了一个 WebDAV 界面,它允许我们使用标准工具来编辑它们,而不是讨厌的<textarea>
.
The standard operating-system webdav clients aren't great though, so for OS/X we went with Coda, which has amazing WebDAV support and saves us a ton of time.
但是标准操作系统 webdav 客户端并不是很好,所以对于 OS/X,我们选择了 Coda,它具有惊人的 WebDAV 支持并为我们节省了大量时间。
Some of our devs are on Windows though, is anyone aware of a good editor that comes with built-in WebDAV support?
不过,我们的一些开发人员使用的是 Windows,有人知道内置 WebDAV 支持的优秀编辑器吗?
采纳答案by Evert
I ended up using Netdrive. Even though it has it's own share of problems (bad, bad multi-user support) the client behaves a lot smoother than Windows' and does a lot of built-in caching.
我最终使用了Netdrive。尽管它有自己的问题(糟糕的、糟糕的多用户支持),但客户端的行为比 Windows 流畅得多,并且做了很多内置缓存。
Upvoted both other answers for helpfulness
赞成其他两个答案以获得帮助
回答by lfaraone
You can mount the WebDAV URI as a local driveand then access it using a standard editor, like notepad.exe or slightly fancier ones such as Notepad++.
您可以将 WebDAV URI 挂载为本地驱动器,然后使用标准编辑器(如 notepad.exe 或稍微高级的编辑器(如Notepad++))访问它。
回答by Gatorhall
回答by nawfal
There are Bluefish, gedit, Kateetc. They are primarily built for Linux but Windows ports are available in the links I have posted. They are all full blown editors too as you would hardly miss a feature. For questions like this the best source to have a primary lookup is wikipedia.
有Bluefish、gedit、Kate等。它们主要是为 Linux 构建的,但 Windows 端口在我发布的链接中可用。他们都是成熟的编辑器,因为您几乎不会错过任何功能。对于此类问题,进行主要查找的最佳来源是wikipedia。
回答by talawahtech
Microsoft Expression Web 4 is actually a good fit for this. As of December 2012 it is now free(as in beer) but unsupported(as in development has ceased).
Microsoft Expression Web 4 实际上非常适合这一点。截至 2012 年 12 月,它现在是免费的(如啤酒)但不受支持(如开发已停止)。
I use it to edit HTML and CSS files and publish to my host via WebDAV. It does everything you would expect, syntax-highlighting, auto-complete, syncing changes and probably much more.
我用它来编辑 HTML 和 CSS 文件并通过 WebDAV 发布到我的主机。它可以完成您所期望的一切,语法突出显示、自动完成、同步更改等等。
I am not terribly bothered by the fact that it is abandonware, it definitely is the best fit for my needs right now. More info on Wikipedia
我并没有因为它是废弃软件而感到非常困扰,它绝对是现在最适合我的需求。维基百科上的更多信息
回答by lothar
The oXygenXML editor can use WebDAV. It might be worth checking if one can edit non XML files with it as well.