Explorar o código

temporarily disable autofolding (see issue #16)

Eren Yilmaz %!s(int64=6) %!d(string=hai) anos
pai
achega
d54360d7e8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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