Awesome
DGH IDE Notifications
Author: David Hoyle
Version: 1.2
Date: 05 Jan 2022
Overview
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.
Use
For a full list of instructions on how to use this tool please refer to the web page above.
Current Limitations
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.
Source Code and Binaries
You can download a binary of this project if you don't want to compile it yourself from the web page above.