Ver código fonte

update feature list

Eren Yilmaz 6 anos atrás
pai
commit
69261bd55d
1 arquivos alterados com 5 adições e 2 exclusões
  1. 5 2
      doc/chapter/4progress.tex

+ 5 - 2
doc/chapter/4progress.tex

@@ -25,16 +25,19 @@ The following features are either planned (\planned), under construction (\progr
         \item[\done] Drawing the conflicted edges in a different color.
         \item[\done] Drawing dummy nodes differently from other nodes.
         \item[\done] Drawing the four extremal layouts and the combined layout separately.
+        \begin{itemize}
+            \item[\done] Optionally, drawing the only the extremal layout the algorithm is currently working on.
+        \end{itemize}
         \item[\planned] Drawing the edges of the block graph (yet another color, low priority).
         \item[\done] Showing pseudocode and the position where the algorithm currently is.
-        \item[\planned] Add a legend to explain the shapes and colors.
         \begin{itemize}
             \item[\done] Clicking on the pseudocode to set a breakpoint at (not \reserved{goto}) a specific location.
         \end{itemize}
+        \item[\planned] Add a legend to explain the shapes and colors.
     \end{itemize}
     \item[\done] Running the algorithm step by step manually.
     \item[\done] Running the algorithm step by step with configurable delay (\enquote{automatic execution}).
-    \item[\planned] Running the algorithm only on the unfolded parts of the source code (\enquote{step overrun}).
+    \item[\done] Running the algorithm only on the unfolded parts of the source code (\enquote{step overrun}).
     \item[\done] Using debugger-like commands such as \enquote{step into}, \enquote{step over}, \enquote{step out}.
     \item[\done] Adding buttons and other graphical elements to support the user interface (low priority, see figure~\ref{fig:sketch}).
     Currently there is only keyboard input (cf.\ section~\ref{sec:userInterface}).