src/Tools/jEdit/src/actions.xml
changeset 53021 d0fa3f446b9d
parent 52908 3461985dcbc3
child 53161 051cbf663b5f
equal deleted inserted replaced
53020:afdabfeb5e94 53021:d0fa3f446b9d
   120 	<ACTION NAME="isabelle.control-sup">
   120 	<ACTION NAME="isabelle.control-sup">
   121 	  <CODE>
   121 	  <CODE>
   122 	    isabelle.jedit.Isabelle.control_sup(textArea);
   122 	    isabelle.jedit.Isabelle.control_sup(textArea);
   123 	  </CODE>
   123 	  </CODE>
   124 	</ACTION>
   124 	</ACTION>
   125 	<ACTION NAME="isabelle.control-isub">
       
   126 	  <CODE>
       
   127 	    isabelle.jedit.Isabelle.control_isub(textArea);
       
   128 	  </CODE>
       
   129 	</ACTION>
       
   130 	<ACTION NAME="isabelle.control-isup">
       
   131 	  <CODE>
       
   132 	    isabelle.jedit.Isabelle.control_isup(textArea);
       
   133 	  </CODE>
       
   134 	</ACTION>
       
   135 	<ACTION NAME="isabelle.control-bold">
   125 	<ACTION NAME="isabelle.control-bold">
   136 	  <CODE>
   126 	  <CODE>
   137 	    isabelle.jedit.Isabelle.control_bold(textArea);
   127 	    isabelle.jedit.Isabelle.control_bold(textArea);
   138 	  </CODE>
   128 	  </CODE>
   139 	</ACTION>
   129 	</ACTION>