mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
lots of fixes to error handling
This commit is contained in:
@@ -43,7 +43,7 @@ public class SketchCode {
|
||||
//SketchHistory history; // TODO add history information
|
||||
|
||||
String preprocName; // name of .java file after preproc
|
||||
int lineOffset; // where this code starts relative to the concat'd code
|
||||
int preprocOffset; // where this code starts relative to the concat'd code
|
||||
|
||||
|
||||
public SketchCode(String name, File file, int flavor) {
|
||||
|
||||
Reference in New Issue
Block a user