Matt Colyer
1ad971f424
Consistently use 'cmd' to represent 'meta' key
2013-08-21 14:53:56 -07:00
Matt Colyer
0b8800c818
Document favoring less over css
2013-08-21 14:53:56 -07:00
Matt Colyer
bb7d8812da
Update document regarding symbols
2013-08-21 14:53:56 -07:00
Matt Colyer
f0677e43fa
First pass at documentation correctness
2013-08-21 14:53:56 -07:00
Matt Colyer
159f521104
Reorganize documentation
2013-08-21 14:53:56 -07:00
Matt Colyer
46d713169f
Add missing guides to the index
2013-08-21 14:53:56 -07:00
Matt Colyer
95535d93c6
Remove package related documentation from core
2013-08-21 14:53:56 -07:00
Corey Johnson & Nathan Sobo
7173467b1a
🐎 Upgrade telepath to improve fold performance
...
This addresses #734 . It improves performance from ~10s to ~1.5s when
running a foldAll on edit-session-spec. This still needs to get better.
2013-08-21 15:22:25 -06:00
Corey Johnson & Nathan Sobo
03712392c9
Write DisplayBuffer::findMarkers in terms of TextBuffer::findMarkers
2013-08-21 15:22:25 -06:00
Kevin Sawicki
0e49582616
Upgrade to settings-view@0.5.0
2013-08-21 13:15:17 -07:00
Kevin Sawicki
1dad3ae7ca
Upgrade to collaboration@0.6.0
2013-08-21 13:02:50 -07:00
Kevin Sawicki
c2123fce1f
Upgrade to terminal@0.6.0
2013-08-21 10:51:24 -07:00
Kevin Sawicki
2190a009d8
Upgrade to settings-view@0.4.0
2013-08-21 10:19:04 -07:00
Kevin Sawicki
e199000985
Mention python grammar fix
2013-08-21 08:51:04 -07:00
Kevin Sawicki
ba70c15328
Upgrade telepath for redo fix
...
Closes #736
2013-08-20 19:04:14 -07:00
Nathan Sobo
0192c57f46
Fix corner case in RowMap::mapBufferRowRange w/ 0-buffer-row regions
...
Fixes #688
The DisplayBuffer applies buffer and screen deltas to the row map as
rows are inserted/removed from the buffer/screen. This can leave some
of the regions in a weird state, such as mapping multiple screen rows
to zero buffer rows. But next the DisplayBuffer applies any new mappings
based on the replaced lines over the top of existing regions. These
weirdly shaped regions should be overwritten by newly inserted regions,
so at the end of the operation the row map makes sense again.
This fixes a corner case where regions spanning 0 buffer rows at the
very beginning of the row range were not being included in the set of
regions to replace. This was in turn causing the RowMap to get into a
bad state in certain situations involving soft-wrapped lines.
2013-08-20 19:30:29 -06:00
Nathan Sobo
b60b21cf3a
Add RowMap::inspect, which returns a string for debugging the regions
2013-08-20 19:30:28 -06:00
Kevin Sawicki & Nathan Sobo
116c56c236
Serialize site across window loads
...
This prevents issues with the site counter resetting to 1 on each
load causing duplicate array and marker ids to be generated.
Closes #729
2013-08-20 18:29:19 -07:00
Kevin Sawicki
6fb8dcbaa5
Add site color variables to ui-colors
...
These are used by the collaboration package to represent
participants in the current session.
2013-08-20 17:15:43 -07:00
Kevin Sawicki
6e2fd18f62
Add back ability to open an arbitrary window
...
atom.open now takes an options has that can contain either pathsToOpen
or the complete settings of a new window.
This will be used by the collaboration package to open the window when a
session is being joined.
2013-08-20 15:30:53 -07:00
Matt Colyer
90da89d31c
Use JSON frontmatter
2013-08-20 15:02:01 -07:00
Matt Colyer
0999dc6d44
Add a proper template for the docs
2013-08-20 15:02:01 -07:00
Matt Colyer
72cedf9027
Synchronize directory structure
2013-08-20 15:02:01 -07:00
Matt Colyer
c38eccf39d
Add a simple documentation index
2013-08-20 15:02:01 -07:00
Matt Colyer
3be3543ad9
Update deploy task to include guides as well
2013-08-20 15:02:01 -07:00
Matt Colyer
588efa2e11
Add grunt 'docs' task to build both guides and API docs
2013-08-20 15:02:01 -07:00
Kevin Sawicki
2fee0f1083
💄 space separate array items
2013-08-20 14:20:16 -07:00
Corey Johnson
55ee11e16a
Compile keymaps into atom application
2013-08-20 14:19:32 -07:00
Kevin Sawicki
b22e4d67ec
Upgrade to terminal@0.5.0
2013-08-20 12:32:01 -07:00
Corey Johnson & Nathan Sobo
85626383ee
Move command handling to AtomWindow
2013-08-20 12:23:15 -07:00
Corey Johnson & Nathan Sobo
fc60ba682c
💄
2013-08-20 12:23:15 -07:00
Corey Johnson & Nathan Sobo
0e7cb3ff78
🔫
2013-08-20 12:23:15 -07:00
Corey Johnson & Nathan Sobo
03ef5a72c4
Make getTemplate take keystrokesByCommand as a parameter
...
This clarifies the fact that we can't call this method without having
a keystrokes hash from a running window, which is why we also have a
getDefaultTemplate method which doesn't need the keystrokes.
2013-08-20 12:23:15 -07:00
Corey Johnson & Nathan Sobo
2cd91eda98
💄
2013-08-20 12:23:15 -07:00
Corey Johnson & Nathan Sobo
5d27d56056
Rename ApplicationMenu::parseTemplate to translateTemplate
2013-08-20 12:23:15 -07:00
Corey Johnson & Nathan Sobo
0c9a1fdc80
Rename Keymap::toObject to Keymap::keystrokesByCommand
...
Also add spec for passing a selector
2013-08-20 12:23:15 -07:00
Corey Johnson & Nathan Sobo
79dd4320da
Rename AtomMenu to ApplicationMenu
2013-08-20 12:23:14 -07:00
probablycorey
37c7c8abee
Remove the whitespace grunt:lint was complaining about
2013-08-20 12:23:14 -07:00
probablycorey
77bb829a3e
Make keymap.toObject(selector) work
2013-08-20 12:23:14 -07:00
probablycorey
dba0998687
Revert "trigger commands from the browser process on the active.element"
...
This reverts commit f023ce89096b1c7a6faf337cf48d29cfbb296091.
2013-08-20 12:23:14 -07:00
probablycorey
0c542d2317
Menu Items only show keyBindings that match the selector "body"
2013-08-20 12:23:14 -07:00
probablycorey
477ac1768b
Rename ApplicationMenu to AtomMenu
...
This is so all browser process classes start with Atom.*
2013-08-20 12:23:14 -07:00
probablycorey
39ec96021e
Listen for application commands using the @command method
...
This adds application level commands to the command palette.
2013-08-20 12:23:14 -07:00
probablycorey
ab397b306c
AtomApplication listens for application level events
2013-08-20 12:23:14 -07:00
probablycorey
d3575bd45e
Remove return value from openPath()
...
It is not used anywhere
2013-08-20 12:23:13 -07:00
probablycorey
f6ad85488c
Fix parameter ordering
2013-08-20 12:23:13 -07:00
probablycorey
b8406368c6
Add underscore so download update menu item works
2013-08-20 12:23:13 -07:00
probablycorey
6278364ed2
💄
2013-08-20 12:23:13 -07:00
probablycorey
068e656627
Remove unused atom.getVersion method
2013-08-20 12:23:13 -07:00
probablycorey
6d50d05336
Move default menu creation into ApplicationMenu
2013-08-20 12:23:13 -07:00