Delphi 7 Personal:类向导扩展?
我想知道 Delphi 7 Personal 是否有任何类向导扩展(也许是 GExperts 扩展?)? 对我来说最重要的功能是自动生成属性 getters/setters...
I'm wondering if there's any class wizard extension (maybe GExperts extension?) for Delphi 7 Personal?
The most important feature for me is to automatically generate properties getters / setters...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
为什么需要扩展 - 只需使用代码模板。看看这个电子教程并阅读类完成 (Ctrl+Shift+C) 和代码模板 (Ctrl+J) 部分。
这也有帮助(并非全部适用于 D7)
有用的 Delphi 代码模板
如果您确实想要扩展,请查看CnPack - 他们也有代码模板(IDE 增强 -> 输入帮助程序设置)也有一些示例例如。您可以自己添加/编辑的属性。
——莱因哈德
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