author | immler@in.tum.de |
Tue, 02 Jun 2009 19:00:58 +0200 | |
changeset 34594 | 6c13b1974cd1 |
parent 34462 | fefbd0421e4e |
child 34652 | 5fe5e00ec430 |
permissions | -rw-r--r-- |
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
1 |
<ACTIONS> |
34422 | 2 |
<ACTION NAME="isabelle.show-output"> |
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
3 |
<CODE> |
34422 | 4 |
wm.addDockableWindow("isabelle-output"); |
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
5 |
</CODE> |
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
6 |
</ACTION> |
34422 | 7 |
<ACTION NAME="isabelle.show-state"> |
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
8 |
<CODE> |
34422 | 9 |
wm.addDockableWindow("isabelle-state"); |
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
10 |
</CODE> |
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
11 |
</ACTION> |
34422 | 12 |
<ACTION NAME="isabelle.show-scroller"> |
34342
b2781f2cd80a
LazyScroller: rendering messages only when needed
immler@in.tum.de
parents:
34318
diff
changeset
|
13 |
<CODE> |
34422 | 14 |
wm.addDockableWindow("isabelle-scroller"); |
34342
b2781f2cd80a
LazyScroller: rendering messages only when needed
immler@in.tum.de
parents:
34318
diff
changeset
|
15 |
</CODE> |
b2781f2cd80a
LazyScroller: rendering messages only when needed
immler@in.tum.de
parents:
34318
diff
changeset
|
16 |
</ACTION> |
34422 | 17 |
<ACTION NAME="isabelle.activate"> |
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
18 |
<CODE> |
34462 | 19 |
isabelle.jedit.Isabelle.plugin().switch_active(view); |
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
20 |
</CODE> |
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
21 |
<IS_SELECTED> |
34440 | 22 |
return isabelle.jedit.Isabelle.plugin().is_active(view.getBuffer()); |
34318
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
23 |
</IS_SELECTED> |
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
24 |
</ACTION> |
c13e168a8ae6
original sources from Johannes Hölzl a48e0c6ab1aea77c52d596f7efc007a543d3d10c with minor modifications of directory layout;
wenzelm
parents:
diff
changeset
|
25 |
</ACTIONS> |