| author | nipkow |
| Mon, 02 Apr 2012 13:47:00 +0200 | |
| changeset 47270 | 2511f3e84496 |
| parent 43286 | a319da4fbfb0 |
| child 48014 | 63021e59cbf0 |
| 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> |
| 39515 | 5 |
<DOCKABLE NAME="isabelle-session" MOVABLE="TRUE"> |
6 |
new isabelle.jedit.Session_Dockable(view, position); |
|
7 |
</DOCKABLE> |
|
| 34773 | 8 |
<DOCKABLE NAME="isabelle-output" MOVABLE="TRUE"> |
9 |
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
|
10 |
</DOCKABLE> |
|
37065
2a73253b5898
separate event bus and dockable for raw output (stdout);
wenzelm
parents:
34814
diff
changeset
|
11 |
<DOCKABLE NAME="isabelle-raw-output" MOVABLE="TRUE"> |
|
2a73253b5898
separate event bus and dockable for raw output (stdout);
wenzelm
parents:
34814
diff
changeset
|
12 |
new isabelle.jedit.Raw_Output_Dockable(view, position); |
|
2a73253b5898
separate event bus and dockable for raw output (stdout);
wenzelm
parents:
34814
diff
changeset
|
13 |
</DOCKABLE> |
| 34773 | 14 |
<DOCKABLE NAME="isabelle-protocol" MOVABLE="TRUE"> |
15 |
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
|
16 |
</DOCKABLE> |
|
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
17 |
</DOCKABLES> |