@elextr It's documented here

https://github.com/geany/geany/blob/master/src/libmain.c#L421

I haven't changed anything about that. However, thanks for pointing this out - it should be fired at the same time as main_window_realized is set to TRUE because the signal and the variable are kind of related. I moved main_window_realized = TRUE into on_startup_complete() so plugins will have it set to FALSE if their idle calls are invoked before.


Reply to this email directly or view it on GitHub.