From 729f86950365fba28a4e44dc699532cb0d6dd953 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 16 Nov 2014 11:05:54 -0700 Subject: [PATCH 1/2] turn on code completion --- build/shared/lib/defaults.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/shared/lib/defaults.txt b/build/shared/lib/defaults.txt index d8ae69110..26fba9f68 100644 --- a/build/shared/lib/defaults.txt +++ b/build/shared/lib/defaults.txt @@ -350,5 +350,7 @@ pdex.errorCheckEnabled=true pdex.warningsEnabled=true pdex.writeErrorLogs=false -pdex.completion = false +# Enable auto-completion when hitting ctrl-space +pdex.completion = true +# Trigger happy version of completion that fires more often pdex.completion.trigger = false From d81919555e0ff818ae6c89009cdb697157ea1000 Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Sun, 16 Nov 2014 11:17:24 -0700 Subject: [PATCH 2/2] last bits of the revisions for the release --- build/shared/lib/defaults.txt | 2 +- build/shared/revisions.txt | 9 +++++++-- todo.txt | 1 + 3 files changed, 9 insertions(+), 3 deletions(-) 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)