mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix missing semicolon
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user