Delphi IDE - CodeRush visual "connectors" alternative - Stack Overflow most recent 30 from stackoverflow.com2009-11-26T22:55:40Zhttp://stackoverflow.com/feeds/question/405764http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/405764/delphi-ide-coderush-visual-connectors-alternative0Delphi IDE - CodeRush visual "connectors" alternativeJamo2009-01-02T00:52:14Z2009-01-05T16:08:15Z
<p>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). </p>
<p>Does anyone make something that does that in the newer Delphi IDE? </p>
<p>=== * LATER NOTE / Clarification * ===</p>
<p>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."</p>
<p>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?)</p>
http://stackoverflow.com/questions/405764/delphi-ide-coderush-visual-connectors-alternative/406412#4064120Answer by mj2008 for Delphi IDE - CodeRush visual "connectors" alternativemj20082009-01-02T09:58:52Z2009-01-02T09:58:52Z<p>You want Castalia, which works fine here on my D2007 for structural highlighting.
<a href="http://www.twodesk.com/castalia/" rel="nofollow">Castalia from Twodesk</a></p>
http://stackoverflow.com/questions/405764/delphi-ide-coderush-visual-connectors-alternative/406967#4069670Answer by skamradt for Delphi IDE - CodeRush visual "connectors" alternativeskamradt2009-01-02T14:52:13Z2009-01-02T21:27:20Z<p>another <strong>freeware/opensource</strong> option would be to look at <a href="http://www.cnpack.org/index.php?lang=en" rel="nofollow">CNPack</a> 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.</p>
http://stackoverflow.com/questions/405764/delphi-ide-coderush-visual-connectors-alternative/413607#4136072Answer by Craig Stuntz for Delphi IDE - CodeRush visual "connectors" alternativeCraig Stuntz2009-01-05T16:08:15Z2009-01-05T16:08:15Z<p>I don't think it exists. The best place to make form designer feature requests is <a href="http://qc.codegear.com/wc/qcmain.aspx?da=29" rel="nofollow">here</a>.</p>