mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
just adding the editor pane statically
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user