diff --git a/plugins/c9.core/settings.js b/plugins/c9.core/settings.js index 8c0882b4..27bee4f8 100644 --- a/plugins/c9.core/settings.js +++ b/plugins/c9.core/settings.js @@ -395,7 +395,7 @@ define(function(require, exports, module) { hash[key] = value; // Tell everyone this property changed - emit(parts.join("/")); + emit(parts.join("/"), value); // Tell everyone it's parent changed emit(query, value); diff --git a/plugins/c9.ide.preferences/experimental.js b/plugins/c9.ide.preferences/experimental.js index 404f74bc..d83014c7 100644 --- a/plugins/c9.ide.preferences/experimental.js +++ b/plugins/c9.ide.preferences/experimental.js @@ -30,6 +30,8 @@ define(function(require, exports, module) { if (loaded) return false; loaded = true; + settings.setDefaults("state/experiments", [["@enabled", true]]); + plugin.form.add([{ type: "custom", title: "Introduction",