Tab outline, SO's little bro

This commit is contained in:
Manindra Moharana
2014-07-15 07:28:08 +05:30
parent dd000f7989
commit 78c8cee520
2 changed files with 305 additions and 2 deletions

View File

@@ -2327,8 +2327,9 @@ public class ASTGenerator {
protected SketchOutline sketchOutline;
protected void showSketchOutline(){
sketchOutline = new SketchOutline(codeTree, errorCheckerService);
sketchOutline.show();
//sketchOutline = new SketchOutline(codeTree, errorCheckerService);
//sketchOutline.show();
new TabOutline(errorCheckerService).show();
}
public int javaCodeOffsetToLineStartOffset(int line, int jOffset){