src/Tools/jEdit/plugin/services.xml
author wenzelm
Wed, 30 Dec 2009 21:34:33 +0100
changeset 34818 7df68a8f0e3e
parent 34760 dc7f5e0d9d27
child 34841 2ada58650469
permissions -rw-r--r--
register Proof_Document instances as session entities -- handle Markup.EDIT messages locally;

<?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();
	</SERVICE>
  <SERVICE NAME="isabelle" CLASS="gatchan.jedit.hyperlinks.HyperlinkSource">
    new isabelle.jedit.Isabelle_Hyperlinks();
  </SERVICE>
</SERVICES>