|
Despite the number of operations that MZ-Tools provides that
operate on every file of a solution (Find, Review TabIndex, etc.), there can be occasions when you need
some operation not provided by MZ-Tools. External operations are
features that operate on every file of a solution but that are not
built-in in MZ-Tools; instead, they are provided externally through
plug-in DLLs and they are integrated seamlessly, as you can see in the image.
MZ-Tools
4.0 or higher
exposes the API that it uses internally for its own built-in operations
through an SDK,
so you can leverage the internal engine that processes files, the results
window or the operation scope selection window for your own custom external
operations.
As an example, you have in the Community
Place the VB.NET and C# source code (that you can customize) of these
external operations:
- Hello World
- Format Code
- Review Code Standards
- Review Control Text Spelling
- Enable Windows XP Theme (FlatStyle property)
- Document Code
- Pre/Post Procedure Code
|