On 2017-05-26 01:24, Ondrej Pokorny via Lazarus wrote:
On 26.05.2017 8:21, Lars via Lazarus wrote:
Does something like OnBeforeCompile/OnAfterCompile exist in codetools?

Yes, they exists. "OnAfterCompile":

  LazarusIDE.AddHandlerOnProjectBuildingFinished(@MyEvent);
  LazarusIDE.AddHandlerOnLazarusBuildingFinished(@MyEvent);

Ondrej
--

Ahh, maybe I am looking at codetools when I should be looking at lazideintf.pp instead.
As that's where those are located..

For some reason I thought it would be part of code tools for writing plugins to the ide.
Thanks.
--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus-ide.org
http://lists.lazarus-ide.org/listinfo/lazarus

Reply via email to