src/Tools/jEdit/src/services.xml
author wenzelm
Tue, 08 Apr 2014 12:19:33 +0200
changeset 56462 b64b0cb845fe
parent 53281 251e1a2aa792
child 56576 86148ca3c4fd
permissions -rw-r--r--
more explicit Command.Chunk types, less ooddities; tuned;

<?xml version="1.0"?>
<!DOCTYPE SERVICES SYSTEM "services.dtd">

<SERVICES>
	<SERVICE NAME="UTF-8-Isabelle" CLASS="org.gjt.sp.jedit.io.Encoding">
		new isabelle.jedit.Isabelle_Encoding();
	</SERVICE>
	<SERVICE NAME="isabelle" CLASS="sidekick.SideKickParser">
		new isabelle.jedit.Isabelle_Sidekick_Default();
	</SERVICE>
	<SERVICE NAME="isabelle-markup" CLASS="sidekick.SideKickParser">
		new isabelle.jedit.Isabelle_Sidekick_Markup();
	</SERVICE>
	<SERVICE NAME="isabelle-news" CLASS="sidekick.SideKickParser">
		new isabelle.jedit.Isabelle_Sidekick_News();
	</SERVICE>
	<SERVICE NAME="isabelle-options" CLASS="sidekick.SideKickParser">
		new isabelle.jedit.Isabelle_Sidekick_Options();
	</SERVICE>
	<SERVICE NAME="isabelle-root" CLASS="sidekick.SideKickParser">
		new isabelle.jedit.Isabelle_Sidekick_Root();
	</SERVICE>
 	<SERVICE CLASS="console.Shell" NAME="Scala">
		new isabelle.jedit.Scala_Console();
	</SERVICE>
</SERVICES>