src/Tools/jEdit/src/actions.xml
changeset 52807 b859a180936b
parent 52777 fa71ab256f70
child 52815 eaad5fe7bb1b
--- a/src/Tools/jEdit/src/actions.xml	Tue Jul 30 23:17:26 2013 +0200
+++ b/src/Tools/jEdit/src/actions.xml	Wed Jul 31 10:54:37 2013 +0200
@@ -52,14 +52,19 @@
 			wm.addDockableWindow("isabelle-symbols");
 		</CODE>
 	</ACTION>
-	<ACTION NAME="isabelle.execution-range-none">
+	<ACTION NAME="isabelle.set-continuous-checking">
 	  <CODE>
-	    isabelle.jedit.PIDE.execution_range_none();
+	    isabelle.jedit.PIDE.set_continuous_checking();
 	  </CODE>
 	</ACTION>
-	<ACTION NAME="isabelle.execution-range-visible">
+	<ACTION NAME="isabelle.reset-continuous-checking">
 	  <CODE>
-	    isabelle.jedit.PIDE.execution_range_visible();
+	    isabelle.jedit.PIDE.reset_continuous_checking();
+	  </CODE>
+	</ACTION>
+	<ACTION NAME="isabelle.toggle-continuous-checking">
+	  <CODE>
+	    isabelle.jedit.PIDE.toggle_continuous_checking();
 	  </CODE>
 	</ACTION>
 	<ACTION NAME="isabelle.increase-font-size">