![]() |
![]() ![]() ![]() |
| MSVC AddIn . Online Help | |||||||||||
|
Table of Contents Settings Settings
#define expander Press the button in order to see how your code will look like from compiler's point of view. You may need to (re)build the project if this feature does not work (in order to create [Environment] section in .CFG file). Easily insert pieces of C/C++ code. Press the button and select a menu item in order to insert corresponding piece of code. ZIP your workspace with single mouse click. This will archive a project. msvc_plugin.archive file will be parsed for the same tags like source files, copied into temporary directory with .BAT extention and executed. Kill the process beeing debugged. Puch corresponding button whenever you want to kill the process you are degugging. If the process is located outside folder with .DSP file and its subfolders, you will need to specify it's full name in Settings. Otherwise, process will be found and killed automatically. Color picker. This will show standard Choose Color dialog box, and insert result in source file. You can drag and drop Color Picker Tool to any window on a screed in order to learn it's color. If you enable Hide Window option, MSDEV main window will be hidden when you are draggin the Color Pickup Tool. Tag replacement The tags have the wollowing format: <{tag_text}>. Where tag_text is any text that may contain any characters. Tags are replaced anywhere in source file and its header files, including comments and strings. If you want to get a string value, you will need to surround a tag with quotation marks. Use expand defines feature in order to learn what text will see compiler. The following tags are supported: Extensions In order to add your own tag parser, you will need to create a .DLL librarly, and give it .CL extention. The library must export one or more of the following functions: Load, Unload, onTag, onCmdLine, onFuncBegin, onFuncEnd, onFile. See extention_sample.zip file included in the package if you need more information. | |||||||||||