diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index d0d06dd06..0f7004242 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -33,6 +33,9 @@ the new Python Mode, coming soon: https://github.com/jdf/processing.py [ the core ] ++ sketchPath() was returning user.home in exported apps on OS X + https://github.com/processing/processing/issues/2181 + + Fix bug in StringDict(Reader) that wasn't setting the indices hashmap + Call revalidate() via reflection so that build works under 1.6 (using diff --git a/todo.txt b/todo.txt index f4cf7a868..531f23a6e 100644 --- a/todo.txt +++ b/todo.txt @@ -20,13 +20,13 @@ o http://furbo.org/2013/10/17/code-signing-and-mavericks/ o http://brockerhoff.net/RB/AppCheckerLite/ J permit modes to specify alternate extension (.py for .pyde stuff) J https://github.com/processing/processing/pull/2452 +X sketchPath() returns user.home in exported apps on OSX +X https://github.com/processing/processing/issues/2181 high _ exported apps reporting as "damaged" on OS X _ https://github.com/processing/processing/issues/2095 -_ sketchPath() returns user.home in exported apps on OSX -_ https://github.com/processing/processing/issues/2181 _ QuickReference tool was able to bring down the environment _ https://github.com/processing/processing/issues/2229 _ tab characters not recognized/drawn in the editor (2.1)