|
@@ -92,7 +92,7 @@ public class PseudoCodeNode extends DefaultMutableTreeNode {
|
|
* highlight this line of pseudocode.
|
|
* highlight this line of pseudocode.
|
|
* should be called when the line is entered, as it triggers breakpoints
|
|
* should be called when the line is entered, as it triggers breakpoints
|
|
* @param selected whether to select or deselect this line
|
|
* @param selected whether to select or deselect this line
|
|
- * @return false iff a breakpoint was reached and the node was set to be selected.
|
|
|
|
|
|
+ * @return if the automatic execution should continue.
|
|
*/
|
|
*/
|
|
public CodeAction setSelected( boolean selected )
|
|
public CodeAction setSelected( boolean selected )
|
|
{
|
|
{
|