more screenshots;
authorwenzelm
Thu, 31 Oct 2013 17:37:08 +0100
changeset 55245157b6eee6a76
parent 55244 9538f51da542
child 55246 0f50303e899f
more screenshots;
src/Doc/JEdit/JEdit.thy
src/Doc/JEdit/document/output.png
     1.1 --- a/src/Doc/JEdit/JEdit.thy	Thu Oct 31 17:13:39 2013 +0100
     1.2 +++ b/src/Doc/JEdit/JEdit.thy	Thu Oct 31 17:37:08 2013 +0100
     1.3 @@ -64,16 +64,17 @@
     1.4  section {* The Isabelle/jEdit Prover IDE *}
     1.5  
     1.6  text {*
     1.7 -  \begin{figure}[htbp]
     1.8 +  \begin{figure}[htb]
     1.9    \begin{center}
    1.10    \includegraphics[width=\textwidth]{isabelle-jedit}
    1.11    \end{center}
    1.12    \caption{The Isabelle/jEdit Prover IDE}
    1.13 +  \label{fig:isabelle-jedit}
    1.14    \end{figure}
    1.15  
    1.16 -  Isabelle/jEdit consists of some plugins for the well-known jEdit
    1.17 -  text editor \url{http://www.jedit.org}, according to the following
    1.18 -  principles.
    1.19 +  Isabelle/jEdit (\figref{fig:isabelle-jedit}) consists of some
    1.20 +  plugins for the well-known jEdit text editor
    1.21 +  \url{http://www.jedit.org}, according to the following principles.
    1.22  
    1.23    \begin{itemize}
    1.24  
    1.25 @@ -362,10 +363,20 @@
    1.26    Both are directly attached to the corresponding positions in the
    1.27    original source text, and visualized in the text area, e.g.\ as text
    1.28    colours for free and bound variables, or as squiggly underline for
    1.29 -  warnings, errors etc.  In the latter case, the corresponding
    1.30 -  messages are shown by hovering with the mouse over the highlighted
    1.31 -  text --- although in many situations the user should already get
    1.32 -  some clue by looking at the text highlighting alone.
    1.33 +  warnings, errors etc.\ (see also \figref{fig:output}).  In the
    1.34 +  latter case, the corresponding messages are shown by hovering with
    1.35 +  the mouse over the highlighted text --- although in many situations
    1.36 +  the user should already get some clue by looking at the text
    1.37 +  highlighting alone.
    1.38 +
    1.39 +  \begin{figure}[htb]
    1.40 +  \begin{center}
    1.41 +  \includegraphics[scale=0.3]{output}
    1.42 +  \end{center}
    1.43 +  \caption{Multiple views on prover output: gutter area, text area
    1.44 +    with popup, overview area, Theories panel, Output panel}
    1.45 +  \label{fig:output}
    1.46 +  \end{figure}
    1.47  
    1.48    The ``gutter area'' on the left-hand-side of the text area uses
    1.49    icons to provide a summary of the messages within the corresponding
    1.50 @@ -429,9 +440,9 @@
    1.51    yellow popup) and/or a \emph{hyperlink} (black rectangle over the
    1.52    text); see also \figref{fig:tooltip}.
    1.53  
    1.54 -  \begin{figure}[htbp]
    1.55 +  \begin{figure}[htb]
    1.56    \begin{center}
    1.57 -  \includegraphics[scale=0.6]{popup1}
    1.58 +  \includegraphics[scale=0.5]{popup1}
    1.59    \end{center}
    1.60    \caption{Tooltip and hyperlink for some formal entity}
    1.61    \label{fig:tooltip}
    1.62 @@ -439,12 +450,11 @@
    1.63  
    1.64    Tooltip popups use the same rendering principles as the main text
    1.65    area, and further tooltips and/or hyperlinks may be exposed
    1.66 -  recursively by the same mechanism; see
    1.67 -  \figref{fig:nested-tooltips}.
    1.68 +  recursively by the same mechanism; see \figref{fig:nested-tooltips}.
    1.69  
    1.70 -  \begin{figure}[htbp]
    1.71 +  \begin{figure}[htb]
    1.72    \begin{center}
    1.73 -  \includegraphics[scale=0.6]{popup2}
    1.74 +  \includegraphics[scale=0.5]{popup2}
    1.75    \end{center}
    1.76    \caption{Nested tooltips over formal entities}
    1.77    \label{fig:nested-tooltips}
    1.78 @@ -686,7 +696,7 @@
    1.79    clicking on certain parts of the output inserts that text into the
    1.80    source in the proper place.
    1.81  
    1.82 -  \begin{figure}[htbp]
    1.83 +  \begin{figure}[htb]
    1.84    \begin{center}
    1.85    \includegraphics[scale=0.5]{auto-tools}
    1.86    \end{center}
    1.87 @@ -779,7 +789,7 @@
    1.88    standard policies of Dockable Window Management in jEdit.  Closing a
    1.89    window also cancels the corresponding prover tasks.
    1.90  
    1.91 -  \begin{figure}[htbp]
    1.92 +  \begin{figure}[htb]
    1.93    \begin{center}
    1.94    \includegraphics[scale=0.3]{sledgehammer}
    1.95    \end{center}
    1.96 @@ -808,7 +818,7 @@
    1.97    thmcriterium} given in \cite{isabelle-isar-ref}.  Further options of
    1.98    @{command find_theorems} are available via GUI elements.
    1.99  
   1.100 -  \begin{figure}[htbp]
   1.101 +  \begin{figure}[htb]
   1.102    \begin{center}
   1.103    \includegraphics[scale=0.3]{find}
   1.104    \end{center}
     2.1 Binary file src/Doc/JEdit/document/output.png has changed