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

link|improve this question

60% accept rate
1  
It should work the same as it did for earlier versions. Which part are you having trouble with? – Rob Kennedy Jul 9 '09 at 9:10
feedback

2 Answers

up vote 6 down vote accepted

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.

link|improve this answer
1  
You should also check out the source code to gExperts and cnPack, and the JCL wizards (comes in the JEDI Class Library sources) – Warren P Apr 1 '11 at 15:43
feedback

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

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.