Tag Archives: IOTAEditView

The Delphi Open Tools API Book

By | March 21, 2016

Its here 🙂 The Delphi Open Tools API Book

Chapter 8: Editor Notifiers

By | August 19, 2011

This time around I’m going to look at editor notifiers so that you can get notifications of when editors have changed and a few other useful things. The implementation below I’m going to show will only work in Delphi 2005 and above. I will write some thing at the end on how you can work… Read More »

Handling Folding and Unfolding code in the IDE

By | July 21, 2011

First of all I need to apologise for a mistake in the original article on setting up a expert/wizard where by a package based wizard would not load correctly in the IDE. What is missing from the code is the exporting of the Register procedure in the interface section of the wizard module as shown… Read More »