mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Merge branch 'master' of https://github.com/processing/processing
This commit is contained in:
@@ -350,5 +350,7 @@ pdex.errorCheckEnabled=true
|
||||
pdex.warningsEnabled=true
|
||||
pdex.writeErrorLogs=false
|
||||
|
||||
# Enable auto-completion when hitting ctrl-space
|
||||
pdex.completion = false
|
||||
# Trigger happy version of completion that fires more often
|
||||
pdex.completion.trigger = false
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
PROCESSING 3.0a5 (REV 0232) - 16 November 2014
|
||||
|
||||
Hello from the University of Denver! This release has tons of bug fixing
|
||||
and incorporating various pull requests.
|
||||
Hello from the University of Denver! I'm here with Casey, Dan, Andres,
|
||||
and Manindra working on 3.0. Chris Coleman and Laleh Mehran have been
|
||||
hosting us on behalf of the EDP program. It all looks a bit like this:
|
||||
https://twitter.com/digitalcoleman/status/533784122179596288
|
||||
|
||||
|
||||
[ changes ]
|
||||
@@ -38,6 +40,9 @@ and incorporating various pull requests.
|
||||
https://github.com/processing/processing/issues/2873
|
||||
https://github.com/processing/processing-docs/issues/167
|
||||
|
||||
+ Change code completion preferences a bit. It's still turned off by
|
||||
default, but enable it and help us test!
|
||||
|
||||
|
||||
[ bug fixes ]
|
||||
|
||||
|
||||
@@ -19,6 +19,7 @@ X https://github.com/processing/processing/issues/2099
|
||||
X https://github.com/processing/processing/pull/2958
|
||||
X ToolTipManager error fix from Manindra
|
||||
X https://github.com/processing/processing/issues/2926
|
||||
X Change code completion preferences a bit
|
||||
|
||||
pulls
|
||||
X Cmd + H runs sketch instead of hiding the PDE (OS X)
|
||||
|
||||
Reference in New Issue
Block a user