Bug 679475 - Turn on Orion by default in Scratchpad post-merge in fx9; r=rcampbell; DONTBUILD

This commit is contained in:
Mihai Sucan 2011-08-17 19:41:41 +03:00
parent 9da5ad0e68
commit 3b44b6ae01

View File

@ -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.