| author | nipkow |
| Tue, 17 Mar 2015 09:22:17 +0100 | |
| changeset 59728 | 0bb88aa34768 |
| parent 58896 | 5a2f475e2ded |
| child 60295 | 3f0bb5c58dfa |
| 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 |
## |
| 39515 | 3 |
##:encoding=ISO-8859-1:wrap=soft:maxLineLen=100: |
|
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 |
|
| 56507 | 7 |
plugin.isabelle.jedit.Plugin.author=Johannes Hölzl, Fabian Immler, Lars Hupel, Markus Kaiser, Makarius Wenzel |
| 57033 | 8 |
plugin.isabelle.jedit.Plugin.version=5.0 |
|
49566
66cbf8bb4693
basic integration of graphview into document model;
wenzelm
parents:
49494
diff
changeset
|
9 |
plugin.isabelle.jedit.Plugin.description=Isabelle Prover IDE |
| 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 |
|
49566
66cbf8bb4693
basic integration of graphview into document model;
wenzelm
parents:
49494
diff
changeset
|
16 |
plugin.isabelle.jedit.Plugin.depend.0=jdk 1.7 |
| 57033 | 17 |
plugin.isabelle.jedit.Plugin.depend.1=jedit 05.01.00.00 |
| 58896 | 18 |
plugin.isabelle.jedit.Plugin.depend.2=plugin console.ConsolePlugin 5.1.4 |
19 |
plugin.isabelle.jedit.Plugin.depend.3=plugin errorlist.ErrorListPlugin 2.3 |
|
| 57033 | 20 |
plugin.isabelle.jedit.Plugin.depend.4=plugin sidekick.SideKickPlugin 1.6 |
21 |
plugin.isabelle.jedit.Plugin.depend.5=plugin gatchan.highlight.HighlightPlugin 2.0 |
|
| 34418 | 22 |
|
| 34420 | 23 |
#options |
| 49354 | 24 |
plugin.isabelle.jedit.Plugin.option-group=isabelle-general isabelle-rendering |
25 |
options.isabelle-general.label=General |
|
26 |
options.isabelle-general.code=new isabelle.jedit.Isabelle_Options1(); |
|
27 |
options.isabelle-rendering.label=Rendering |
|
28 |
options.isabelle-rendering.code=new isabelle.jedit.Isabelle_Options2(); |
|
| 34420 | 29 |
|
|
55558
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
30 |
#menu actions and dockables |
|
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
31 |
plugin.isabelle.jedit.Plugin.menu.label=Isabelle |
|
50433
9131dadb2bf7
basic monitor panel, using the powerful jfreechart library;
wenzelm
parents:
50308
diff
changeset
|
32 |
plugin.isabelle.jedit.Plugin.menu= \ |
|
55558
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
33 |
isabelle-documentation \ |
|
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
34 |
isabelle-monitor \ |
|
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
35 |
isabelle-output \ |
|
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
36 |
isabelle-protocol \ |
|
56879
ee2b61f37ad9
renamed "Find" to "Query", with more general operations;
wenzelm
parents:
56507
diff
changeset
|
37 |
isabelle-query \ |
|
55558
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
38 |
isabelle-raw-output \ |
|
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
39 |
isabelle-simplifier-trace \ |
|
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
40 |
isabelle-sledgehammer \ |
|
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
41 |
isabelle-symbols \ |
|
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
42 |
isabelle-syslog \ |
|
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
43 |
isabelle-theories \ |
|
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
44 |
isabelle-timing |
|
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
45 |
isabelle-documentation.label=Documentation panel |
|
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
46 |
isabelle-documentation.title=Documentation |
|
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
47 |
isabelle-graphview.label=Graphview panel |
| 50454 | 48 |
isabelle-graphview.title=Graphview |
|
55558
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
49 |
isabelle-info.label=Info panel |
|
50433
9131dadb2bf7
basic monitor panel, using the powerful jfreechart library;
wenzelm
parents:
50308
diff
changeset
|
50 |
isabelle-info.title=Info |
|
55558
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
51 |
isabelle-monitor.label=Monitor panel |
|
50433
9131dadb2bf7
basic monitor panel, using the powerful jfreechart library;
wenzelm
parents:
50308
diff
changeset
|
52 |
isabelle-monitor.title=Monitor |
|
55558
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
53 |
isabelle-output.label=Output panel |
| 34773 | 54 |
isabelle-output.title=Output |
|
55558
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
55 |
isabelle-protocol.label=Protocol panel |
|
50433
9131dadb2bf7
basic monitor panel, using the powerful jfreechart library;
wenzelm
parents:
50308
diff
changeset
|
56 |
isabelle-protocol.title=Protocol |
|
56879
ee2b61f37ad9
renamed "Find" to "Query", with more general operations;
wenzelm
parents:
56507
diff
changeset
|
57 |
isabelle-query.label=Query panel |
|
ee2b61f37ad9
renamed "Find" to "Query", with more general operations;
wenzelm
parents:
56507
diff
changeset
|
58 |
isabelle-query.title=Query |
|
55558
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
59 |
isabelle-raw-output.label=Raw Output panel |
|
37065
2a73253b5898
separate event bus and dockable for raw output (stdout);
wenzelm
parents:
36817
diff
changeset
|
60 |
isabelle-raw-output.title=Raw Output |
|
55558
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
61 |
isabelle-simplifier-trace.label=Simplifier Trace panel |
|
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
62 |
isabelle-simplifier-trace.title=Simplifier Trace |
|
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
63 |
isabelle-sledgehammer.label=Sledgehammer panel |
|
52908
3461985dcbc3
dockable window for Sledgehammer, based on asynchronous/parallel query operation;
wenzelm
parents:
52846
diff
changeset
|
64 |
isabelle-sledgehammer.title=Sledgehammer |
|
55558
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
65 |
isabelle-symbols.label=Symbols panel |
|
50433
9131dadb2bf7
basic monitor panel, using the powerful jfreechart library;
wenzelm
parents:
50308
diff
changeset
|
66 |
isabelle-symbols.title=Symbols |
|
55558
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
67 |
isabelle-syslog.label=Syslog panel |
|
48021
d899be1cfe6d
separate syslog dockable -- discontinued tendency of sub-window management via tabs;
wenzelm
parents:
48020
diff
changeset
|
68 |
isabelle-syslog.title=Syslog |
|
55558
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
69 |
isabelle-theories.label=Theories panel |
|
50433
9131dadb2bf7
basic monitor panel, using the powerful jfreechart library;
wenzelm
parents:
50308
diff
changeset
|
70 |
isabelle-theories.title=Theories |
|
55558
298274c970b6
more uniform treatment of dockables and their standard actions;
wenzelm
parents:
55557
diff
changeset
|
71 |
isabelle-timing.label=Timing panel |
| 51533 | 72 |
isabelle-timing.title=Timing |
|
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
73 |
|
| 34421 | 74 |
#SideKick |
| 58542 | 75 |
mode.isabelle-news.folding=sidekick |
| 52539 | 76 |
mode.isabelle-news.sidekick.parser=isabelle-news |
| 48718 | 77 |
mode.isabelle-options.folding=sidekick |
|
48717
622251b2b0f1
clarified Sidekick configuration, including minor modes;
wenzelm
parents:
48021
diff
changeset
|
78 |
mode.isabelle-options.sidekick.parser=isabelle-options |
| 48718 | 79 |
mode.isabelle-root.folding=sidekick |
|
48717
622251b2b0f1
clarified Sidekick configuration, including minor modes;
wenzelm
parents:
48021
diff
changeset
|
80 |
mode.isabelle-root.sidekick.parser=isabelle-root |
|
622251b2b0f1
clarified Sidekick configuration, including minor modes;
wenzelm
parents:
48021
diff
changeset
|
81 |
mode.isabelle.customSettings=true |
| 58698 | 82 |
mode.isabelle.folding=isabelle |
| 48718 | 83 |
mode.isabelle.sidekick.parser=isabelle |
84 |
mode.isabelle.sidekick.showStatusWindow.label=true |
|
85 |
mode.ml.sidekick.parser=isabelle |
|
86 |
sidekick.parser.isabelle.label=Isabelle |
|
| 58542 | 87 |
mode.bibtex.folding=sidekick |
| 58526 | 88 |
mode.bibtex.sidekick.parser=bibtex |
|
48717
622251b2b0f1
clarified Sidekick configuration, including minor modes;
wenzelm
parents:
48021
diff
changeset
|
89 |