mirror of
https://github.com/processing/processing4.git
synced 2026-02-13 10:30:44 +01:00
improving import suggestion window
This commit is contained in:
@@ -267,9 +267,8 @@ public class ErrorCheckerService implements Runnable{
|
||||
int idx = p.getMessage().indexOf(" cannot be resolved to a type");
|
||||
if(idx > 1){
|
||||
String missingClass = p.getMessage().substring(0, idx);
|
||||
System.out.println("Will suggest for type:" + missingClass);
|
||||
//System.out.println("Will suggest for type:" + missingClass);
|
||||
astGenerator.suggestImports(missingClass);
|
||||
runManualErrorCheck();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user