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.infiles": "#ad9ff74638",
"c9.ide.find.replace": "#8468067976",
"c9.ide.run.debug": "#f10c7e7d19",
"c9.ide.run.debug": "#8963fb45c4",
"c9.automate": "#47e2c429c9",
"c9.ide.ace.emmet": "#6dc4585e02",
"c9.ide.ace.gotoline": "#d33220b1e0",

Wyświetl plik

@ -65,7 +65,7 @@
display: none;
}
.c9-menu-btn.nosize .icon { background-size: auto !important; }
.c9-menu-btn.nosize .icon { background-size: auto; }
.c9-menu-btn.preferences{
padding: @preference-menu-button-padding !important;
@ -116,4 +116,4 @@
.c9-menu-btn.c9btn.offline{
color: #d22a3f;
text-shadow: 0 1px black;
}
}

Wyświetl plik

@ -309,7 +309,7 @@ var HoverLink = function(editor) {
else if (prompt.command === "git") { // git status
var prefix = line.substr(0, match.start);
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";
} else {