Merge pull request +14879 from c9/ide-cs50

update cs50
pull/365/head
Nikolai Onken 2016-10-06 13:53:08 +02:00 zatwierdzone przez GitHub
commit c594097adf
3 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -76,7 +76,7 @@
"c9.ide.find": "#e632ecf4be", "c9.ide.find": "#e632ecf4be",
"c9.ide.find.infiles": "#ad9ff74638", "c9.ide.find.infiles": "#ad9ff74638",
"c9.ide.find.replace": "#8468067976", "c9.ide.find.replace": "#8468067976",
"c9.ide.run.debug": "#f10c7e7d19", "c9.ide.run.debug": "#8963fb45c4",
"c9.automate": "#47e2c429c9", "c9.automate": "#47e2c429c9",
"c9.ide.ace.emmet": "#6dc4585e02", "c9.ide.ace.emmet": "#6dc4585e02",
"c9.ide.ace.gotoline": "#d33220b1e0", "c9.ide.ace.gotoline": "#d33220b1e0",

Wyświetl plik

@ -65,7 +65,7 @@
display: none; display: none;
} }
.c9-menu-btn.nosize .icon { background-size: auto !important; } .c9-menu-btn.nosize .icon { background-size: auto; }
.c9-menu-btn.preferences{ .c9-menu-btn.preferences{
padding: @preference-menu-button-padding !important; padding: @preference-menu-button-padding !important;

Wyświetl plik

@ -309,7 +309,7 @@ var HoverLink = function(editor) {
else if (prompt.command === "git") { // git status else if (prompt.command === "git") { // git status
var prefix = line.substr(0, match.start); var prefix = line.substr(0, match.start);
if (match.start + value.length == line.length if (match.start + value.length == line.length
&& /^(#|[ MDR?A]{2})\s+([\w\s]+:\s+)?$/.test(prefix) && /^(#|[ MDRU?A]{2})\s+([\w\s]+:\s+)?$/.test(prefix)
) { ) {
match.type = "path"; match.type = "path";
} else { } else {