Commit Graph

47 Commits

Author SHA1 Message Date
Machisté N. Quintana
765e5154bf 📝 Update CSON link to Atom Flight Manual 2015-07-28 08:45:53 -04:00
Machisté N. Quintana
d81c0ea8f9 📝 Update CSON link to Atom Flight Manual 2015-07-28 08:45:53 -04:00
Machisté N. Quintana
7b3549d66c 📝 Give an example of a snippet scope 2015-07-28 08:45:53 -04:00
Machisté N. Quintana
f2f9672d38 📝 🎨 Drop parens 2015-07-28 08:45:53 -04:00
Machisté N. Quintana
8808cd3964 📝 Clarify that keys must be unique in snippets.cson 2015-07-28 08:45:53 -04:00
Machisté N. Quintana
65d46e79d1 📝 Clarify that CSON requires unique keys 2015-07-28 08:45:52 -04:00
simurai
cfd61afd38 📝 Update styles.less copy 2015-06-19 23:21:36 +09:00
simurai
67cf747a20 📝 Add back link to the Less docs 2015-06-19 21:37:57 +09:00
simurai
d922c1804f Update note about Less
Mentioning that you can use plain CSS should make it less intimitaing.
2015-06-19 16:05:03 +09:00
simurai
351b407751 Add style.less examples
that can get uncommented
2015-06-19 15:57:09 +09:00
Kevin Sawicki
06b8195fb8 Remove template config.cson file
This old template file had several problems:

  * The entries in this file are already the schema defaults so they
    would get unset anyway when initially loaded
  * The file was in the old format that didn't have scope selectors
  * A race condition could occur when the file was copied, inited, and written
    to all during the very first run of Atom.

Closes #6226
2015-04-07 11:47:36 -07:00
Kevin Sawicki
d61ceacc26 Make One Dark the default UI/syntax themes 2015-03-16 14:50:15 -07:00
Scott Chacon
b3325d64b0 update internal docs links 2015-03-11 15:11:46 -07:00
Nathan Sobo
ab4588571d Update default style sheet with ::shadow selector 2015-01-13 10:07:03 -07:00
Nathan Sobo
a2e855f087 Update docs to refer to styles/ instead of stylesheets/ 2015-01-09 08:42:28 -08:00
Ben Ogle
ef129f9491 Add more relevant (but contrived) example in init.coffee.
Closes #4089
2014-11-07 10:02:07 -08:00
Philip Giuliani
f1079056cf Update .workspace class with custom element
Because of the update with the custom elements, i noticed that `.workspace` hasn't been updated in the `keymap.cson`, but `.editor` has (to `atom-text-editor`).
2014-11-07 09:43:46 +01:00
Kevin Sawicki
3f1afec15b 📝 Link to CSON description 2014-10-20 09:01:17 -07:00
Kevin Sawicki
e4705d45c4 Merge pull request #3769 from Maxhodges/keymap-advice
Warn new users we are using a little known format (cson), not the more popular json doc notation.
2014-10-20 08:58:12 -07:00
Nathan Sobo
1eb3d8bf99 Use ‘atom-text-editor’ custom tag name for TextEditorElement 2014-10-09 07:39:14 -07:00
Max Hodges
6c56f2f985 Update keymap.cson 2014-10-09 16:01:41 +09:00
Max Hodges
a4b959f2b8 Update keymap.cson 2014-10-09 13:26:14 +09:00
Max Hodges
c59b7f6ead new users should be warned about cson
improper trailing and leading spaces can cause your bindings to fail.Since cson has very little adoption relative to json, I think it's important to warn new users that they need to understand CoffeeScript notation or else a single space could break their file. I spent one full hour today trying to get an auto-indent mapping to work. The solution involved adding one leading space!
2014-10-09 13:15:55 +09:00
Ben Ogle
f357f694b3 Merge pull request #3456 from atom/ns-editor-event-methods
Add event subscription methods for Editor and associated classes
2014-09-09 13:40:45 -07:00
Ivan Žužak
733e06fa8c Use shift in the example rather than explaining the difference 2014-09-05 22:24:42 +02:00
Ivan Zuzak
b1fdb48e9e Link to relevant docs in keymap.cson file 2014-09-05 21:40:54 +02:00
Ivan Zuzak
6d498aad3b Explain capital letters in keystrokes 2014-09-05 21:40:11 +02:00
Nathan Sobo
965afc2c37 Rename softWrap to softWrapped
Our new pattern for booleans is to have ::set and ::is, and that means
the property name needs to be in passive voice for ::is to make sense.
This is in preparation for adding a new change observation method.

* ::setSoftWrapped
* ::isSoftWrapped
* ::toggleSoftWrapped
2014-09-05 11:39:33 -07:00
Corey Johnson
69821b7a6b Add .gitignore file to dot-atom.
This will help users who want to push their .atom directory to GitHub

Closes #1094
2014-04-30 14:41:23 -07:00
Nathan Sobo
9a488adbb9 Suggest people bind to .workspace instead of body 2014-03-17 13:05:46 -06:00
Kevin Sawicki
0307c0e6c9 Rename ~/.atom/styles.css to ~/.atom/styles.less 2014-02-24 16:14:05 -08:00
Kevin Sawicki
fbdf16a8fa Use soft wrap instead of font size in example hack 2014-02-07 09:51:24 -08:00
Kevin Sawicki
23af7b4072 Make font-size larger than the default 2014-02-07 09:51:24 -08:00
Kevin Sawicki
4219d06bd9 📝 Doc ~/.atom/init.coffee 2014-02-07 09:51:24 -08:00
Kevin Sawicki
e52a4c1588 Rename user.coffee to init.coffee 2014-02-07 09:51:24 -08:00
Kevin Sawicki
efac59be9b 📝 Use quotes for inserted text 2014-02-07 09:51:04 -08:00
Kevin Sawicki
c2199e9c21 📝 Doc keymap snippet 2014-02-07 09:50:46 -08:00
Kevin Sawicki
9a97bac05d Add cursor selector example 2014-01-30 16:57:27 -08:00
Kevin Sawicki
9252cd2a1b 📝 Doc reloading of ~/.atom/styles.css 2014-01-30 16:55:51 -08:00
Kevin Sawicki
1c790a3c55 Rename ~/.atom/user.css to ~/.atom/styles.css 2014-01-30 16:53:25 -08:00
Kevin Sawicki
e6e7106ac5 Add sample snippets.cson to dot-atom template 2014-01-27 11:16:24 -08:00
Kevin Sawicki
257d0d3a25 Remove template snippets folder 2014-01-27 11:02:52 -08:00
probablycorey
7c70c43c1c Update keymap documentation 2013-10-28 09:23:18 -07:00
probablycorey
330bb1df4b Add keymap.cson file to dot-atom 2013-10-25 16:39:06 -07:00
Kevin Sawicki
b9328c82e5 Remove themes folder from .atom template
Themes now go in ~/.atom/packages
2013-09-30 08:56:12 -07:00
Nathan Sobo
9cd6fda3e1 💄 add trailing newlines 2013-02-19 10:02:09 -07:00
Corey Johnson
4b7e8b6a37 Clean up .atom creation 2013-02-13 13:09:49 -08:00