如何为 Dreamweaver cs4 编写扩展?扩展程序的功能有哪些限制?

发布于 2024-08-24 07:35:09 字数 364 浏览 9 评论 0原文

我使用 Dreamweaver cs4 作为主要的 php 编码编辑器。我想知道是否有人有关于如何准确编写 Dreamweaver 扩展的任何信息?另外,你能/不能做什么?

具体来说,我想编写一个扩展,它允许我通过位于用户界面某处的快速自动完成搜索框快速搜索文件树,然后打开文件。有谁知道这是否可以完成,或者我该如何去做?

另请注意,我指的文件树是远程文件树,因此扩展必须创建索引或访问 Dreamweaver 的远程索引(我很确定 dw 保留了一个..)

我真的不想切换IDE,因为我在不同地点有大约十几台计算机都配置了dw,所以现在真的没有时间调整。我正在专门寻找如何在 Dreamweaver cs4 中执行此操作。

提前致谢

I use dreamweaver cs4 as my main php coding editor. I am wondering if anyone has any information on how exactly to write a dreamweaver extension? Also, what can / can't you do ?

Specifically, I want to write an extension that will allow me to quickly search my file tree and then open a file, via a quick auto complete search box located somewhere on the UI. Does anyone know if this is something that could be accomplished, or how I might go about doing this?

Note also that the file tree I am referring to is the remote file tree, so the extension would either have to create an index or access dreamweaver's remote index (i'm pretty sure dw keeps one..)

I don't really want to switch IDEs as I have about a dozen computers at various locations all configured with dw, so can't really afford the adjustment time right now. I'm looking specifically for how to do this in dreamweaver cs4.

Thanks in advance

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心不设防 2024-08-31 07:35:09

如果我没记错的话,旧版本的 Dreamweaver 允许您使用类似 Javascript 的语法编写扩展。

有关扩展 Dreamweaver 的文档位于此处。

If I rememeber correctly older versions of Dreamweaver allowed you to write extensions in a Javascript like syntax.

Docs on extending Dreamweaver are here.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文