Delphi 7 Personal: class wizard extension?
I'm wondering if there's any class wizard extension (maybe GExperts extension?) for Delphi 7 Personal? The most impor开发者_如何学Pythontant feature for me is to automatically generate properties getters / setters...
why need an extension - just use code templates. take a look at this eTutorial and read sections Class Completion (Ctrl+Shift+C) and Code Templates (Ctrl+J).
this could help too (not all for D7) Useful Delphi code templates
if you really want an extension take a look at CnPack - they have code templates too (IDE Enhancements -> Input Helper Settings) also with some examples for eg. properties which you can add/edit yourself.
--reinhard
精彩评论