Forst shot at pde specific offset mapping. Not there yet.

This commit is contained in:
Manindra Moharana
2013-06-20 21:35:43 +05:30
parent dec4c58633
commit 7cac0a0d0d
3 changed files with 84 additions and 16 deletions

View File

@@ -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