You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few oddities in the generated code from the preprocessor that should be easy to fix. @sampottinger You mentioned you might look at preproc things today, I'm hoping these might be quick?
There's an extra space character added before functions (perhaps only functions where public has been added? not sure).
Several extra blank lines of text appear toward the top of the file (after imports and before public class iirc)
None of the rest of the code is indented at all: i.e. once the sketch is wrapped in public class Blah extends PApplet, the inner lines have no indent.
I'd also like to rewrite the “exported at” text, but can take care of that.
The text was updated successfully, but these errors were encountered:
This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs.
Created by: benfry
A few oddities in the generated code from the preprocessor that should be easy to fix. @sampottinger You mentioned you might look at preproc things today, I'm hoping these might be quick?
public
has been added? not sure).public class
iirc)public class Blah extends PApplet
, the inner lines have no indent.I'd also like to rewrite the “exported at” text, but can take care of that.
The text was updated successfully, but these errors were encountered: