Commit Graph

545 Commits

Author SHA1 Message Date
Ben Ogle
dd0bed9bff Add .overlay to the list 2014-11-17 16:46:56 -08:00
Ben Ogle
ff78a5b075 Add bit about deprecation cop 2014-11-17 16:46:56 -08:00
Ben Ogle
856370f522 Add one more bullet point 2014-11-17 16:46:56 -08:00
Ben Ogle
041d3f5c4c Fix link 2014-11-17 16:46:56 -08:00
Ben Ogle
3969c71932 Add some comments to the examples for clarity 2014-11-17 16:46:56 -08:00
Ben Ogle
133bf0cedb Update title to reference packages too 2014-11-17 16:46:56 -08:00
Ben Ogle
f168aafc33 Tiny 💄 change 2014-11-17 16:46:56 -08:00
Ben Ogle
d237b3448c Add theme guides to the index 2014-11-17 16:46:56 -08:00
Nathan Sobo
bbaf908bb2 Add example links 2014-11-17 16:46:56 -08:00
Nathan Sobo
9d947d994e Add syntax theme upgrade guide 2014-11-17 16:46:56 -08:00
Nathan Sobo
e2ecff5e23 Talk about context-targeted style sheets 2014-11-17 16:46:56 -08:00
Nathan Sobo
decae9e34c Start on upgrading UI theme guide 2014-11-17 16:46:55 -08:00
Michael Stramel
60c042bd81 Update linux.md
Update `git fetch` command to include the prune flag which will remove remote branches that no longer exist.
2014-11-17 10:25:04 -06:00
Kevin Sawicki
db13a40f0a Remove outdated markdown task 2014-11-14 14:47:25 -08:00
Nathan Sobo
95ec0d8162 Replaces usages of .mini selector with [mini] 2014-11-13 16:04:57 -08:00
Kevin Sawicki
1456bf0d91 📝 runnung -> running 2014-10-29 09:01:18 -07:00
Bengt Lüers
81586d22f4 Add initial instructions to build rpm from sources, add packaging dependency for Fedora 2014-10-29 01:09:21 +01:00
Kevin Sawicki
0e99b70650 🐧 Add troubleshooting for system gyp error
Closes #2824
2014-10-27 08:45:15 -07:00
Claudio Bley
937ef321bd Update linux.md
You need to have python2 installed on Arch.

Otherwise you get build ENOENT errors using npm-gyp.
2014-10-24 14:08:10 +02:00
Kevin Sawicki
71ef21bb70 📝 Link to roadmap issue 2014-10-22 12:59:57 -07: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
4d1e488ef4 Add contributing to packages to the index 2014-10-20 13:34:15 -07:00
Ben Ogle
0a39c28a79 update contributing to packages to not mention amp develop 2014-10-20 13:34:15 -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
Kevin Sawicki
4c6803cf6a Merge pull request #3773 from mkoniecz/master
fakeroot is also necessary
2014-10-09 08:56:10 -07:00
Nathan Sobo
1eb3d8bf99 Use ‘atom-text-editor’ custom tag name for TextEditorElement 2014-10-09 07:39:14 -07:00
Nathan Sobo
8941b97ed2 Use ‘atom-workspace’ custom tag name for WorkspaceElement 2014-10-09 07:39:14 -07:00
Mateusz Konieczny
e6e039293a fakeroot is also necessary 2014-10-09 13:11:06 +02:00
Nathan Sobo
eff70b07d9 Update docs for context menus 2014-10-02 10:36:29 -06:00
Ben Ogle
11fad1bd12 Moar 📝 2014-09-29 16:09:48 -07:00
Ben Ogle
38d2303857 Clean up docs in creating a package 2014-09-29 16:09:48 -07:00
Ben Ogle
452e34db90 Remove deprecations for push / remove / unshift at keypath 2014-09-29 16:09:47 -07:00
Ben Ogle
f09e58b434 Update config docs 2014-09-29 16:09:46 -07:00
Ben Ogle
74ba3c6a49 Add config section to creating a package 2014-09-29 16:05:24 -07:00
Nathan Sobo
a0edb92e16 Rename editor.softWrapped config option back to editor.softWrap 2014-09-15 14:34:35 -06:00
Kevin Sawicki
863362ffed 📝 Outdent ordered list 2014-09-15 08:51:10 -07:00
Kevin Sawicki
cea7d89129 📝 🐧 Tweak Linux instructions 2014-09-15 08:50:16 -07:00
Bengt Lüers
ca8153b56b Elaborate getting a current working copy.
The `git checkout` step from #3098 got removed by some merge, so here it is again.
2014-09-14 15:15:52 +02:00
Jordon Bedwell
5a64b09924 Proc requires super user permissions on Linux. 2014-09-09 20:36:40 -05:00
Kevin Sawicki
b0c17aa98f 📝 Correct misspellings 2014-09-09 18:32:37 -07:00
Kevin Sawicki
9f5f4f2c10 Merge pull request #3499 from envygeeks/patch-1
Add alternatives alternative to symlinks.
2014-09-09 18:31:22 -07:00
Jordon Bedwell
335339ef61 Change language and make the command one line. 2014-09-09 20:20:39 -05:00
Jordon Bedwell
efc730dc2f Add alternatives alternative to symlinks. 2014-09-08 14:39:47 -05: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
Nathan Sobo
4946eec367 Merge remote-tracking branch 'origin/master' into ns-simplify-events
Conflicts:
	docs/your-first-package.md
2014-09-03 19:31:37 -06:00
Nathan Sobo
db571a2fbf Avoid deprecation by calling ::getActivePaneItem 2014-09-03 19:26:19 -06:00
Ben Ogle
2fced0c1bc Deprecate getSelection 2014-08-28 17:51:16 -07:00
Ben Ogle
370ad23f7c Remove Cursor from ::moveCursor* methods 2014-08-28 15:25:12 -07:00