From d920b39f4e86ac2ecf855b15a8e1deb3ce2b801f Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Thu, 28 Jul 2016 19:05:04 -0400 Subject: [PATCH] incorporate patch from Jakub for network paths on Windows --- todo.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/todo.txt b/todo.txt index bb73aaaf4..08e167d7e 100644 --- a/todo.txt +++ b/todo.txt @@ -6,9 +6,6 @@ _ 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? _ https://github.com/processing/processing/issues/3948 -_ lots of reports about a failure to launch on Windows -_ seems related to running from network drives -_ https://github.com/processing/processing/issues/4476 _ possible infinite loop on modified externally _ https://github.com/processing/processing/issues/3965 @@ -32,6 +29,12 @@ jakub X Return of the error check toggle X https://github.com/processing/processing/pull/4491 X https://github.com/processing/processing/issues/4485 +X problems when running PDE from network locations +X lots of reports about a failure to launch on Windows +X seems related to running from network drives +X https://github.com/processing/processing/issues/4417 +X https://github.com/processing/processing/pull/4582 +_ https://github.com/processing/processing/issues/4476 fixed in 3.1.1 X debugger deadlocks when choosing "Step Into" on println()