last bits of the revisions for the release

This commit is contained in:
Ben Fry
2014-11-16 11:17:24 -07:00
parent 68fc8238a9
commit d81919555e
3 changed files with 9 additions and 3 deletions
+1 -1
View File
@@ -351,6 +351,6 @@ pdex.warningsEnabled=true
pdex.writeErrorLogs=false
# Enable auto-completion when hitting ctrl-space
pdex.completion = true
pdex.completion = false
# Trigger happy version of completion that fires more often
pdex.completion.trigger = false
+7 -2
View File
@@ -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 ]
+1
View File
@@ -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)