just adding the editor pane statically

This commit is contained in:
Corey Johnson
2011-09-02 19:28:05 -07:00
parent 6d41492fd7
commit 4b66101755
2 changed files with 3 additions and 2 deletions

View File

@@ -8,8 +8,6 @@ _ = require 'underscore'
ace = require 'ace/ace'
canon = require 'pilot/canon'
Chrome.addPane 'main', '<div id="editor"></div>'
exports.ace = editor = ace.edit "editor"
editor.setTheme require "ace/theme/twilight"
editor.getSession().setUseSoftTabs true

View File

@@ -59,6 +59,9 @@
<body>
<div id='app-horizontal'>
<div id='app-vertical'>
<div class='main pane'>
<div id="editor"></div>
</div>
</div>
</div>
</body>