Quellcode durchsuchen

temporarily disable autofolding (see issue #16)

Eren Yilmaz vor 6 Jahren
Ursprung
Commit
d54360d7e8
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      src/animation/PseudoCodeNode.java

+ 2 - 2
src/animation/PseudoCodeNode.java

@@ -106,8 +106,8 @@ public class PseudoCodeNode extends DefaultMutableTreeNode {
         }
         else
         {
-            if( controller == null || controller.getStepOption() != 1 )
-                tree.collapsePath( new TreePath( this.getPath() ) );
+//            if( controller == null || controller.getStepOption() != 1 )
+//                tree.collapsePath( new TreePath( this.getPath() ) );
         }
         if( breakPoint && selected )
             return CodeAction.STOP; // Breakpoint