mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
Forst shot at pde specific offset mapping. Not there yet.
This commit is contained in:
@@ -897,7 +897,7 @@ public class ErrorCheckerService implements Runnable{
|
||||
* java source. And there's a difference between parsable and compilable.
|
||||
* XQPrerocessor.java makes this code compilable. <br>
|
||||
* Handles: <li>Removal of import statements <li>Conversion of int(),
|
||||
* char(), etc to (int)(), (char)(), etc. <li>Replacing '#' with 0xff for
|
||||
* char(), etc to PApplet.parseInt(), etc. <li>Replacing '#' with 0xff for
|
||||
* color representation<li>Converts all 'color' datatypes to int
|
||||
* (experimental) <li>Appends class declaration statement after determining
|
||||
* the mode the sketch is in - ACTIVE or STATIC
|
||||
|
||||
Reference in New Issue
Block a user