mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
actually working
This commit is contained in:
@@ -49,7 +49,7 @@
|
||||
background-color: blue;
|
||||
}
|
||||
|
||||
#editor {
|
||||
#ace-editor {
|
||||
position: relative;
|
||||
-webkit-box-flex: 1;
|
||||
font: 18px Inconsolata, Monaco, Courier;
|
||||
@@ -59,7 +59,7 @@
|
||||
<body>
|
||||
<div id='app-horizontal'>
|
||||
<div id='app-vertical'>
|
||||
<div class='main'>
|
||||
<div class='pane main'>
|
||||
<div id='ace-editor'></div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -72,7 +72,9 @@
|
||||
atomController.webView.inspector.showConsole(true)
|
||||
}
|
||||
|
||||
require('startup');
|
||||
window.onload = function() {
|
||||
require('startup');
|
||||
}
|
||||
</script>
|
||||
|
||||
</html>
|
||||
|
||||
@@ -30,6 +30,7 @@ class Editor
|
||||
@ace.getSession().setTabSize 2
|
||||
@ace.setShowInvisibles(true)
|
||||
@ace.setPrintMarginColumn 78
|
||||
@ace.setSession @newSession()
|
||||
|
||||
#@ace.getSession().on 'change', -> @window.setDirty true
|
||||
Event.on 'window:open', (e) => @open e.details
|
||||
|
||||
Reference in New Issue
Block a user