From 093f0b2811e220a18808bbf327494b98632ee49c Mon Sep 17 00:00:00 2001 From: Ruben Daniels Date: Sat, 20 Feb 2016 02:25:36 +0000 Subject: [PATCH 1/4] Nicer looking continue screen. Open in browser for http --- configs/client-default.js | 3 ++- package.json | 2 +- plugins/c9.ide.server/views/flat-load-screen.html | 3 +-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/client-default.js b/configs/client-default.js index d8cf7b69..37a1392c 100644 --- a/configs/client-default.js +++ b/configs/client-default.js @@ -649,7 +649,8 @@ module.exports = function(options) { "plugins/c9.ide.preview/previewers/raw", { packagePath: "plugins/c9.ide.preview.browser/browser", - local: options.local + local: options.local, + staticPrefix: staticPrefix + "/plugins/c9.ide.preview.browser" }, { packagePath: "plugins/c9.ide.preview.markdown/markdown", diff --git a/package.json b/package.json index 8b6a2c66..ac64e6a8 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "c9.ide.newresource": "#981a408a7b", "c9.ide.openfiles": "#2ae85a9e33", "c9.ide.preview": "#70bd68740c", - "c9.ide.preview.browser": "#a732ce9853", + "c9.ide.preview.browser": "#2e84a048fd", "c9.ide.preview.markdown": "#bc846e1562", "c9.ide.pubsub": "#a85fb27eca", "c9.ide.readonly": "#719881e192", diff --git a/plugins/c9.ide.server/views/flat-load-screen.html b/plugins/c9.ide.server/views/flat-load-screen.html index 4d1d96b6..8e1a8b32 100644 --- a/plugins/c9.ide.server/views/flat-load-screen.html +++ b/plugins/c9.ide.server/views/flat-load-screen.html @@ -23,9 +23,8 @@ "Everything as you left it.", "Thank you Ada Lovelace!", "POST /desktop/era", - "Use our Vim mode for extra addictive effect!", + "Try using VIM mode!", "Not your grandmother's IDE", - "Now made with 20% more cloud!", "Makes your laptop cooler" ]; From 0e248eddd14e1bef51c2441046802ec6c1e1b2c4 Mon Sep 17 00:00:00 2001 From: nightwing Date: Sat, 20 Feb 2016 21:54:09 +0400 Subject: [PATCH 2/4] allow loading http preview in http served ide --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ac64e6a8..08d3df5c 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "c9.ide.newresource": "#981a408a7b", "c9.ide.openfiles": "#2ae85a9e33", "c9.ide.preview": "#70bd68740c", - "c9.ide.preview.browser": "#2e84a048fd", + "c9.ide.preview.browser": "#78aeeeccf1", "c9.ide.preview.markdown": "#bc846e1562", "c9.ide.pubsub": "#a85fb27eca", "c9.ide.readonly": "#719881e192", From efebff10ba2288063db939c70e9602abd2037492 Mon Sep 17 00:00:00 2001 From: nightwing Date: Sat, 20 Feb 2016 21:59:40 +0400 Subject: [PATCH 3/4] add meta utf8 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 08d3df5c..96439754 100644 --- a/package.json +++ b/package.json @@ -98,8 +98,8 @@ "c9.ide.newresource": "#981a408a7b", "c9.ide.openfiles": "#2ae85a9e33", "c9.ide.preview": "#70bd68740c", - "c9.ide.preview.browser": "#78aeeeccf1", - "c9.ide.preview.markdown": "#bc846e1562", + "c9.ide.preview.browser": "#64fb97b7f7", + "c9.ide.preview.markdown": "#c3174d86e0", "c9.ide.pubsub": "#a85fb27eca", "c9.ide.readonly": "#719881e192", "c9.ide.recentfiles": "#7c099abf40", From e440e9d62620613ee13893601754690e1c389ff4 Mon Sep 17 00:00:00 2001 From: Ruben Daniels Date: Sun, 21 Feb 2016 01:08:13 +0000 Subject: [PATCH 4/4] Updated links to the community questions --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 96439754..4cbed5f9 100644 --- a/package.json +++ b/package.json @@ -98,7 +98,7 @@ "c9.ide.newresource": "#981a408a7b", "c9.ide.openfiles": "#2ae85a9e33", "c9.ide.preview": "#70bd68740c", - "c9.ide.preview.browser": "#64fb97b7f7", + "c9.ide.preview.browser": "#897177be7f", "c9.ide.preview.markdown": "#c3174d86e0", "c9.ide.pubsub": "#a85fb27eca", "c9.ide.readonly": "#719881e192",