Skip to content

Commit

Permalink
release 1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
nightwing committed Apr 10, 2012
1 parent af64219 commit bf4f43b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chrome/content/ace++/consoleMode.js
Original file line number Original file line Diff line number Diff line change
@@ -1,5 +1,5 @@
var coffeeScriptCompiler var coffeeScriptCompiler
define('ace/mode/consoleMode', function(require, exports, module) { define("ace/mode/consoleMode", function(require, exports, module) {


var oop = require("ace/lib/oop"); var oop = require("ace/lib/oop");
var TextMode = require("ace/mode/text").Mode; var TextMode = require("ace/mode/text").Mode;
Expand Down
2 changes: 1 addition & 1 deletion chrome/content/aceEditor.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -450,7 +450,7 @@ Firebug.largeCommandLineEditor = {
editor.session.autocompletionType = 'console'; editor.session.autocompletionType = 'console';


// set mode which allows cells and, js+coffeescript combination // set mode which allows cells and, js+coffeescript combination
Firebug.Ace.win2.initConsoleMode(editor) Firebug.Ace.win2.editor.session.setMode("ace/mode/consoleMode")




// clean up preload handlers // clean up preload handlers
Expand Down
4 changes: 2 additions & 2 deletions install.rdf
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<em:name>Acebug</em:name> <em:name>Acebug</em:name>
<em:description>Syntax highlighting for the Firebug command line using Ace. Firebug 1.9 or above must be installed in order to use this extension.</em:description> <em:description>Syntax highlighting for the Firebug command line using Ace. Firebug 1.9 or above must be installed in order to use this extension.</em:description>
<em:id>acebug@mozilla.org</em:id> <em:id>acebug@mozilla.org</em:id>
<em:version>1.9.3</em:version> <em:version>1.9.4</em:version>
<em:type>2</em:type> <em:type>2</em:type>
<em:creator>Harutyun Amirjanyan &amp; Michael Ratcliffe</em:creator> <em:creator>Harutyun Amirjanyan &amp; Michael Ratcliffe</em:creator>
<em:iconURL>chrome://acebug/content/acebug.png</em:iconURL> <em:iconURL>chrome://acebug/content/acebug.png</em:iconURL>
Expand All @@ -29,7 +29,7 @@
<Description> <Description>
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
<em:minVersion>8.0</em:minVersion> <em:minVersion>8.0</em:minVersion>
<em:maxVersion>13.0a1</em:maxVersion> <em:maxVersion>14.0a1</em:maxVersion>
</Description> </Description>
</em:targetApplication> </em:targetApplication>


Expand Down

0 comments on commit bf4f43b

Please sign in to comment.