如何编写 Delphi Galileo IDE Expert?

发布于 2024-07-26 01:29:53 字数 242 浏览 3 评论 0原文

您好,

我想为 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 技术交流群。

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

发布评论

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

评论(2

迷路的信 2024-08-02 01:29:53

我在以下链接的帮助下完成了我的第一次 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.

太阳哥哥 2024-08-02 01:29:53

这里有一些描述如何编写 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

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