The line in the 
[BT](https://github.com/geany/geany/blob/7d2e6182110a24b505c732f221dd79415f174024/src/plugins.c#L1868)
 indicates that cbs.help is null, and thats set 
[here](https://github.com/geany/geany/blob/7d2e6182110a24b505c732f221dd79415f174024/src/plugins.c#L539)
 which as you can see will set NULL in some circumstances, maybe fast 
activation/deactivation gets it out of sync.  Activation may include loading 
the .so and therefore may be a slow process (relatively speaking) so your fast 
click might intercept a previous action.  Just check that the plugin is 
actually enabled, even though the help is enabled, maybe its getting out of 
sync.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1781#issuecomment-368303253

Reply via email to