I'm new at plugin development. I have my own editor for files *.example.
I extend org.eclipse.ui.editors.text.TextEditor
to edit it.
I want to catch the moment when this file is opened and post it to log (something like "file new.example is opened). But I really don't understand how to do it.