From 36ddf7ebcb19129f572cce3153eb845b0338f6c1 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 1 Jul 2013 21:02:12 -0400 Subject: [PATCH] fix missing semicolon --- app/src/processing/app/contrib/ContributionListing.java | 2 +- todo.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/app/src/processing/app/contrib/ContributionListing.java b/app/src/processing/app/contrib/ContributionListing.java index a9f73f01e..f9e211a8c 100644 --- a/app/src/processing/app/contrib/ContributionListing.java +++ b/app/src/processing/app/contrib/ContributionListing.java @@ -32,7 +32,7 @@ import processing.core.PApplet; public class ContributionListing { static final String LISTING_URL = - "http://processing.org/contrib_generate/contributions.txt" + "http://processing.org/contrib_generate/contributions.txt"; static ContributionListing singleInstance; diff --git a/todo.txt b/todo.txt index 64abba0b4..a3016be48 100644 --- a/todo.txt +++ b/todo.txt @@ -780,6 +780,9 @@ _ In regedit: Navigate to Computer\HKEY_CLASSES_ROOT\Applications and find you DIST / Mac OS X + +_ package Java 7 version of the app +_ docs.oracle.com/javase/7/docs/technotes/guides/jweb/packagingAppsForMac.html _ blank sketch opened even if another opened by double-click _ add a 150 ms or more lag before opening the untitled window (on os x) _ https://github.com/processing/processing/issues/218