如何编写 Delphi Galileo IDE Expert?
您好,
我想为 D2007-D2009(又名 Galileo IDE)编写一个小型 Delphi IDE Expert,以便显示一个带有 TMemo 实例的窗口,其中包含上面备忘录中表单设计器的所有组件名称和类。 所选组件将标有“*”。 专家应出现在菜单/工具栏上并分配有快捷方式。
我该怎么办?
Ps:实际上真正的代码比这更复杂,但我想要一个通用的框架来开始。
TIA
HI,
I want to write a small Delphi IDE Expert for D2007-D2009 (aka. Galileo IDE) in order to show a window with a TMemo instance on it, with all the component names and classes from the form designer in the above memo. The selected component will be marked with a '*'. The expert should appear on a menu/toolbar and have a shortcut assigned.
How do I do?
Ps: Actually the real code is more complicated than that, but I want to have a general framework to get started.
TIA
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我在以下链接的帮助下完成了我的第一次 OTA:
Erik 的开放工具 API 常见问题解答和资源(作者GExpert)
Delphi 开放工具 API 来自 Jim Kueneman - Mustangpeak
来自 RayRay Lischner 的 Delphi Open Tools API
它们没有更新到最新版本,但它们将为您提供良好的起点,并且大多数代码都可以工作对于最后一个版本,我用 D2007 尝试过。
I did my first OTA with help of these links:
Erik's Open Tools API FAQ and Resources (The author of GExpert)
Delphi Open Tools API from Jim Kueneman - Mustangpeak
Delphi Open Tools API from RayRay Lischner
They are not updated to the latest versions, but they will you good start point and most of the code will work with the last version, I tried them with D2007.
这里有一些描述如何编写 OTA 插件的文章链接:
http://delphi.about.com/od/objectpascalide/a/wizardsexperts。嗯
There are links to articles describing how to write an OTA plug-in here:
http://delphi.about.com/od/objectpascalide/a/wizardsexperts.htm