/* --------------------------------------------------------------------- * Called by Geany to initialize the plugin. * Note: data is the same as geany_data. * --------------------------------------------------------------------- */ void plugin_init(GeanyData *data) { log_func(); /* Initialize the features */ switch_head_impl_init(); goto_file_init(); }
/** * @brief Called by Geany to initialize the plugin. * @note data is the same as geany_data. */ void plugin_init(GeanyData *data) { log_func(); /* Load configuration */ load_configuration(); /* Initialize the features */ switch_head_impl_init(); goto_file_init(); }