Copyright (c) 1997 by Mark Chao-Kuang Yang

This is the read me file contains information about Power DevStudio Add-Ins.  Power DevStudio Add-Ins are plug-ins for DevStudio (Visual C++ 5.0) that makes your development process much easier.



Power DevStudio Add-Ins (PDSAI) has 6 add-ins in this release.  More are coming.  The following is a brief description about these 6 add-ins.

FuncMenu -
In a header (.h) or source (.c or .cpp) file, this add-in allows you to jump to a function/method by using a pop-up menu.  Hold down shift key while invoking the menu will sort the function menu alphabetically.  Hold down contorl key while invoking the menu will copy the menu content (sorted or not) to clipboard to you can paste all the function names to a text editor.

IncludeMenu -
In a header (.h) or source (.c or .cpp) file, this add-in allows you to open header files that are included in the file using pop-up menu.  As in FuncMenu, hold down shift key sorts the menu and contorl key copies the menu content to clipboard.

OneTimeInclude -
In a header (.h) file, this add-in puts one time include definitions using combination of #ifndef, #define, and #endif.  Hold down control key would allow you to change some options.

OpenFile -
This add-in brings up a dialog that lets you type in the file name that you want to open.  The add-in then searches all the path in global and local path setting.

OpenFileFolder -
This add-in opens the shell explorer folder that contains the current active text document.  Hold down control key to open the folder in Explorer.

ToggleHeaderFile -
This add-in switches/toggles between header and source file.  Both file have to be in the same directory for them to be found.


For all add-ins -
Hold down both control and shift key while invoking would pop-up the credit dialog.

For any questions, problems, or comments, please visit PSADI web site at http://www.earthlink.net/~ckyang/DevAddIns.html or email me at ckyang@earthlink.net.











