[gnome-builder/wip/gtk4-port: 551/1774] plugins: remove unnecessary dependencies
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 551/1774] plugins: remove unnecessary dependencies
- Date: Mon, 11 Jul 2022 22:31:16 +0000 (UTC)
commit 6095960ca12e936397161242be434282bc6e1b6d
Author: Christian Hergert <chergert redhat com>
Date: Mon Apr 11 17:29:34 2022 -0700
plugins: remove unnecessary dependencies
src/plugins/auto-save/auto-save.plugin | 1 -
src/plugins/beautifier/beautifier.plugin | 1 -
src/plugins/buffer-monitor/buffer-monitor.plugin | 1 -
src/plugins/buildstream/buildstream.plugin | 5 +----
src/plugins/buildui/buildui.plugin | 1 -
src/plugins/c-pack/c-pack.plugin | 1 -
src/plugins/clang-format/clang-format.plugin | 1 -
src/plugins/codespell/codespell.plugin | 1 -
src/plugins/codeui/codeui.plugin | 1 -
src/plugins/color-picker/color-picker.plugin | 1 -
src/plugins/command-bar/command-bar.plugin | 1 -
src/plugins/comment-code/comment-code.plugin | 1 -
src/plugins/ctags/ctags.plugin | 1 -
src/plugins/debuggerui/debuggerui.plugin | 1 -
src/plugins/devhelp/devhelp.plugin | 2 +-
src/plugins/deviced/deviced.plugin | 2 +-
src/plugins/deviceui/deviceui.plugin | 1 -
src/plugins/editorconfig/editorconfig.plugin | 1 -
src/plugins/find-other-file/find-other-file.plugin | 1 -
src/plugins/flatpak/flatpak.plugin | 2 +-
src/plugins/gdb/gdb.plugin | 1 -
src/plugins/gdiagnose/gdiagnose.plugin | 1 -
src/plugins/gettext/gettext.plugin | 1 -
src/plugins/glade/glade.plugin | 1 -
src/plugins/grep/grep.plugin | 1 -
src/plugins/history/history.plugin | 1 -
src/plugins/line-spacing/line-spacing.plugin | 1 -
src/plugins/ls/ls.plugin | 1 -
src/plugins/make/make.plugin | 1 -
src/plugins/maven/maven.plugin | 1 -
src/plugins/modelines/modelines.plugin | 1 -
src/plugins/omni-gutter/omni-gutter.plugin | 1 -
src/plugins/python-pack/python-pack.plugin | 1 -
src/plugins/retab/retab.plugin | 1 -
src/plugins/shellcmd/shellcmd.plugin | 1 -
src/plugins/snippets/snippets.plugin | 1 -
src/plugins/spellcheck/spellcheck.plugin | 1 -
src/plugins/symbol-tree/symbol-tree.plugin | 1 -
src/plugins/testui/testui.plugin | 1 -
src/plugins/trim-spaces/trim-spaces.plugin | 1 -
src/plugins/update-manager/update-manager.plugin | 1 -
src/plugins/words/words.plugin | 1 -
42 files changed, 4 insertions(+), 45 deletions(-)
---
diff --git a/src/plugins/auto-save/auto-save.plugin b/src/plugins/auto-save/auto-save.plugin
index be353fd26..434823eeb 100644
--- a/src/plugins/auto-save/auto-save.plugin
+++ b/src/plugins/auto-save/auto-save.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2018 Christian Hergert
-Depends=editor;
Description=Auto-save support for source code files
Embedded=_gbp_auto_save_register_types
Hidden=true
diff --git a/src/plugins/beautifier/beautifier.plugin b/src/plugins/beautifier/beautifier.plugin
index 063e23a16..30402a883 100644
--- a/src/plugins/beautifier/beautifier.plugin
+++ b/src/plugins/beautifier/beautifier.plugin
@@ -2,7 +2,6 @@
Authors=Sébastien Lafargue <slafargue gnome org>
Builtin=true
Copyright=Copyright © 2016 Sébastien Lafargue
-Depends=editor;
Description=Beautify code according to profiles
Embedded=_gb_beautifier_register_types
Module=beautifier
diff --git a/src/plugins/buffer-monitor/buffer-monitor.plugin
b/src/plugins/buffer-monitor/buffer-monitor.plugin
index e03a533a4..0cabe8139 100644
--- a/src/plugins/buffer-monitor/buffer-monitor.plugin
+++ b/src/plugins/buffer-monitor/buffer-monitor.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2018 Christian Hergert
-Depends=editor;
Description=Watches buffers for changes on disk
Embedded=_gbp_buffer_monitor_register_types
Hidden=true
diff --git a/src/plugins/buildstream/buildstream.plugin b/src/plugins/buildstream/buildstream.plugin
index bc6a4d418..b15837f77 100644
--- a/src/plugins/buildstream/buildstream.plugin
+++ b/src/plugins/buildstream/buildstream.plugin
@@ -1,14 +1,11 @@
-# BuildStream plugin
-
[Plugin]
Authors=Adam
Builtin=true
Description=Provides integration with the BuildStream build tool
-Depends=editor;buildui;
Hidden=true
Loader=python3
Module=buildstream_plugin
Name=BuildStream
X-Builder-ABI=@PACKAGE_ABI@
X-Project-File-Filter-Name=BuildStream (project.conf)
-X-Project-File-Filter-Pattern=project.conf
\ No newline at end of file
+X-Project-File-Filter-Pattern=project.conf
diff --git a/src/plugins/buildui/buildui.plugin b/src/plugins/buildui/buildui.plugin
index e5b4cc3a7..24ed79f07 100644
--- a/src/plugins/buildui/buildui.plugin
+++ b/src/plugins/buildui/buildui.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2015-2018 Christian Hergert
-Depends=editor;project-tree;
Description=Provides user interface components to display the build settings.
Embedded=_gbp_buildui_register_types
Hidden=true
diff --git a/src/plugins/c-pack/c-pack.plugin b/src/plugins/c-pack/c-pack.plugin
index c99764211..89c4f22ef 100644
--- a/src/plugins/c-pack/c-pack.plugin
+++ b/src/plugins/c-pack/c-pack.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2015-2018 Christian Hergert
-Depends=editor;
Description=Provides language support for the C programming language.
Embedded=_ide_c_pack_register_types
Module=c-pack
diff --git a/src/plugins/clang-format/clang-format.plugin b/src/plugins/clang-format/clang-format.plugin
index 308b009f5..b9bdb8b81 100644
--- a/src/plugins/clang-format/clang-format.plugin
+++ b/src/plugins/clang-format/clang-format.plugin
@@ -2,7 +2,6 @@
Authors=Tomi Lähteenmäki <lihis lihis net>
Builtin=true
Copyright=Copyright © 2021 Tomi Lähteenmäki
-Depends=editor;
Description=Format code based on project .clang-format config
Hidden=false
Embedded=_gb_clang_format_register_types
diff --git a/src/plugins/codespell/codespell.plugin b/src/plugins/codespell/codespell.plugin
index 66dba6532..a3254fae2 100644
--- a/src/plugins/codespell/codespell.plugin
+++ b/src/plugins/codespell/codespell.plugin
@@ -2,7 +2,6 @@
Authors=Günther Wagner <info gunibert de>
Builtin=true
Copyright=Copyright © 2020 Günther Wagner
-Depends=editor;
Description=Provides integration with Codespell
Embedded=_ide_codespell_register_types
Module=codespell
diff --git a/src/plugins/codeui/codeui.plugin b/src/plugins/codeui/codeui.plugin
index 17bc396ea..802a6dfff 100644
--- a/src/plugins/codeui/codeui.plugin
+++ b/src/plugins/codeui/codeui.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2018 Christian Hergert
-Depends=editor;
Description=Provides user interface components for code subsystem.
Embedded=_gbp_codeui_register_types
Hidden=true
diff --git a/src/plugins/color-picker/color-picker.plugin b/src/plugins/color-picker/color-picker.plugin
index ba3500512..61bccb57d 100644
--- a/src/plugins/color-picker/color-picker.plugin
+++ b/src/plugins/color-picker/color-picker.plugin
@@ -2,7 +2,6 @@
Authors=Sébastien Lafargue <slafargue gnome org>
Builtin=true
Copyright=Copyright © 2016 Sébastien Lafargue
-Depends=editor
Description=Show a color picker to inspect or change text color codes
Embedded=_gb_color_picker_register_types
Module=color-picker
diff --git a/src/plugins/command-bar/command-bar.plugin b/src/plugins/command-bar/command-bar.plugin
index 2a0b145a3..9108df915 100644
--- a/src/plugins/command-bar/command-bar.plugin
+++ b/src/plugins/command-bar/command-bar.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2014-2018 Christian Hergert
-Depends=editor;terminal;
Description=Builder's workspace command-bar
Embedded=_gbp_command_bar_register_types
Hidden=true
diff --git a/src/plugins/comment-code/comment-code.plugin b/src/plugins/comment-code/comment-code.plugin
index 8d193eac8..208b4ce2f 100644
--- a/src/plugins/comment-code/comment-code.plugin
+++ b/src/plugins/comment-code/comment-code.plugin
@@ -2,7 +2,6 @@
Authors=Sebastien Lafargue <slafargue gnome org>
Builtin=true
Copyright=Copyright © 2016 Sebastien Lafargue
-Depends=editor;
Description=Comment code lines with Builder editor.
Embedded=_gbp_comment_code_register_types
Hidden=true
diff --git a/src/plugins/ctags/ctags.plugin b/src/plugins/ctags/ctags.plugin
index 1a29b388f..6edb0f87f 100644
--- a/src/plugins/ctags/ctags.plugin
+++ b/src/plugins/ctags/ctags.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2015-2018 Christian Hergert
-Depends=editor;
Description=Provides integration with Ctags for auto-completion and symbol resolving
Embedded=_ide_ctags_register_types
Module=ctags
diff --git a/src/plugins/debuggerui/debuggerui.plugin b/src/plugins/debuggerui/debuggerui.plugin
index 1e51808ad..38b89a177 100644
--- a/src/plugins/debuggerui/debuggerui.plugin
+++ b/src/plugins/debuggerui/debuggerui.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2014-2018 Christian Hergert
-Depends=editor;buildui;
Description=Builder's visual debugger
Embedded=_gbp_debuggerui_register_types
Hidden=true
diff --git a/src/plugins/devhelp/devhelp.plugin b/src/plugins/devhelp/devhelp.plugin
index 21e6122f1..316b8bec9 100644
--- a/src/plugins/devhelp/devhelp.plugin
+++ b/src/plugins/devhelp/devhelp.plugin
@@ -2,7 +2,7 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2015-2018 Christian Hergert
-Depends=editor;webkit;
+Depends=webkit;
Description=Integration with devhelp documentation
Embedded=_gbp_devhelp_register_types
Hidden=true
diff --git a/src/plugins/deviced/deviced.plugin b/src/plugins/deviced/deviced.plugin
index 70b06194e..e4ad02ebd 100644
--- a/src/plugins/deviced/deviced.plugin
+++ b/src/plugins/deviced/deviced.plugin
@@ -2,7 +2,7 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2017 Christian Hergert
-Depends=editor;debuggerui;terminal;deviceui;flatpak;
+Depends=debuggerui;deviceui;flatpak;
Description=Integration with deviced devices
Embedded=_gbp_deviced_register_types
Module=deviced
diff --git a/src/plugins/deviceui/deviceui.plugin b/src/plugins/deviceui/deviceui.plugin
index 3c0ebea8d..e314a9050 100644
--- a/src/plugins/deviceui/deviceui.plugin
+++ b/src/plugins/deviceui/deviceui.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2018 Christian Hergert
-Depends=editor;
Description=Provides user interface components to display devices
Embedded=_gbp_deviceui_register_types
Hidden=true
diff --git a/src/plugins/editorconfig/editorconfig.plugin b/src/plugins/editorconfig/editorconfig.plugin
index 828aafca8..7c1ca0c53 100644
--- a/src/plugins/editorconfig/editorconfig.plugin
+++ b/src/plugins/editorconfig/editorconfig.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2014-2018 Christian Hergert
-Depends=editor;
Description=Editorconfig integration
Embedded=_gbp_editorconfig_register_types
Module=editorconfig
diff --git a/src/plugins/find-other-file/find-other-file.plugin
b/src/plugins/find-other-file/find-other-file.plugin
index bb9e3c7ad..6ce108e67 100644
--- a/src/plugins/find-other-file/find-other-file.plugin
+++ b/src/plugins/find-other-file/find-other-file.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2017 Christian Hergert
-Depends=editor;
Description=Allows the user to rotate through other files similarly named to the open document.
Hidden=true
Loader=python3
diff --git a/src/plugins/flatpak/flatpak.plugin b/src/plugins/flatpak/flatpak.plugin
index 695de5a5b..ebf9798aa 100644
--- a/src/plugins/flatpak/flatpak.plugin
+++ b/src/plugins/flatpak/flatpak.plugin
@@ -2,7 +2,7 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2016-2018 Christian Hergert
-Depends=buildui;editor;git;
+Depends=git;
Description=Provides support for building with Flatpak
Embedded=_gbp_flatpak_register_types
Hidden=true
diff --git a/src/plugins/gdb/gdb.plugin b/src/plugins/gdb/gdb.plugin
index c0bf0a3f6..39b26d9ea 100644
--- a/src/plugins/gdb/gdb.plugin
+++ b/src/plugins/gdb/gdb.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <chergert redhat com>
Builtin=true
Copyright=Copyright © 2017-2018 Christian Hergert
-Depends=editor;terminal;buildui;debuggerui;
Description=Provides integration with the GNU Debugger
Embedded=_gbp_gdb_register_types
Module=gdb
diff --git a/src/plugins/gdiagnose/gdiagnose.plugin b/src/plugins/gdiagnose/gdiagnose.plugin
index b38cc5f2d..4bbfd545d 100644
--- a/src/plugins/gdiagnose/gdiagnose.plugin
+++ b/src/plugins/gdiagnose/gdiagnose.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <chergert redhat com>
Builtin=true
Copyright=Copyright © 2021 Christian Hergert
-Depends=editor;
Description=GObject Diagnostics
Embedded=_ide_gdiagnose_register_types
Module=gdiagnose
diff --git a/src/plugins/gettext/gettext.plugin b/src/plugins/gettext/gettext.plugin
index 9204cf242..5d65039a5 100644
--- a/src/plugins/gettext/gettext.plugin
+++ b/src/plugins/gettext/gettext.plugin
@@ -2,7 +2,6 @@
Authors=Daiki Ueno
Builtin=true
Copyright=Copyright © 2016 Daiki Ueno
-Depends=editor;
Description=Provides integration with Gettext
Embedded=_ide_gettext_register_types
Module=gettext
diff --git a/src/plugins/glade/glade.plugin b/src/plugins/glade/glade.plugin
index 05e5074bd..dfdc4bb79 100644
--- a/src/plugins/glade/glade.plugin
+++ b/src/plugins/glade/glade.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2018 Christian Hergert
-Depends=editor;
Description=Integration with Glade UI designer for Gtk
Embedded=_gbp_glade_register_types
Module=glade
diff --git a/src/plugins/grep/grep.plugin b/src/plugins/grep/grep.plugin
index d3c3e63c4..0e1a371b8 100644
--- a/src/plugins/grep/grep.plugin
+++ b/src/plugins/grep/grep.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2018 Christian Hergert
-Depends=editor;project-tree;
Description=Search across project files
Embedded=_gbp_grep_register_types
Module=grep
diff --git a/src/plugins/history/history.plugin b/src/plugins/history/history.plugin
index 9637ae72d..0a0316120 100644
--- a/src/plugins/history/history.plugin
+++ b/src/plugins/history/history.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2017 Christian Hergert
-Depends=editor;
Description=Tracks edits in buffer to provide navigation history
Embedded=_gbp_history_register_types
Module=history
diff --git a/src/plugins/line-spacing/line-spacing.plugin b/src/plugins/line-spacing/line-spacing.plugin
index 8e19cfad5..6187acdf7 100644
--- a/src/plugins/line-spacing/line-spacing.plugin
+++ b/src/plugins/line-spacing/line-spacing.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2019 Christian Hergert
-Depends=editor;
Description=Line spacing support for the editor
Embedded=_gbp_line_spacing_register_types
Hidden=true
diff --git a/src/plugins/ls/ls.plugin b/src/plugins/ls/ls.plugin
index c7bf0b0d9..cdf752201 100644
--- a/src/plugins/ls/ls.plugin
+++ b/src/plugins/ls/ls.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2018 Christian Hergert
-Depends=editor;
Description=List files in a directory as a view
Embedded=_gbp_ls_register_types
Hidden=true
diff --git a/src/plugins/make/make.plugin b/src/plugins/make/make.plugin
index acb202af0..b3a28fa97 100644
--- a/src/plugins/make/make.plugin
+++ b/src/plugins/make/make.plugin
@@ -2,7 +2,6 @@
Authors=Matthew Leeds <mleeds redhat com>
Builtin=true
Copyright=Copyright © 2017 Matthew Leeds
-Depends=editor;buildui;
Description=Provides support for Makefile projects without autotools
Loader=python3
Module=make_plugin
diff --git a/src/plugins/maven/maven.plugin b/src/plugins/maven/maven.plugin
index 429b166ab..b03ef7327 100644
--- a/src/plugins/maven/maven.plugin
+++ b/src/plugins/maven/maven.plugin
@@ -3,7 +3,6 @@ Authors=Alberto Fanjul Alonso <albfan gnome org>
Builtin=true
Copyright=Copyright © 2018 Alberto Fanjul Alonso
Description=Provides integration with the Maven build tool
-Depends=editor;buildui;
Loader=python3
Module=maven_plugin
Name=Maven
diff --git a/src/plugins/modelines/modelines.plugin b/src/plugins/modelines/modelines.plugin
index c8f2e862a..38a84385a 100644
--- a/src/plugins/modelines/modelines.plugin
+++ b/src/plugins/modelines/modelines.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2014-2018 Christian Hergert
-Depends=editor;
Description=Support for modelines in source code files
Embedded=_gbp_modelines_register_types
Hidden=true
diff --git a/src/plugins/omni-gutter/omni-gutter.plugin b/src/plugins/omni-gutter/omni-gutter.plugin
index e12bb79d9..35c9ebef1 100644
--- a/src/plugins/omni-gutter/omni-gutter.plugin
+++ b/src/plugins/omni-gutter/omni-gutter.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2018 Christian Hergert
-Depends=editor;
Description=Integrated gutter for the source code editor
Embedded=_gbp_omni_gutter_register_types
Hidden=true
diff --git a/src/plugins/python-pack/python-pack.plugin b/src/plugins/python-pack/python-pack.plugin
index 1ae54ac79..0f066bc80 100644
--- a/src/plugins/python-pack/python-pack.plugin
+++ b/src/plugins/python-pack/python-pack.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2015 Christian Hergert
-Depends=editor;
Description=Provides auto-indentation for the Python programming language
Embedded=_ide_python_pack_register_types
Module=python-pack
diff --git a/src/plugins/retab/retab.plugin b/src/plugins/retab/retab.plugin
index c7bc1aa42..7782d9be1 100644
--- a/src/plugins/retab/retab.plugin
+++ b/src/plugins/retab/retab.plugin
@@ -2,7 +2,6 @@
Authors=Lucie Charvat <luci charvat gmail com>
Builtin=true
Copyright=Copyright © 2017 Lucie Charvat
-Depends=editor
Description=Retab lines with Builder editor.
Embedded=_gbp_retab_register_types
Hidden=true
diff --git a/src/plugins/shellcmd/shellcmd.plugin b/src/plugins/shellcmd/shellcmd.plugin
index bfd130ff7..734e5dd39 100644
--- a/src/plugins/shellcmd/shellcmd.plugin
+++ b/src/plugins/shellcmd/shellcmd.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2019 Christian Hergert
-Depends=editor;
Description=Run shell commands from your project
Embedded=_gbp_shellcmd_register_types
Hidden=true
diff --git a/src/plugins/snippets/snippets.plugin b/src/plugins/snippets/snippets.plugin
index a6f91aa75..3c2677915 100644
--- a/src/plugins/snippets/snippets.plugin
+++ b/src/plugins/snippets/snippets.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2018 Christian Hergert
-Depends=editor;
Description=Support for snippets in a variety of languages
Embedded=_gbp_snippets_register_types
Hidden=true
diff --git a/src/plugins/spellcheck/spellcheck.plugin b/src/plugins/spellcheck/spellcheck.plugin
index 0f073e1a6..8448956c0 100644
--- a/src/plugins/spellcheck/spellcheck.plugin
+++ b/src/plugins/spellcheck/spellcheck.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert
Builtin=true
Copyright=Copyright © 2022 Christian Hergert
-Depends=editorui;
Description=Provides spellchecking for documents
Embedded=_gbp_spellcheck_register_types
Module=spellcheck
diff --git a/src/plugins/symbol-tree/symbol-tree.plugin b/src/plugins/symbol-tree/symbol-tree.plugin
index cc49c678d..1f667252f 100644
--- a/src/plugins/symbol-tree/symbol-tree.plugin
+++ b/src/plugins/symbol-tree/symbol-tree.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2015-2018 Christian Hergert
-Depends=editor;
Description=Provides a Symbol Tree for the currently focused document
Embedded=_gbp_symbol_tree_register_types
Hidden=true
diff --git a/src/plugins/testui/testui.plugin b/src/plugins/testui/testui.plugin
index 967ac6dde..a8060cd3a 100644
--- a/src/plugins/testui/testui.plugin
+++ b/src/plugins/testui/testui.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2017-2018 Christian Hergert
-Depends=editor;
Description=Unit testing for Builder
Embedded=_gbp_testui_register_types
Hidden=true
diff --git a/src/plugins/trim-spaces/trim-spaces.plugin b/src/plugins/trim-spaces/trim-spaces.plugin
index d97ccde0c..9be9305dc 100644
--- a/src/plugins/trim-spaces/trim-spaces.plugin
+++ b/src/plugins/trim-spaces/trim-spaces.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2018 Christian Hergert
-Depends=editor;
Description=Trim trailing whitespace when saving buffers
Embedded=_gbp_trim_spaces_register_types
Hidden=true
diff --git a/src/plugins/update-manager/update-manager.plugin
b/src/plugins/update-manager/update-manager.plugin
index b09c4bba2..ee3f6d0a0 100644
--- a/src/plugins/update-manager/update-manager.plugin
+++ b/src/plugins/update-manager/update-manager.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright 2020 Christian Hergert
-Depends=editor;
Description=Notifies the user of new Builder releases
Embedded=_gbp_update_manager_register_types
Hidden=true
diff --git a/src/plugins/words/words.plugin b/src/plugins/words/words.plugin
index 9676d2b76..348cfebba 100644
--- a/src/plugins/words/words.plugin
+++ b/src/plugins/words/words.plugin
@@ -2,7 +2,6 @@
Authors=Christian Hergert <christian hergert me>
Builtin=true
Copyright=Copyright © 2017-2018 Umang Jain, Christian Hergert
-Depends=editor;
Description=Provides completiones based on words in the document
Embedded=_gbp_words_register_types
Hidden=true
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]