# HG changeset patch # User wenzelm # Date 1237581105 -3600 # Node ID 909b2610da52f63f2f48ea4170541a06ae56121d # Parent 92f50a3b4a6a8ba54befe2a15f4e1395d5df0671 recovered activate=defer, which is the "new" way to invoke jEdit plugins (cf. 3fbb7b565013); proper encoding for JVM property files: iso-latin-1; diff -r 92f50a3b4a6a -r 909b2610da52 src/Tools/jEdit/plugin/Isabelle.props --- a/src/Tools/jEdit/plugin/Isabelle.props Fri Mar 20 21:05:26 2009 +0100 +++ b/src/Tools/jEdit/plugin/Isabelle.props Fri Mar 20 21:31:45 2009 +0100 @@ -1,13 +1,17 @@ ## Isabelle plugin properties +## +##:encoding=ISO-8859-1: #identification plugin.isabelle.jedit.Plugin.name=Isabelle -plugin.isabelle.jedit.Plugin.author=Johannes Hölzl, Fabian Immler, Makarius Wenzel +plugin.isabelle.jedit.Plugin.author=Johannes Hölzl, Fabian Immler, Makarius Wenzel plugin.isabelle.jedit.Plugin.version=0.0.1 plugin.isabelle.jedit.Plugin.description=Isabelle/Isar live document editing #system parameters -plugin.isabelle.jedit.Plugin.activate=startup +# jEdit only needs to load the plugin the first time the user accesses it +# the presence of this property (activate=defer) also tells jEdit the plugin is using the new API +plugin.isabelle.jedit.Plugin.activate=defer plugin.isabelle.jedit.Plugin.usePluginHome=false plugin.isabelle.jedit.Plugin.jars=Pure.jar core-renderer.jar scala-library.jar