Delphi IDE - CodeRush visual "connectors" alternative - Stack Overflow most recent 30 from stackoverflow.com 2009-11-26T22:55:40Z http://stackoverflow.com/feeds/question/405764 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/405764/delphi-ide-coderush-visual-connectors-alternative 0 Delphi IDE - CodeRush visual "connectors" alternative Jamo 2009-01-02T00:52:14Z 2009-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#406412 0 Answer by mj2008 for Delphi IDE - CodeRush visual "connectors" alternative mj2008 2009-01-02T09:58:52Z 2009-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#406967 0 Answer by skamradt for Delphi IDE - CodeRush visual "connectors" alternative skamradt 2009-01-02T14:52:13Z 2009-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#413607 2 Answer by Craig Stuntz for Delphi IDE - CodeRush visual "connectors" alternative Craig Stuntz 2009-01-05T16:08:15Z 2009-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>