From 596fa79e6945e5540da7f5f2d97703fd1f745f98 Mon Sep 17 00:00:00 2001 From: Resolver Developers Date: Thu, 10 Feb 2011 12:38:09 +0000 Subject: [PATCH 1/3] Removed superfluous comma which breaks IE --- lib/ace/mode/text_highlight_rules.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/mode/text_highlight_rules.js b/lib/ace/mode/text_highlight_rules.js index 4311e9a8..d4b362a7 100644 --- a/lib/ace/mode/text_highlight_rules.js +++ b/lib/ace/mode/text_highlight_rules.js @@ -45,7 +45,7 @@ var TextHighlightRules = function() { this.$rules = { "start" : [ { token : "empty_line", - regex : '^$', + regex : '^$' }, { token : "text", regex : ".+" From 494418106792edf77b0aa5afc56b2b1ac7b2a278 Mon Sep 17 00:00:00 2001 From: Resolver Developers Date: Wed, 16 Mar 2011 17:29:06 +0000 Subject: [PATCH 2/3] Removed second Ctrl-L binding that was breaking go to line. by: Glenn, Giles --- lib/ace/commands/default_commands.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lib/ace/commands/default_commands.js b/lib/ace/commands/default_commands.js index 979f6842..a54bd7b2 100644 --- a/lib/ace/commands/default_commands.js +++ b/lib/ace/commands/default_commands.js @@ -349,11 +349,6 @@ canon.addCommand({ env.editor.insert(lang.stringRepeat(args.text || "", args.times || 1)); } }); -canon.addCommand({ - name: "centerselection", - bindKey: bindKey("Ctrl-L", "Ctrl-L"), - exec: function(env, args, request) { env.editor.centerSelection(); } -}); canon.addCommand({ name: "splitline", bindKey: bindKey(null, "Ctrl-O"), From bf907f27f7f9a5fe68902a43b2cbfa065dc2d60a Mon Sep 17 00:00:00 2001 From: Resolver Developers Date: Wed, 5 Oct 2011 14:39:04 +0100 Subject: [PATCH 3/3] Removed Dirigible, added PythonAnywhere. by: Giles Thomas --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 8920ccaa..39f46448 100644 --- a/index.html +++ b/index.html @@ -48,7 +48,7 @@
  • Radiant CMS
  • Developer Companion
  • Mozilla Add-on Builder
  • -
  • Dirigible
  • +
  • PythonAnywhere
  • shiftEdit
  • Akshell
  • beanstalk