From 701dc623d0c71e8ff8e0a367f17bd2a7eb4474cf Mon Sep 17 00:00:00 2001 From: Ben Fry Date: Mon, 16 May 2016 16:53:46 -0400 Subject: [PATCH] add a note about the new preference --- build/shared/lib/defaults.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/shared/lib/defaults.txt b/build/shared/lib/defaults.txt index 67a3693d9..f1663073b 100644 --- a/build/shared/lib/defaults.txt +++ b/build/shared/lib/defaults.txt @@ -1,3 +1,4 @@ + # !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -357,6 +358,8 @@ pdex.errorCheckEnabled=true pdex.warningsEnabled=true pdex.writeErrorLogs=false +# Set to false to disable ctrl/cmd-click jump to definition +pdex.inspectMode.hotkey=true # Enable auto-completion when hitting ctrl-space pdex.completion = false # Trigger happy version of completion that fires more often