How do I write a Delphi Galileo IDE Expert?

家住魔仙堡 提交于 2020-01-11 03:59:08

问题


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


回答1:


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.




回答2:


There are links to articles describing how to write an OTA plug-in here: http://delphi.about.com/od/objectpascalide/a/wizardsexperts.htm



来源:https://stackoverflow.com/questions/1102668/how-do-i-write-a-delphi-galileo-ide-expert

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!