This commit is contained in:
Nathan Sobo 2012-11-29 11:51:54 -07:00
parent 2cc73b0285
commit 98ef054438
11 changed files with 11 additions and 11 deletions

View File

@ -9,4 +9,4 @@ requireExtension 'status-bar'
requireExtension 'wrap-guide'
requireExtension 'markdown-preview'
requireExtension 'outline-view'
requireExtension 'tabs'
requireExtension 'tabs'

View File

@ -30,4 +30,4 @@ window.keymap.bindKeys 'body'
'alt-meta-i': 'toggle-dev-tools'
window.keymap.bindKeys '.tool-panel'
'escape': 'tool-panel:unfocus'
'escape': 'tool-panel:unfocus'

View File

@ -5,4 +5,4 @@ window.keymap.bindKeys '.autocomplete .editor',
'ctrl-space': 'core:cancel'
window.keymap.bindKeys ".autocomplete .mini.editor input",
'enter': 'core:confirm'
'enter': 'core:confirm'

View File

@ -6,4 +6,4 @@ class Command
errorMessage: null
preserveSelections: false
previewOperations: false
previewOperations: false

View File

@ -27,4 +27,4 @@ class Operation
destroy: ->
@buffer.release()
@anchorRange.destroy()
@anchorRange.destroy()

View File

@ -1 +1 @@
module.exports = require 'event-palette/src/event-palette'
module.exports = require 'event-palette/src/event-palette'

View File

@ -2,4 +2,4 @@ window.keymap.bindKeys '.editor',
'meta-P': 'markdown-preview:toggle'
window.keymap.bindKeys '.markdown-preview',
'meta-P': 'markdown-preview:toggle'
'meta-P': 'markdown-preview:toggle'

View File

@ -1 +1 @@
module.exports = require 'strip-trailing-whitespace/src/strip-trailing-whitespace'
module.exports = require 'strip-trailing-whitespace/src/strip-trailing-whitespace'

View File

@ -13,4 +13,4 @@ window.keymap.bindKeys '.tree-view'
window.keymap.bindKeys '.tree-view-dialog .mini.editor'
'enter': 'core:confirm'
'escape': 'core:cancel'
'escape': 'core:cancel'

View File

@ -19,4 +19,4 @@ module.exports = (candidates, query, options={}) ->
candidates = (scoredCandidate.candidate for scoredCandidate in scoredCandidates when scoredCandidate.score > 0)
candidates = candidates[0...options.maxResults] if options.maxResults?
candidates
candidates

View File

@ -1,4 +1,4 @@
# Like sands through the hourglass, so are the days of our lives.
require 'atom'
require 'window'
window.attachRootView(window.location.params.pathToOpen)
window.attachRootView(window.location.params.pathToOpen)