Category Archives: IDE Notifications

Notify Me of Everything Part 3 (Fix)…

By | February 23, 2020

After writing my last article and publishing the updates to the DGH IDE Notifier, I found a situation where one of the notifiers raised an access violation. The notifier in question is the IOTAEditorNotifier and the method ViewNotification. I found that if I viewed the form design as text this method would be called with… Read More »

Notify Me of Everything – Part 3…

By | February 15, 2020

In this third articles on notifiers in the IDE, I’ll show you how to get at some of the more difficult notifiers that aren’t exposed by the IOTAXxxxxServices interfaces. These notifiers have been implemented in my DGH IDE Notifier plug-in but I’ve also used some of them in my Browse and Doc It plug-in to… Read More »

IDE Notification 1.1b

By | October 8, 2017

I’ve updated the IDE Notification plug-in for RAD Studio with the following bug fixes and performance fixes: Fixed the issue with renamed modules not having their notifiers removed as described in Notify Me of Everything… – Part 2; Defaulted the enabled property for logging to False so you have to enable it if you require… Read More »