From fdc8cfef2e6ab3a17e5404d15a6e4b7b4f370e9a Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Tue, 2 Jun 2015 10:30:55 +0200 Subject: [PATCH 1/2] Fix "more settings" link in welcome screen and related references --- package.json | 4 ++-- plugins/c9.ide.keys/commands.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index e89bc544..21721568 100644 --- a/package.json +++ b/package.json @@ -103,7 +103,7 @@ "c9.ide.recentfiles": "#7c099abf40", "c9.ide.remote": "#301d2ab519", "c9.ide.processlist": "#bc11818bb5", - "c9.ide.run": "#be076fbe53", + "c9.ide.run": "#a7145f7037", "c9.ide.run.build": "#ad45874c88", "c9.ide.run.debug.xdebug": "#3b1520f83d", "c9.ide.save": "#3cb206c168", @@ -112,6 +112,6 @@ "c9.ide.threewaymerge": "#229382aa0b", "c9.ide.undo": "#b028bcb4d5", "c9.ide.upload": "#0bd010d3dc", - "c9.ide.welcome": "#b4be5c22a5" + "c9.ide.welcome": "#a0f004e3bd" } } \ No newline at end of file diff --git a/plugins/c9.ide.keys/commands.js b/plugins/c9.ide.keys/commands.js index 7d6b8a26..3752fc30 100644 --- a/plugins/c9.ide.keys/commands.js +++ b/plugins/c9.ide.keys/commands.js @@ -315,7 +315,7 @@ define(function(require, exports, module) { passEvent: true, exec: function(){} }, - commands.togglepreferences, + commands.openpreferences, commands.openpreferences, commands.passKeysToBrowser, commands.find, From fa4c3db74f821e1d8a29fa0a2fdffb5c89e494da Mon Sep 17 00:00:00 2001 From: Lennart Kats Date: Tue, 2 Jun 2015 16:33:49 +0200 Subject: [PATCH 2/2] Remove duplicate entry --- plugins/c9.ide.keys/commands.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugins/c9.ide.keys/commands.js b/plugins/c9.ide.keys/commands.js index 3752fc30..847e4c2a 100644 --- a/plugins/c9.ide.keys/commands.js +++ b/plugins/c9.ide.keys/commands.js @@ -316,7 +316,6 @@ define(function(require, exports, module) { exec: function(){} }, commands.openpreferences, - commands.openpreferences, commands.passKeysToBrowser, commands.find, commands.openterminal, @@ -669,4 +668,4 @@ define(function(require, exports, module) { commands: plugin }); } -}); \ No newline at end of file +});