From f77a71d8621435ea4cc06c25923fe67a50c066a3 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 18 Apr 2016 12:16:24 -0400 Subject: [PATCH] note Jakub fixes and merges --- core/todo.txt | 8 ++++++++ todo.txt | 7 ++++--- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index 744241f2c..602bc3f61 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -11,6 +11,14 @@ X normalize features and error handling between all of them _ add push() and pop() methods to mirror js? +jakub +X several JavaFX fixes +X https://github.com/processing/processing/pull/4411 +X cursor() and noCursor() not working on FX2D +X https://github.com/processing/processing/issues/4405 +X Make sure PImage.parent is set in loadImage() +X https://github.com/processing/processing/pull/4412 + andres X Change convention for directional lights in OpenGL-Binding for GLSL X https://github.com/processing/processing/issues/4275 diff --git a/todo.txt b/todo.txt index e7a03b40d..36a9bd4ad 100644 --- a/todo.txt +++ b/todo.txt @@ -22,14 +22,15 @@ X update JDT to 4.5.2 X https://github.com/processing/processing/pull/4387 X JavaMode cleanup X https://github.com/processing/processing/pull/4390 +X tabs aren't working properly (several bugs?) +X https://github.com/processing/processing/issues/3975 +X https://github.com/processing/processing/pull/4410 +_ arrow keys aren't working in the examples window _ createPreprocessor() added to JavaEditor https://github.com/processing/processing/commit/2ecdc36ac7c680eb36e271d17ad80b657b3ae6a0 -_ tabs aren't working properly (several bugs?) -_ https://github.com/processing/processing/issues/3975 - _ possible infinite loop on modified externally _ https://github.com/processing/processing/issues/3965