AddNotifier

How to use AddNotifier function in IDEEngine?

Is possible send small sample?

Thank you

Miro

You need to create a descendant from TIDEEngineNotifier and override the Notification method. Then pass an instance of such object to the AddNotifier, the Notification method will be called.

This method is actually used more for internal usage, it's rarely you would need it. 
In unit MenuInspIDEEditor.pas, there is a TMenuIDENotifier, you can check there so see how it's used by TMS Scripter itself.