[education/rkward] rkward/plugins: Move plugins
Thomas Friedrichsmeier
null at kde.org
Sun May 4 15:20:03 BST 2025
Git commit 3f667e87e5c7ecaf15fc6b351ce228fa11dbce01 by Thomas Friedrichsmeier.
Committed on 04/05/2025 at 14:19.
Pushed by tfry into branch 'master'.
Move plugins
M +0 -3 rkward/plugins/embedded.pluginmap
M +5 -1 rkward/plugins/import_export.pluginmap
https://invent.kde.org/education/rkward/-/commit/3f667e87e5c7ecaf15fc6b351ce228fa11dbce01
diff --git a/rkward/plugins/embedded.pluginmap b/rkward/plugins/embedded.pluginmap
index ecdeb2a78..947f4aef3 100644
--- a/rkward/plugins/embedded.pluginmap
+++ b/rkward/plugins/embedded.pluginmap
@@ -36,8 +36,5 @@ SPDX-License-Identifier: GPL-2.0-or-later
<!-- This plugin does not really belong, here, but nowhere else, either, since it's only for the purpose of testing some things in the
automated tests. It definitely should not be shown in the menu, of course. -->
<component type="standard" id="testing_run_code" file="testing/run_code.xml" label="Run Code"/>
-
- <!-- This plugin does not really belong, here, either, but has no place in the menu, too. -->
- <component type="standard" id="install_from_git" file="internal/Installfromgit.xml" label="Install from git"/>
</components>
</document>
diff --git a/rkward/plugins/import_export.pluginmap b/rkward/plugins/import_export.pluginmap
index cb3f95b1c..c9f844e5d 100644
--- a/rkward/plugins/import_export.pluginmap
+++ b/rkward/plugins/import_export.pluginmap
@@ -50,6 +50,7 @@ SPDX-License-Identifier: GPL-2.0-or-later
<component type="standard" id="import_generic_rio" file="import/import_generic_rio.xml" label="Generic import (rio-based)" />
+ <component type="standard" id="install_from_git" file="../internal/Installfromgit.xml" label="Install R package from git"/>
<component type="standard" id="setworkdir" file="setworkdir.xml" label="Set Working Directory" />
<component id="cmp_DownloadAppImgDwnldAppImg" label="Download AppImage" type="standard" file="DownloadAppImage.xml" optional="true">
<dependencies platforms="unix"/>
@@ -77,10 +78,13 @@ SPDX-License-Identifier: GPL-2.0-or-later
<entry component="save_rmarkdown" />
<entry component="save_skeleton" />
</menu>
- <entry component="cmp_DownloadAppImgDwnldAppImg" />
</menu>
<menu id="workspace" label="Workspace">
<entry component="setworkdir" />
+ <entry component="install_from_git" />
+ </menu>
+ <menu id="settings" label="Settings">
+ <entry component="cmp_DownloadAppImgDwnldAppImg" />
</menu>
</hierarchy>
More information about the rkward-tracker
mailing list