On Sat, 31 Aug 2013 20:33:50 -0000
Matthew Brush <git-nore...@geany.org> wrote:

> Debugger provides own GtkCellRenderer GTypes so its module must
> remain resident
> 
> +     plugin_module_make_resident(geany_plugin);
> +

Note that when a resident module is unloaded and then reloaded (uncheck
then check [] Debugger), the global variables are not re-initialized.

So, if debugger contains any global "[static] type variable = value",
or relies on globals being 0, they must be initialized explicitly.

-- 
E-gards: Jimmy
_______________________________________________
Devel mailing list
Devel@lists.geany.org
https://lists.geany.org/cgi-bin/mailman/listinfo/devel

Reply via email to