Author: David Hoyle
Version: 1.2
Date: 05 Jan 2022
The purpose of the RAD Studio IDE plug-in is to capture RAD Studio IDE notifications so that you can see what happens as the IDE is used. It also provide the code to allow you to understand how these notifiers are implemented so that you can implement them in your own plug-ins.
For a full list of instructions on how to use this tool please refer to the web page above.
The plug-in currently only implements the following notifiers:
The plug-in current implements the following notifiers:
- IOTAIDENotifier;
- IOTAVersionControlNotifier;
- IOTACompileNotifier;
- IOTAIDEInsightNotifier;
- IOTAMessageNotifier;
- IOTAProjectFileStorageNotifier;
- IOTAEditorNotifier;
- INTAEditServicesNotifier;
- IOTADebuggerNotifier;
- IOTADebuggerNotifier90;
- IOTADebuggerNotifier100;
- IOTADebuggerNotifier110;
- IOTAModuleNotifier;
- IOTAModuleNotifier80;
- IOTAModuleNotifier90;
- IOTAProjectNotifier;
- IOTAProjectCompileNotifier;
- IOTAEditorNotifier;
- IOTAFormEditorNotifier;
- INTAEditViewNotifier.
More notifiers will be added in later releases.
You can download a binary of this project if you don't want to compile it yourself from the web page above.