pull/268/head
Brady Dowling 2016-03-04 14:11:44 +00:00 zatwierdzone przez Ruben Daniels
commit e087aa96b4
6 zmienionych plików z 18 dodań i 8 usunięć

3
.gitignore vendored
Wyświetl plik

@ -85,4 +85,5 @@ foo.js
hello.js
plugins/c9.docker/containers/ci/files/github_c9_newclient
plugins/c9.docker/containers/shared/files/plugins/salesforce*
security-audit.log
plugins/c9.docker/containers/shared/files/plugins/google*
security-audit.log

Wyświetl plik

@ -320,7 +320,6 @@ module.exports = function(options) {
"plugins/c9.ide.language.generic/generic",
"plugins/c9.ide.language.css/css",
"plugins/c9.ide.language.html/html",
// "plugins/c9.ide.language.codeintel/codeintel",
"plugins/c9.ide.language.javascript/javascript",
"plugins/c9.ide.language.javascript.immediate/immediate",
"plugins/c9.ide.language.javascript.infer/jsinfer",
@ -903,6 +902,9 @@ module.exports = function(options) {
staticPrefix: staticPrefix + "/plugins/c9.ide.collab/chat"
});
}
if (options.platform !== "win32")
plugins.push("plugins/c9.ide.language.codeintel/codeintel");
return plugins;
};

Wyświetl plik

@ -1,7 +1,7 @@
{
"name": "c9",
"description": "New Cloud9 Client",
"version": "3.1.1602",
"version": "3.1.1666",
"author": "Ajax.org B.V. <info@ajax.org>",
"private": true,
"main": "bin/c9",
@ -65,9 +65,9 @@
"c9.ide.language.javascript.eslint": "#edaf80a3fe",
"c9.ide.language.javascript.tern": "#8423d558f6",
"c9.ide.language.javascript.infer": "#325ac6880e",
"c9.ide.language.jsonalyzer": "#7791dec360",
"c9.ide.language.jsonalyzer": "#4b329741b1",
"c9.ide.language.codeintel": "#046d39603b",
"c9.ide.collab": "#36a4606970",
"c9.ide.collab": "#11a0d3c5ce",
"c9.ide.local": "#10eb45842a",
"c9.ide.find": "#e33fbaed2f",
"c9.ide.find.infiles": "#c0a13737ef",
@ -108,7 +108,7 @@
"c9.ide.run": "#4f0257bc0b",
"c9.ide.run.build": "#0598fff697",
"c9.ide.run.debug.xdebug": "#9956689819",
"c9.ide.save": "#417e4b53c4",
"c9.ide.save": "#86f0f38160",
"c9.ide.scm": "#ca3c94b84f",
"c9.ide.terminal.monitor": "#1a4092ede2",
"c9.ide.test": "#a282ec1619",

Wyświetl plik

@ -7,7 +7,9 @@
<body class="error503 light">
<div id="wrapper">
<h1>Service Unavailable</h1>
<h2><em><%=statusCode%> - <%=scope%></em> <%=error%></h2>
<% if (showStackTrace) { %>
<h2><em><%=statusCode%> - <%=scope%></em> <%=error%></h2>
<% } %>
<p style="margin-bottom:20px;width:600px">
The service reports it's unavailable at this time. This has been logged
and the appropriate people have been notified. Please check the

Wyświetl plik

@ -27,6 +27,11 @@ define(function(require, module, exports) {
/***** Methods *****/
function show(title, header, msg, onYes, onNo, options) {
if (onYes && typeof onYes !== "function")
return show(title, header, msg, null, null, onYes);
if (onNo && typeof onNo !== "function")
return show(title, header, msg, onYes, null, onNo);
if (!options)
options = {};

Wyświetl plik

@ -23,7 +23,7 @@
"Each workspace is its own Ubuntu virtual machine.",
"Run 'dpkg -l' in the terminal to see all packages installed.",
"Remember to run your code on port 8080, 8081, or 8082.",
"Use the Collaborate panel when working together.",
"Use the Collaborate panel when collaborating for optimal teamwork.",
"It's better up here.",
"Happy coding!",
"Everything as you left it.",