mirror of
https://github.com/processing/processing4.git
synced 2026-03-11 23:24:38 +01:00
Tab outline, SO's little bro
This commit is contained in:
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user