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 »

XER Tools 2.0b

By | January 26, 2020

Today, I’ve released an update to XER Tools which contains the following bug fixes and feature enhancements: Bug Fixes Fixed the themed rendering of the About dialogue; Fixed incorrect successor field information when exporting to Excel or copying to the clipboard; Fixed high CPU usage associated with highlighted records; Removed the raising of an Exception… Read More »

I accidentally deleted someone’s email

By | December 11, 2019

Apologies, but someone contacted me today or yesterday via my GMail account in answer to I think my last post. Unfortunately it when into GMail’s spam folder and in an attempt to mark it as Not Spam I’ve accidentally deleted it because I was not paying enough attention while trying to eat some food. If… Read More »

How to get the current compiling settings

By | December 1, 2019

In most instances checking that an IOTAProject interface supports IOTAProjectBuildConfigurations and using the interface’s ActiveConfiguration to get the configuration being used works as the IDE changes the active project. However there is one circumstance where this does not work and that is with project Build Groups which are accessed from the Project Manager and allow… Read More »