mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
The fight continues for pde specific offset mapping.
This commit is contained in:
@@ -810,6 +810,10 @@ public class ErrorCheckerService implements Runnable{
|
||||
return new int[] { codeIndex, x };
|
||||
}
|
||||
|
||||
public String getPDECode(int linenumber){
|
||||
return editor.ta.getLineText(linenumber);
|
||||
}
|
||||
|
||||
/**
|
||||
* Calculates the tab number and line number of the error in that particular
|
||||
* tab. Provides mapping between pure java and pde code.
|
||||
|
||||
Reference in New Issue
Block a user