On Mon, 21 May 2012 18:27:19 +0200
Bernd <[email protected]> wrote:

> Does anybody know where is the code located that is executing when I
> compile something and that is writing the messages to the messages
> window? I only need some starting point so I can try to step throuhg
> it but the codebase is so uge that I just can't find it.
> 
> On compilation when there occurs an error it is definitely trying to
> focus the message window, exactly at the moment the error occurs. My
> window manager does definitely NOT focus things on its own, something
> must call setfocus but I can't find it.

ide/main.pp
function TMainIDE.DoBuildProject

  IDEWindowCreators.ShowForm(MessagesView,EnvironmentOptions.MsgViewFocus);


Mattias


--
_______________________________________________
Lazarus mailing list
[email protected]
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to