[education/rkward] /: Move restart R backend action to Run menu
Thomas Friedrichsmeier
null at kde.org
Sun Jun 5 21:57:06 BST 2022
Git commit 04f022225cb785c457712569a1fab6af59f436cb by Thomas Friedrichsmeier.
Committed on 05/06/2022 at 20:56.
Pushed by tfry into branch 'master'.
Move restart R backend action to Run menu
M +1 -1 ChangeLog
M +2 -2 rkward/rkwardui.rc
https://invent.kde.org/education/rkward/commit/04f022225cb785c457712569a1fab6af59f436cb
diff --git a/ChangeLog b/ChangeLog
index 64e6083c..bc5b346d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
- Fix zooming help/output pages with Ctrl+scroll wheel, when compiled with QWebEngine
- Fix problem handling rkward:// links from dialogs on some sytems
- Allow to select search provider, when searching for a term online
-- Experimental feature targetted at package developers: Add option to restart R backend
+- Allow to restart R backend (e.g. for testing that scripts or packages will work in a fresh session)
- Fix object name completion for (irregular) names starting with numbers or underscores
- Crosstabs N to N: Simplify labels, add option to control table layout
- Change mechanism for detection of object changes
diff --git a/rkward/rkwardui.rc b/rkward/rkwardui.rc
index c5135896..9b911567 100644
--- a/rkward/rkwardui.rc
+++ b/rkward/rkwardui.rc
@@ -1,5 +1,5 @@
<!DOCTYPE kpartgui>
-<kpartgui name="rkward_main" version="741">
+<kpartgui name="rkward_main" version="742">
<MenuBar>
<!-- The Main Window ui.rc is the only one, where merging happens, reliably. That is, why we need to define
a lot of merge points, here, which can then be used be mdi windows and their children.
@@ -60,6 +60,7 @@
<DefineGroup name="run_actions_merge" append="run_actions_merge"/>
<DefineGroup name="postrun_actions_merge" append="postrun_actions_merge"/>
<Action name="cancel_all_commands"/>
+ <Action name="restart_r"/>
<Separator />
<Action name="carbon_copy"/>
</Menu>
@@ -91,7 +92,6 @@
<Action name="setup_wizard" append="configure_merge"/>
<Action name="configure_packages" append="configure_merge"/>
<Separator append="configure_merge"/>
- <Action name="restart_r" append="configure_merge"/>
</Menu>
<Menu name="help"><text>&Help</text>
More information about the rkward-tracker
mailing list