This commit is contained in:
Manindra Moharana
2014-11-16 11:32:56 -07:00
3 changed files with 10 additions and 2 deletions
+2
View File
@@ -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
+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)