diff --git a/build/shared/lib/defaults.txt b/build/shared/lib/defaults.txt index 26fba9f68..4e7ad7536 100644 --- a/build/shared/lib/defaults.txt +++ b/build/shared/lib/defaults.txt @@ -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 diff --git a/build/shared/revisions.txt b/build/shared/revisions.txt index 28d565493..3ff4e1e29 100644 --- a/build/shared/revisions.txt +++ b/build/shared/revisions.txt @@ -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 ] diff --git a/todo.txt b/todo.txt index 20b1988eb..f59298542 100644 --- a/todo.txt +++ b/todo.txt @@ -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)