Tag Archives: IOTAEditorNotifier

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 »

Notify me of everything… – Part 1

By | November 7, 2016

Overview I was going to blog about Unit Testing non-public members of classes using inheritance, class helpers and test interfaces but the more I refactored my piece of legacy code into smaller classes and interfaces the less valid my methods seemed to become. I may still write something about this but for now here's something… Read More »