author | blanchet |
Wed, 18 Sep 2013 20:44:10 +0200 | |
changeset 53706 | 9e28c41e3595 |
parent 52908 | 3461985dcbc3 |
child 53772 | 30de372ca56f |
permissions | -rw-r--r-- |
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
1 |
<?xml version="1.0"?> |
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
2 |
<!DOCTYPE DOCKABLES SYSTEM "dockables.dtd"> |
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
3 |
|
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
4 |
<DOCKABLES> |
50299 | 5 |
<DOCKABLE NAME="isabelle-theories" MOVABLE="TRUE"> |
6 |
new isabelle.jedit.Theories_Dockable(view, position); |
|
39515 | 7 |
</DOCKABLE> |
51533 | 8 |
<DOCKABLE NAME="isabelle-timing" MOVABLE="TRUE"> |
9 |
new isabelle.jedit.Timing_Dockable(view, position); |
|
10 |
</DOCKABLE> |
|
48021
d899be1cfe6d
separate syslog dockable -- discontinued tendency of sub-window management via tabs;
wenzelm
parents:
48014
diff
changeset
|
11 |
<DOCKABLE NAME="isabelle-syslog" MOVABLE="TRUE"> |
d899be1cfe6d
separate syslog dockable -- discontinued tendency of sub-window management via tabs;
wenzelm
parents:
48014
diff
changeset
|
12 |
new isabelle.jedit.Syslog_Dockable(view, position); |
d899be1cfe6d
separate syslog dockable -- discontinued tendency of sub-window management via tabs;
wenzelm
parents:
48014
diff
changeset
|
13 |
</DOCKABLE> |
52445 | 14 |
<DOCKABLE NAME="isabelle-documentation" MOVABLE="TRUE"> |
15 |
new isabelle.jedit.Documentation_Dockable(view, position); |
|
16 |
</DOCKABLE> |
|
48014
63021e59cbf0
separate README dockable, which allows to make it more prominent first and remove it later;
wenzelm
parents:
43286
diff
changeset
|
17 |
<DOCKABLE NAME="isabelle-readme" MOVABLE="TRUE"> |
63021e59cbf0
separate README dockable, which allows to make it more prominent first and remove it later;
wenzelm
parents:
43286
diff
changeset
|
18 |
new isabelle.jedit.README_Dockable(view, position); |
63021e59cbf0
separate README dockable, which allows to make it more prominent first and remove it later;
wenzelm
parents:
43286
diff
changeset
|
19 |
</DOCKABLE> |
34773 | 20 |
<DOCKABLE NAME="isabelle-output" MOVABLE="TRUE"> |
21 |
new isabelle.jedit.Output_Dockable(view, position); |
|
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
22 |
</DOCKABLE> |
52846 | 23 |
<DOCKABLE NAME="isabelle-find" MOVABLE="TRUE"> |
24 |
new isabelle.jedit.Find_Dockable(view, position); |
|
25 |
</DOCKABLE> |
|
52908
3461985dcbc3
dockable window for Sledgehammer, based on asynchronous/parallel query operation;
wenzelm
parents:
52846
diff
changeset
|
26 |
<DOCKABLE NAME="isabelle-sledgehammer" MOVABLE="TRUE"> |
3461985dcbc3
dockable window for Sledgehammer, based on asynchronous/parallel query operation;
wenzelm
parents:
52846
diff
changeset
|
27 |
new isabelle.jedit.Sledgehammer_Dockable(view, position); |
3461985dcbc3
dockable window for Sledgehammer, based on asynchronous/parallel query operation;
wenzelm
parents:
52846
diff
changeset
|
28 |
</DOCKABLE> |
49726 | 29 |
<DOCKABLE NAME="isabelle-info" MOVABLE="TRUE"> |
30 |
new isabelle.jedit.Info_Dockable(view, position); |
|
31 |
</DOCKABLE> |
|
49570 | 32 |
<DOCKABLE NAME="isabelle-graphview" MOVABLE="TRUE"> |
33 |
new isabelle.jedit.Graphview_Dockable(view, position); |
|
49566
66cbf8bb4693
basic integration of graphview into document model;
wenzelm
parents:
49494
diff
changeset
|
34 |
</DOCKABLE> |
37065
2a73253b5898
separate event bus and dockable for raw output (stdout);
wenzelm
parents:
34814
diff
changeset
|
35 |
<DOCKABLE NAME="isabelle-raw-output" MOVABLE="TRUE"> |
2a73253b5898
separate event bus and dockable for raw output (stdout);
wenzelm
parents:
34814
diff
changeset
|
36 |
new isabelle.jedit.Raw_Output_Dockable(view, position); |
2a73253b5898
separate event bus and dockable for raw output (stdout);
wenzelm
parents:
34814
diff
changeset
|
37 |
</DOCKABLE> |
34773 | 38 |
<DOCKABLE NAME="isabelle-protocol" MOVABLE="TRUE"> |
39 |
new isabelle.jedit.Protocol_Dockable(view, position); |
|
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
40 |
</DOCKABLE> |
50433
9131dadb2bf7
basic monitor panel, using the powerful jfreechart library;
wenzelm
parents:
50299
diff
changeset
|
41 |
<DOCKABLE NAME="isabelle-monitor" MOVABLE="TRUE"> |
9131dadb2bf7
basic monitor panel, using the powerful jfreechart library;
wenzelm
parents:
50299
diff
changeset
|
42 |
new isabelle.jedit.Monitor_Dockable(view, position); |
9131dadb2bf7
basic monitor panel, using the powerful jfreechart library;
wenzelm
parents:
50299
diff
changeset
|
43 |
</DOCKABLE> |
50143
4ff5d795ed08
dockable with buttons for symbols, grouped and sorted in tabs according to ~~/etc/symbols;
immler
parents:
49726
diff
changeset
|
44 |
<DOCKABLE NAME="isabelle-symbols" MOVABLE="TRUE"> |
4ff5d795ed08
dockable with buttons for symbols, grouped and sorted in tabs according to ~~/etc/symbols;
immler
parents:
49726
diff
changeset
|
45 |
new isabelle.jedit.Symbols_Dockable(view, position); |
4ff5d795ed08
dockable with buttons for symbols, grouped and sorted in tabs according to ~~/etc/symbols;
immler
parents:
49726
diff
changeset
|
46 |
</DOCKABLE> |
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
47 |
</DOCKABLES> |