mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
back out autoformat change (#1791)
This commit is contained in:
@@ -376,10 +376,10 @@ public class AutoFormat implements Formatter {
|
||||
if ((!s_flag) || buf.length() > 0) {
|
||||
buf.append(c);
|
||||
}
|
||||
// issue https://github.com/processing/processing/issues/364
|
||||
s_flag = false;
|
||||
trimRight(result);
|
||||
result.append(" ");
|
||||
// // issue https://github.com/processing/processing/issues/364
|
||||
// s_flag = false;
|
||||
// trimRight(result);
|
||||
// result.append(" ");
|
||||
|
||||
writeIndentedLine();
|
||||
s_flag = false;
|
||||
|
||||
8
todo.txt
8
todo.txt
@@ -5,6 +5,11 @@ X in some cases, pde.jar was not getting built
|
||||
X https://github.com/processing/processing/issues/1792
|
||||
X ignore modes folder in sketchbook listing
|
||||
X https://github.com/processing/processing/issues/1832
|
||||
X processing-java return code is wrong (on Linux)
|
||||
X was always returning success from Commander, also from the script
|
||||
X https://github.com/processing/processing/issues/1798
|
||||
X OS X command line didn't have all the correct .jar files
|
||||
X https://github.com/processing/processing/issues/1787
|
||||
|
||||
cleaning
|
||||
X most of theme probably moves back into lib
|
||||
@@ -56,9 +61,6 @@ o Exception in thread "Animation Thread" java.lang.UnsatisfiedLinkError: no gl
|
||||
o cannot really.. part of the launcher
|
||||
|
||||
|
||||
_ mac os x command line broken
|
||||
|
||||
|
||||
2.0 FINAL / libraries & classpaths
|
||||
_ need to deal with classpath conflicts
|
||||
_ avoid garbage that people have installed on their machines
|
||||
|
||||
Reference in New Issue
Block a user