Hi,
I'm currently developing a plugin for QtCreator.
I would like to fire-up some function when specific events occurs inside the IDE, for example when the compiler or debugger is started.
Moreover I would need to know something about the current state of the IDE, for example the name of the current file opened and so on.
Can anybody suggest me where to look and how to proceed?
Thank you