diff --git a/core/todo.txt b/core/todo.txt index 8502e2712..e90cc9304 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -1,4 +1,6 @@ 0241 (3.1.2) +X rewrite csv handling +X fix parsing bugs, remove newlines option, improve performance gohai X Fix GLExceptions on Raspberry Pi when using offscreen PGraphics diff --git a/todo.txt b/todo.txt index 12827388d..bb73aaaf4 100644 --- a/todo.txt +++ b/todo.txt @@ -1,6 +1,7 @@ 0251 (3.1.2) high +_ update to 8 102 14 _ Pasting code from editor to empty editor produces Exception _ https://github.com/processing/processing/issues/4522 _ did we lose settings.path because it was too buggy? @@ -11,6 +12,14 @@ _ https://github.com/processing/processing/issues/4476 _ possible infinite loop on modified externally _ https://github.com/processing/processing/issues/3965 +lower +_ make when opening new editor window, open on the same display as current +_ https://github.com/processing/processing/issues/4526 +_ hi-dpi support on Linux +_ https://github.com/processing/processing/issues/4183 +_ PDE and sketches are 2x smaller on high-res Windows machines +_ https://github.com/processing/processing/issues/2411 + gohai X IO: Fix drawing for SPIAnalogDigital examples X https://github.com/processing/processing/pull/4480