diff --git a/doc/site/images/FineCut_small_logo.png b/doc/site/images/FineCut_small_logo.png deleted file mode 100644 index 87f310b2..00000000 Binary files a/doc/site/images/FineCut_small_logo.png and /dev/null differ diff --git a/doc/site/images/acebug-logo.png b/doc/site/images/acebug-logo.png deleted file mode 100644 index cac5a3fb..00000000 Binary files a/doc/site/images/acebug-logo.png and /dev/null differ diff --git a/index.html b/index.html index 86c1bb6d..04b9995a 100644 --- a/index.html +++ b/index.html @@ -760,11 +760,6 @@ if (match) { style="left: -5px; top: 10px;" /> Codecademy -
  • - - Textor -
  • @@ -793,7 +788,7 @@ if (match) { - Zorba XQuery + Zorba XQuery
  • Drive Notepad
  • - - Fine Cut Engine + + Textor
  • BonsaiJS playground
  • - - Acebug + + Simply Text
  • @@ -1117,7 +1112,7 @@ if (match) { BakeMyCss
  • -
    @@ -1136,7 +1131,56 @@ if (match) { pracZone
  • - Sky Edit + + Qooxdoo playground +
  • +
  • + + ShareJS +
  • +
  • + + Neutron IDE +
  • +
  • +
    + PythonAnywhere +
  • +
  • + + Subtext Editor +
  • +
  • + + Climbi +
  • +
  • +
    + GPUPowered +
  • +
  • + + Code Avengers +
  • +
  • + + CodeMonkey +
  • +
  • + + Learn Angular
  • WaveMaker @@ -1144,35 +1188,15 @@ if (match) {
  • Play My Code
  • -
  • - - Qooxdoo playground -
  • Radiant CMS
  • Developer Companion
  • -
  • - PythonAnywhere -
  • -
  • - - ShareJS -
  • -
  • - - Neutron IDE -
  • Akshell
  • -
  • - beanstalk -
  • diff --git a/lib/ace/ext/whitespace.js b/lib/ace/ext/whitespace.js index 583464ab..a3c179f3 100644 --- a/lib/ace/ext/whitespace.js +++ b/lib/ace/ext/whitespace.js @@ -86,9 +86,8 @@ exports.$detectIndentation = function(lines, fallback) { } else var score = getScore(i) / spaceIndents; - if (changes[i]) { + if (changes[i]) score += changes[i] / changesTotal; - } if (score > first.score) first = {score: score, length: i};