Bug 919978 - Make StyleEditor use CodeMirror, r=anton, msucan

This commit is contained in:
Girish Sharma
2013-10-24 10:31:02 +05:30
parent c471440cac
commit 20e66a74f5
13 changed files with 278 additions and 147 deletions

View File

@@ -457,7 +457,8 @@ let DebuggerView = {
}
if (!aFlags.noCaret) {
this.editor.setCursor({ line: aLine -1, ch: aFlags.columnOffset || 0 });
this.editor.setCursor({ line: aLine -1, ch: aFlags.columnOffset || 0 },
aFlags.align);
}
if (!aFlags.noDebug) {