[gnome-builder] plugins: remove unused X-Preferences-Kind metadata
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] plugins: remove unused X-Preferences-Kind metadata
- Date: Fri, 16 Sep 2022 21:45:29 +0000 (UTC)
commit f2095e39e3c6aec93ca1a60f79def4e60551de37
Author: Christian Hergert <chergert redhat com>
Date: Fri Sep 16 14:34:41 2022 -0700
plugins: remove unused X-Preferences-Kind metadata
src/plugins/buildui/buildui.plugin | 1 -
src/plugins/clang/clang.plugin | 1 -
src/plugins/copyright/copyright.plugin | 1 -
src/plugins/editorui/editorui.plugin | 1 -
src/plugins/git/git.plugin | 1 -
src/plugins/meson/meson.plugin | 1 -
src/plugins/quick-highlight/quick-highlight.plugin | 1 -
src/plugins/rust-analyzer/rust-analyzer.plugin | 1 -
src/plugins/shellcmd/shellcmd.plugin | 1 -
src/plugins/snippets/snippets.plugin | 1 -
src/plugins/spellcheck/spellcheck.plugin | 1 -
src/plugins/sysroot/sysroot.plugin | 1 -
src/plugins/terminal/terminal.plugin | 1 -
src/plugins/vim/vim.plugin | 1 -
14 files changed, 14 deletions(-)
---
diff --git a/src/plugins/buildui/buildui.plugin b/src/plugins/buildui/buildui.plugin
index 4609475b7..b2119769a 100644
--- a/src/plugins/buildui/buildui.plugin
+++ b/src/plugins/buildui/buildui.plugin
@@ -9,4 +9,3 @@ Hidden=true
Module=buildui
Name=Build user interface components
X-Workspace-Kind=primary;
-X-Preferences-Kind=project;
\ No newline at end of file
diff --git a/src/plugins/clang/clang.plugin b/src/plugins/clang/clang.plugin
index f0722a114..60e8dc56c 100644
--- a/src/plugins/clang/clang.plugin
+++ b/src/plugins/clang/clang.plugin
@@ -18,4 +18,3 @@ X-Highlighter-Languages=c,chdr,cpp,cpphdr,objc
X-Rename-Provider-Languages=c,chdr,cpp,cpphdr,objc
X-Symbol-Resolver-Languages-Priority=100
X-Symbol-Resolver-Languages=c,chdr,cpp,cpphdr,objc
-X-Preferences-Kind=application
diff --git a/src/plugins/copyright/copyright.plugin b/src/plugins/copyright/copyright.plugin
index 5b16e1983..ba9dd8303 100644
--- a/src/plugins/copyright/copyright.plugin
+++ b/src/plugins/copyright/copyright.plugin
@@ -8,5 +8,4 @@ Embedded=_gbp_copyright_register_types
Module=copyright_plugin
Name=Update Copyright
X-Category=editing
-X-Preferences-Kind=application;
diff --git a/src/plugins/editorui/editorui.plugin b/src/plugins/editorui/editorui.plugin
index 005b0d990..e70664955 100644
--- a/src/plugins/editorui/editorui.plugin
+++ b/src/plugins/editorui/editorui.plugin
@@ -9,4 +9,3 @@ Module=editorui
Name=Editor UI
X-At-Startup=true
X-Workspace-Kind=primary;editor;
-X-Preferences-Kind=application;project;
diff --git a/src/plugins/git/git.plugin b/src/plugins/git/git.plugin
index 7565e9dd5..aca2c59dc 100644
--- a/src/plugins/git/git.plugin
+++ b/src/plugins/git/git.plugin
@@ -7,4 +7,3 @@ Embedded=_gbp_git_register_types
Module=git
Name=Git
X-Category=vcs
-X-Preferences-Kind=application;project;
diff --git a/src/plugins/meson/meson.plugin b/src/plugins/meson/meson.plugin
index 963141de8..a484a7cfc 100644
--- a/src/plugins/meson/meson.plugin
+++ b/src/plugins/meson/meson.plugin
@@ -9,4 +9,3 @@ Name=Meson
X-Category=buildsystems
X-Project-File-Filter-Name=Meson (meson.build)
X-Project-File-Filter-Pattern=meson.build
-X-Preferences-Kind=application;project;
diff --git a/src/plugins/quick-highlight/quick-highlight.plugin
b/src/plugins/quick-highlight/quick-highlight.plugin
index ce40a8a54..da23a6879 100644
--- a/src/plugins/quick-highlight/quick-highlight.plugin
+++ b/src/plugins/quick-highlight/quick-highlight.plugin
@@ -7,4 +7,3 @@ Embedded=_gbp_quick_highlight_register_types
Hidden=true
Module=quick-highlight
Name=Quick Highlight
-X-Preferences-Kind=application;
diff --git a/src/plugins/rust-analyzer/rust-analyzer.plugin b/src/plugins/rust-analyzer/rust-analyzer.plugin
index ce5517576..169b0ce0e 100644
--- a/src/plugins/rust-analyzer/rust-analyzer.plugin
+++ b/src/plugins/rust-analyzer/rust-analyzer.plugin
@@ -16,4 +16,3 @@ X-Highlighter-Languages=rust
X-Hover-Provider-Languages=rust
X-Rename-Provider-Languages=rust
X-Symbol-Resolver-Languages=rust
-X-Preferences-Kind=application;
diff --git a/src/plugins/shellcmd/shellcmd.plugin b/src/plugins/shellcmd/shellcmd.plugin
index 543ce0423..3db779f36 100644
--- a/src/plugins/shellcmd/shellcmd.plugin
+++ b/src/plugins/shellcmd/shellcmd.plugin
@@ -8,4 +8,3 @@ Embedded=_gbp_shellcmd_register_types
Hidden=true
Module=shellcmd
Name=Shell Commands
-X-Preferences-Kind=application;project;
diff --git a/src/plugins/snippets/snippets.plugin b/src/plugins/snippets/snippets.plugin
index c644c76c6..3c2677915 100644
--- a/src/plugins/snippets/snippets.plugin
+++ b/src/plugins/snippets/snippets.plugin
@@ -8,4 +8,3 @@ Hidden=true
Module=snippets
Name=Snippets
X-Completion-Provider-Languages=*
-X-Preferences-Kind=application;project;
diff --git a/src/plugins/spellcheck/spellcheck.plugin b/src/plugins/spellcheck/spellcheck.plugin
index 6ecc61286..8448956c0 100644
--- a/src/plugins/spellcheck/spellcheck.plugin
+++ b/src/plugins/spellcheck/spellcheck.plugin
@@ -7,4 +7,3 @@ Embedded=_gbp_spellcheck_register_types
Module=spellcheck
Name=Check Spelling
X-Category=editing
-X-Preferences-Kind=application;
diff --git a/src/plugins/sysroot/sysroot.plugin b/src/plugins/sysroot/sysroot.plugin
index 002d4c7de..64c2d23a5 100644
--- a/src/plugins/sysroot/sysroot.plugin
+++ b/src/plugins/sysroot/sysroot.plugin
@@ -8,4 +8,3 @@ Embedded=_gbp_sysroot_register_types
Hidden=true
Module=sysroot
Name=Sysroot Support
-X-Preferences-Kind=application;
diff --git a/src/plugins/terminal/terminal.plugin b/src/plugins/terminal/terminal.plugin
index eec163f2d..0e0a26830 100644
--- a/src/plugins/terminal/terminal.plugin
+++ b/src/plugins/terminal/terminal.plugin
@@ -9,4 +9,3 @@ Module=terminal
Name=Terminal
X-At-Startup=true
X-Workspace-Kind=editor;primary;
-X-Preferences-Kind=application;
diff --git a/src/plugins/vim/vim.plugin b/src/plugins/vim/vim.plugin
index b2ec7a69f..081c7b970 100644
--- a/src/plugins/vim/vim.plugin
+++ b/src/plugins/vim/vim.plugin
@@ -9,4 +9,3 @@ Module=vim
Name=VIM Emulation
X-Category=keybindings
X-Workspace-Kind=editor;primary;
-X-Preferences-Kind=application;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]