Procházet zdrojové kódy

temporarily disable autofolding (see issue #16)

Eren Yilmaz před 6 roky
rodič
revize
d54360d7e8
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  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