开发者

how to install Source Wizard for Delphi 7 in Delphi 2009

开发者 https://www.devze.com 2023-02-04 17:34 出处:网络
I have Source Wizard for Delphi 7 (a code formatter). I\'m switching to Delphi 2开发者_如何学C009. I tried loading *.pas (created with D2009) in Source Wizard in Delphi 7 and there were no problems pr

I have Source Wizard for Delphi 7 (a code formatter). I'm switching to Delphi 2开发者_如何学C009. I tried loading *.pas (created with D2009) in Source Wizard in Delphi 7 and there were no problems processing them. How can I make it to show like a menu item in D2009's menu..?


If you want to have an item in the tools menu, you can simply click on Tools->Configure Tools (or similar, I have a German Delphi version here).

If you are trying to port a Delphi 7 OTA (Open Tools API) wizard, you have to change the code to the new API, because it changed in the transition from the Aurora IDE (D1 - D7) to the Galileo IDE (D8+).

How do I write a Delphi Galileo IDE Expert?

Or are you asking for a specific tool that is called "Source Wizard"?

PS: It would not hurt to clarify your question a bit. A more specific question gets you better answers.

Edit: You may look at GExperts for the integrated source formatter that is based on DelForExp like the "Delphi Source Wizard" seems to be:

http://www.dummzeuch.de/delphi/gexperts/english.html

0

精彩评论

暂无评论...
验证码 换一张
取 消