Delphi IDE - CodeRush 可视化“连接器” 选择
我曾经使用 Delphi 6 工作,并且非常习惯使用 CodeRush 的各种有用的 IDE 附加功能。 许多现在都在 IDE 本身中,或者我已经设法用其他东西替换,但我经常发现自己仍然希望在 Delphi 2007 中拥有一个功能,那就是 CodeRush 的功能,它在组件之间添加了一些“连接线”,彼此链接(例如,显示 TDataSet 和 TDataSource 之间连接的线)。
有人在较新的 Delphi IDE 中制作过这样的东西吗?
=== * 稍后注释/澄清 * ===
Andreas 在下面的评论中是正确的...“我不认为他的意思是在源代码上工作的结构突出显示。他想要组件之间的“连接线”表单设计师。”
他还说“据我所知,Delphi 2005 或更高版本没有这样的工具”……如果这是真的,那就太糟糕了。 (...如果是这样的话,提出 Delphi IDE 功能请求的最佳位置是什么?)
I used to work in Delphi 6, and got very used to having CodeRush's various helpful IDE additions. Many are now in the IDE itself, or I've managed to replace with something else, but the one feature I REGULARLY find myself wishing I had in Delphi 2007 still, is the ability CodeRush had that added little "connecting lines" between components that were linked to each other (lines showing the connections between TDataSets and TDataSources, for instance).
Does anyone make something that does that in the newer Delphi IDE?
=== * LATER NOTE / Clarification * ===
Andreas is correct in his comments below... "I don't think that he meant structural highlighting which works on the source code. He wants "connection lines" between components in the form designer."
He also says "as far as I know there is no such tool for Delphi 2005 or newer".. which is a bummer if true. (...and if that IS the case, what's the best place to make Delphi IDE feature requests?)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
我认为它不存在。 提出表单设计器功能请求的最佳位置是此处。
I don't think it exists. The best place to make form designer feature requests is here.
另一个免费软件/开源选项是查看CNPack 支持结构突出显示并在 Delphi 2009 中运行良好。该库还包含 IDE 的许多其他增强功能,其中一些在其他软件包(例如 GExperts)中重复。 我在 2009 年和 2006 年都运行 CNPack 和 GExperts,没有任何问题。
another freeware/opensource option would be to look at CNPack which supports structural highlighting and runs well in Delphi 2009. The library contains many other enhancements to the IDE also, some which are duplicated in other packages such as GExperts. I run both CNPack and GExperts in both 2009 and 2006 without any problems.
您需要 Castalia,它在我的 D2007 上可以很好地突出显示结构。
来自 Twodesk 的 Castalia
You want Castalia, which works fine here on my D2007 for structural highlighting.
Castalia from Twodesk