[gedit] Removed indent plugin now that this is supported by gtksourceview natively



commit 921d9e3c328474664b3b79372f0d384ff9e9155a
Author: Jesse van den Kieboom <jesse icecrew nl>
Date:   Sun Nov 15 18:53:14 2009 +0100

    Removed indent plugin now that this is supported by gtksourceview natively

 configure.ac                                  |    1 -
 plugins/Makefile.am                           |    2 -
 plugins/indent/Makefile.am                    |   34 ---
 plugins/indent/gedit-indent-plugin.c          |  332 -------------------------
 plugins/indent/gedit-indent-plugin.h          |   75 ------
 plugins/indent/indent.gedit-plugin.desktop.in |    9 -
 po/POTFILES.in                                |    2 -
 7 files changed, 0 insertions(+), 455 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 4098270..5e9234e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -517,7 +517,6 @@ plugins/externaltools/Makefile
 plugins/externaltools/scripts/Makefile
 plugins/externaltools/tools/Makefile
 plugins/filebrowser/Makefile
-plugins/indent/Makefile
 plugins/modelines/Makefile
 plugins/pythonconsole/Makefile
 plugins/pythonconsole/pythonconsole/Makefile
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index 8b13a9e..66f7dcb 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -4,7 +4,6 @@ DIST_SUBDIRS =		\
 	docinfo 	\
 	externaltools	\
 	filebrowser 	\
-	indent 		\
 	modelines	\
 	pythonconsole	\
 	quickopen	\
@@ -18,7 +17,6 @@ SUBDIRS = 		\
 	changecase	\
 	docinfo		\
 	filebrowser	\
-	indent		\
 	modelines	\
 	sort		\
 	taglist		\
diff --git a/po/POTFILES.in b/po/POTFILES.in
index 4315099..be1319d 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -69,8 +69,6 @@ plugins/filebrowser/gedit-file-browser-plugin.c
 plugins/filebrowser/gedit-file-browser-store.c
 plugins/filebrowser/gedit-file-browser-view.c
 plugins/filebrowser/gedit-file-browser-widget.c
-plugins/indent/gedit-indent-plugin.c
-plugins/indent/indent.gedit-plugin.desktop.in
 plugins/modelines/modelines.gedit-plugin.desktop.in
 plugins/pythonconsole/pythonconsole.gedit-plugin.desktop.in
 plugins/pythonconsole/pythonconsole/__init__.py



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]