author | huffman |
Wed, 10 Mar 2010 14:57:13 -0800 | |
changeset 35700 | 951974ce903e |
parent 34879 | 032e14798e16 |
child 36814 | dc85664dbf6d |
permissions | -rw-r--r-- |
34418 | 1 |
## Isabelle plugin properties |
34520
909b2610da52
recovered activate=defer, which is the "new" way to invoke jEdit plugins (cf. 3fbb7b565013);
wenzelm
parents:
34512
diff
changeset
|
2 |
## |
909b2610da52
recovered activate=defer, which is the "new" way to invoke jEdit plugins (cf. 3fbb7b565013);
wenzelm
parents:
34512
diff
changeset
|
3 |
##:encoding=ISO-8859-1: |
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
4 |
|
34418 | 5 |
#identification |
6 |
plugin.isabelle.jedit.Plugin.name=Isabelle |
|
34571 | 7 |
plugin.isabelle.jedit.Plugin.author=Johannes Hölzl, Fabian Immler, Makarius Wenzel |
34879 | 8 |
plugin.isabelle.jedit.Plugin.version=0.1.0 |
9 |
plugin.isabelle.jedit.Plugin.description=Isabelle/Isar asynchronous proof document editing |
|
34418 | 10 |
|
11 |
#system parameters |
|
34803
74ea350c9b2f
back to activate=startup (again) -- ensure that Isabelle_Encoding refers to valid Isabelle.system;
wenzelm
parents:
34773
diff
changeset
|
12 |
plugin.isabelle.jedit.Plugin.activate=startup |
34418 | 13 |
plugin.isabelle.jedit.Plugin.usePluginHome=false |
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
14 |
|
34418 | 15 |
#dependencies |
34752 | 16 |
plugin.isabelle.jedit.Plugin.depend.0=jdk 1.6 |
34879 | 17 |
plugin.isabelle.jedit.Plugin.depend.1=jedit 04.03.99.00 |
18 |
plugin.isabelle.jedit.Plugin.depend.2=plugin console.ConsolePlugin 4.4.1 |
|
19 |
plugin.isabelle.jedit.Plugin.depend.3=plugin errorlist.ErrorListPlugin 1.8 |
|
20 |
plugin.isabelle.jedit.Plugin.depend.4=plugin sidekick.SideKickPlugin 0.8 |
|
21 |
plugin.isabelle.jedit.Plugin.depend.5=plugin gatchan.jedit.hyperlinks.HyperlinksPlugin 1.0.1 |
|
34418 | 22 |
|
34420 | 23 |
#options |
24 |
plugin.isabelle.jedit.Plugin.option-pane=isabelle |
|
25 |
options.isabelle.label=Isabelle |
|
34760 | 26 |
options.isabelle.code=new isabelle.jedit.Isabelle_Options(); |
34617
8d2c49605685
simplified option pane: proper logic title, hardwired font path;
wenzelm
parents:
34571
diff
changeset
|
27 |
options.isabelle.logic.title=Logic |
34420 | 28 |
options.isabelle.font-size.title=Font Size |
34752 | 29 |
options.isabelle.font-size=14 |
34820
a8ba6cde13e9
basic setup for synchronous / modal (!) prover startup;
wenzelm
parents:
34814
diff
changeset
|
30 |
options.isabelle.startup-timeout=10000 |
34420 | 31 |
|
34421 | 32 |
#menu actions |
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
33 |
plugin.isabelle.jedit.Plugin.menu.label=Isabelle |
34814 | 34 |
plugin.isabelle.jedit.Plugin.menu=isabelle.activate isabelle.show-output isabelle.show-protocol |
34427 | 35 |
isabelle.activate.label=Activate current buffer |
34773 | 36 |
isabelle.show-output.label=Show Output |
37 |
isabelle.show-protocol.label=Show Protocol |
|
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
38 |
|
34421 | 39 |
#dockables |
34773 | 40 |
isabelle-output.title=Output |
41 |
isabelle-protocol.title=Protocol |
|
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
42 |
|
34421 | 43 |
#SideKick |
34393 | 44 |
sidekick.parser.isabelle.label=Isabelle |
34420 | 45 |
mode.isabelle.sidekick.parser=isabelle |
46 |
mode.ml.sidekick.parser=isabelle |
|
34568
b517d0607297
implemented IsabelleHyperlinkSource (only links inside the current buffer)
immler@in.tum.de
parents:
34563
diff
changeset
|
47 |
|
b517d0607297
implemented IsabelleHyperlinkSource (only links inside the current buffer)
immler@in.tum.de
parents:
34563
diff
changeset
|
48 |
#Hyperlinks |
b517d0607297
implemented IsabelleHyperlinkSource (only links inside the current buffer)
immler@in.tum.de
parents:
34563
diff
changeset
|
49 |
mode.isabelle.hyperlink.source=isabelle |