Create a Simple Delphi IDE Expert

空扰寡人 提交于 2019-11-29 16:56:10

This is not an easy task, trying to create your own Expert. It takes some extensive knowledge of the delphi open Tools api (toolsapi.pas) \

Some good places to start to learn how to create an expert and/or use of the open tools api

http://www.davidghoyle.co.uk/WordPress/?p=11

http://www.gexperts.org/otafaq.html

http://www.gexperts.org/otafaq.html#sample

http://www.gexperts.org/otafaq.html#projectgroup

http://www.gexperts.org/otafaq.html#resource

There is lots more to be found with a google search of Delphi 7 + Open Tools API

Good Luck!

The image you provided is for CnPack IDE expert. It is an open-source tool. You can download its source code from the link below, and study it:

http://code.google.com/p/cnpack/downloads/list

BTW, AFAIK Galileo is project codename for Delphi 8 and newer IDE versions, not Delphi 7.

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