소스 검색

temporarily disable autofolding (see issue #16)

Eren Yilmaz 6 년 전
부모
커밋
d54360d7e8
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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