Hi all.

I've just could not install shiftcolumn plugin from trunk on a clean
system. In shiftcolumn.c sciwrappers.h is included, which is not
installed since Geany r4366. The attached patch replaces includes in
shiftcolumn.c with the single include file geanyplugin.h. After this
change geany-plugins compiled successfully. The patch is against
the latest trunk (that is, r1053).

Best regards,
Eugene.
diff --git a/shiftcolumn/src/shiftcolumn.c b/shiftcolumn/src/shiftcolumn.c
index 32042b4..7aee31b 100644
--- a/shiftcolumn/src/shiftcolumn.c
+++ b/shiftcolumn/src/shiftcolumn.c
@@ -26,13 +26,7 @@
 # include <locale.h>
 #endif

-#include "ui_utils.h"
-
-#include "sciwrappers.h"
-#include "document.h"
-#include "keybindings.h"
-#include "plugindata.h"
-#include "geanyfunctions.h"
+#include "geanyplugin.h"

 #include <glib.h>
 #include <glib/gprintf.h>
_______________________________________________
Geany-devel mailing list
[email protected]
http://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel

Reply via email to