Re: [Geany-Devel] Order of plugin signal connections

2020-05-11 Thread Austin Green
Hi Lex, On Tue, 12 May 2020 14:02:15 +1000 Lex Trotman wrote: > On Tue, 12 May 2020 at 12:00, Austin Green wrote: > > I need to ensure that one particular plugin will process keyboard events > > before other plugins get to see them (as some plugins may cause further > > handling of the event

Re: [Geany-Devel] Order of plugin signal connections

2020-05-11 Thread Lex Trotman
On Tue, 12 May 2020 at 12:00, Austin Green wrote: > > I need to ensure that one particular plugin will process keyboard events > before other plugins get to see them (as some plugins may cause further > handling of the event to be suppressed). Is there a way to achieve that? > I'm guessing

[Geany-Devel] Order of plugin signal connections

2020-05-11 Thread Austin Green
I need to ensure that one particular plugin will process keyboard events before other plugins get to see them (as some plugins may cause further handling of the event to be suppressed). Is there a way to achieve that? I'm guessing that the order of calling the plug init functions is what