New Article on CDN (with cool example)
http://dn.codegear.com/article/33978
Extending the Project Manager Context menu
The article shows you how to create your own context menu items for use in the Project Manager.
The main sample addin adds a "Windows Explorer" context menu that has 4 submenus.
These are:
- Copy Filename to clipboard (obvious)
- Copy File Path to clipboard (obvious)
- Command Line Here (opens a command prompt at the folder of the item selected)
- Explorer Here (opens a explorer at the folder of the item selected)
Please read the article, post questions and rate it.
The CodeCentral download includes full source code as well as binaries (BDS 2006) for the add in. The binaries also work in Delphi 2007 with recompiling.
I've been using this in my own IDE version for about 5 months now and can't live without it. Hope you find it useful as well.
Enjoy!