如何为 Dreamweaver cs4 编写扩展?扩展程序的功能有哪些限制?
我使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果我没记错的话,旧版本的 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.