Commit Graph

27 Commits

Author SHA1 Message Date
Lee Dohm
9aee7d4b38 📝 Add section about composed commands
Fix #5357

This is intended to address the commonly-asked question about making a keybinding execute multiple commands.
2015-02-03 04:50:38 -08:00
Lee Dohm
b6c86ea217 📝 Update command example for CommandRegistry 2015-02-03 04:31:23 -08:00
Nathan Sobo
a2e855f087 Update docs to refer to styles/ instead of stylesheets/ 2015-01-09 08:42:28 -08:00
Nathan Sobo
d2f24615c1 Delete advanced/globals.md now that we cover them in the API docs 2014-11-24 12:20:45 -07:00
Nathan Sobo
e4b942e991 Modernize advanced/configuration docs 2014-11-24 12:16:53 -07:00
Ben Ogle
982346b142 Remove view system docs. They are mis-information 2014-11-20 11:27:11 -08:00
Ben Ogle
f592a5d11f 📝 Remove workspaceView from doc 2014-11-19 17:46:32 -08:00
Nathan Sobo
95ec0d8162 Replaces usages of .mini selector with [mini] 2014-11-13 16:04:57 -08:00
Ben Ogle
498c8d21b2 Fix comments n junk 2014-10-21 13:27:01 -07:00
Ben Ogle
08f35531ba Update descriptor docs 2014-10-20 17:49:14 -07:00
Ben Ogle
da86c86577 Integrate feedback 2014-10-16 13:26:07 -07:00
Ben Ogle
7d8b5bc1fc Add scopes and scope descriptors docs 2014-10-16 13:23:34 -07:00
Nathan Sobo
1eb3d8bf99 Use ‘atom-text-editor’ custom tag name for TextEditorElement 2014-10-09 07:39:14 -07:00
Ben Ogle
452e34db90 Remove deprecations for push / remove / unshift at keypath 2014-09-29 16:09:47 -07:00
Ben Ogle
370ad23f7c Remove Cursor from ::moveCursor* methods 2014-08-28 15:25:12 -07:00
Kevin Sawicki
9299ff3404 📝 Remove observeConfig
Replaced with subscribe/atom.config.observe

Closes #2742
2014-06-25 08:11:30 -07:00
Ivan Žužak
f670673baf Move explanation for unset! example into the text 2014-06-04 17:11:42 +02:00
Ivan Žužak
9e20cefd4b Add example for unset! directive 2014-06-04 16:33:22 +02:00
Kirill Nikitin
917b223c6c merge conflict 2014-05-16 11:45:43 +04:00
Lee Dohm
a47d55f016 📝 Document process for hacking node module components
See: http://discuss.atom.io/t/how-to-setup-development-for-core-modules-like-atom-keymap/9221/18?u=leedohm
2014-05-14 18:25:12 -07:00
Kirill Nikitin
111b5d1fbe 💄 Deprecate backspaceToBeginningOf{Word,Line}
Rename functions `backspaceToBeginningOfWord` to `deleteToBeginningOfWord` and
`backspaceToBeginningOfLine to `deleteToBeginningOfLine`.
Rename commands `editor:backspace-to-beginning-of-word` to
`delete-to-beginning-of-word` and `editor:backspace-to-beginning-of-line` to
`editor:delete-to-beginning-of-line`.

Fix #1791
2014-05-12 02:50:20 +04:00
Nathan Sobo
11d7562c12 Document unset! and native! directives in keymap system 2014-04-01 10:27:35 -06:00
Nathan Sobo
1cdec9386c Modernize serialization docs 2014-03-24 16:19:06 -06:00
probablycorey
f10e55b4d5 Remove deferred package deserializers 2014-02-05 14:46:49 -08:00
Nathan Sobo
17d30cc526 Revise in-depth keymap overview 2014-01-25 17:49:40 -07:00
Nathan Sobo
f631660b32 Start on overview of atom's global variables 2014-01-25 17:49:39 -07:00
Nathan Sobo
c3d5f713ca Rename internals directory to advanced 2014-01-21 21:04:33 -07:00