Skip to content

Instantly share code, notes, and snippets.

View carmelopellegrino's full-sized avatar

Carmelo Pellegrino carmelopellegrino

  • Bologna
View GitHub Profile
@carmelopellegrino
carmelopellegrino / tabsort.c
Last active August 29, 2015 14:13 — forked from codebrainz/tabsort.c
include corrected
#include <geany/geanyplugin.h>
GeanyData *geany_data;
GeanyPlugin *geany_plugin;
GeanyFunctions *geany_functions;
PLUGIN_VERSION_CHECK(211);
PLUGIN_SET_INFO("Tab Sort",
"Automatically keeps document tabs sorted",