From ef8ba2370a84ffb8ab73a98ba7bae5a54576bb7e Mon Sep 17 00:00:00 2001 From: Mihai Sucan Date: Wed, 17 Aug 2011 19:41:41 +0300 Subject: [PATCH] Bug 679475 - Turn on Orion by default in Scratchpad post-merge in fx9; r=rcampbell; DONTBUILD --- browser/app/profile/firefox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 4615d900f43..e40fe2b63d7 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -1054,7 +1054,7 @@ pref("devtools.editor.expandtab", true); // provides programmer-specific editor features such as syntax highlighting, // indenting and bracket recognition. It may not be appropriate for all // locales (esp. RTL) or a11y situations. -pref("devtools.editor.component", "textarea"); +pref("devtools.editor.component", "orion"); // Whether the character encoding menu is under the main Firefox button. This // preference is a string so that localizers can alter it.