summaryrefslogtreecommitdiffstats
path: root/devel/geany-plugins/CONFIGURE
diff options
context:
space:
mode:
Diffstat (limited to 'devel/geany-plugins/CONFIGURE')
-rwxr-xr-xdevel/geany-plugins/CONFIGURE16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/geany-plugins/CONFIGURE b/devel/geany-plugins/CONFIGURE
index f7035ffbfc..755d1cad1c 100755
--- a/devel/geany-plugins/CONFIGURE
+++ b/devel/geany-plugins/CONFIGURE
@@ -2,10 +2,18 @@ config_query_option GEANY_PLUGINS_OPTS "Build Addons plugin (tasks, systray, etc
"--enable-addons" \
"--disable-addons" &&
+config_query_option GEANY_PLUGINS_OPTS "Build Autoclose plugin?" y \
+ "--enable-autoclose" \
+ "--disable-autoclose" &&
+
config_query_option GEANY_PLUGINS_OPTS "Build CodeNav plugin?" y \
"--enable-codenav" \
"--disable-codenav" &&
+config_query_option GEANY_PLUGINS_OPTS "Build Defineformat plugin?" y \
+ "--enable-defineformat" \
+ "--disable-defineformat" &&
+
config_query_option GEANY_PLUGINS_OPTS "Build GeanyDoc plugin?" y \
"--enable-geanydoc" \
"--disable-geanydoc" &&
@@ -46,6 +54,14 @@ config_query_option GEANY_PLUGINS_OPTS "Build GeanyVC plugin?" y \
"--enable-geanyvc" \
"--disable-geanyvc" &&
+config_query_option GEANY_PLUGINS_OPTS "Build PairTagHighlighter plugin?" y \
+ "--enable-pairtaghighlighter" \
+ "--disable-pairtaghighlighter" &&
+
+config_query_option GEANY_PLUGINS_OPTS "Build PoHelper plugin?" y \
+ "--enable-pohelper" \
+ "--disable-pohelper" &&
+
config_query_option GEANY_PLUGINS_OPTS "Build pretty-printer plugin?" y \
"--enable-pretty_printer" \
"--disable-pretty_printer" &&