|
@@ -21,24 +21,28 @@ The following features are either planned (\planned), under construction (\progr
|
|
|
\item[\done] Illustrating the progress while the algorithm is running in the form of
|
|
|
\begin{itemize}
|
|
|
\item[\done] Drawing the nodes at their current position.
|
|
|
- \item[\done] Drawing the nodes in the color of their blocks.
|
|
|
- \item[\progress] Drawing a colored background to show the class assignments.
|
|
|
+ \begin{itemize}
|
|
|
+ \item[\done] Hovering the mose over a node to highlight it in all layouts.
|
|
|
+ \item[\done] Drawing the nodes in the color of their blocks.
|
|
|
+ \item[\done] Drawing a colored background to show the class assignments.
|
|
|
+ \item[\done] Drawing dummy nodes differently from other nodes.
|
|
|
+ \end{itemize}
|
|
|
\item[\done] Drawing the edges just as plain straight lines.
|
|
|
- \item[\done] Drawing the conflicted edges in a different color.
|
|
|
- \item[\done] Drawing dummy nodes differently from other nodes.
|
|
|
+ \begin{itemize}
|
|
|
+ \item[\done] Drawing the conflicted edges in a different color.
|
|
|
+ \end{itemize}
|
|
|
+ \item[\planned] Drawing the edges of the block graph (yet another color, low priority).
|
|
|
\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.
|
|
|
\begin{itemize}
|
|
|
\item[\done] Clicking on the pseudocode to set a breakpoint at (not \reserved{goto}) a specific location.
|
|
|
\item[\done] Customizing the font size of the code.
|
|
|
\end{itemize}
|
|
|
- \item[\planned] Showing a legend to explain the shapes and colors.
|
|
|
+ \item[\done] Showing a legend to explain the shapes and colors.
|
|
|
\item[\done] Showing tooltips when hovering over code lines and nodes in the graph that show the state of the variables.
|
|
|
- \item[\done] Hovering the mose over a node to highlight it in all layouts.
|
|
|
\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}).
|