Commit Graph

509 Commits

Author SHA1 Message Date
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
Kevin Sawicki
654a4392a4 📝 Use script/build in --build-dir example 2014-08-14 09:53:10 -07:00
Kevin Sawicki
8457c74f2f 📝 💄 2014-08-14 09:52:20 -07:00
Kevin Sawicki
88366cb5d4 📝 Mention --build-dir and --install-dir
Closes #3220
2014-08-14 09:51:25 -07:00
Werner Beroux
2c2dc61fa0 Update linux.md
Clarify the build steps. The most important is that initialy "Create ..." and "Install ..." could be interpreted as "(User should) create/install ..." while it should mean "(To) create/install ... (do)".
2014-08-11 11:00:47 +02:00
Sergey Zolotarev
7f6a4cccaf Add build fix from #2435 2014-08-05 18:00:25 +07:00
Bengt Lüers
823cfcac57 Correct Node.js' spelling, link Git and GNOME Keyring 2014-08-03 16:06:18 +02:00
Kevin Sawicki
532744b4eb 📝 Mention installed apm command 2014-07-28 18:49:53 -07:00
Kevin Sawicki
ddd89ed6d1 📝 Remove step that is only is supported on Mac 2014-07-28 18:49:03 -07:00
Kevin Sawicki
5a53e5b96a 📝 Mark mdkeb step as optional 2014-07-28 18:48:15 -07:00
Bengt Lüers
f47bcddf10 individual descriptions for instructions 2014-07-29 02:33:02 +02:00
Bengt Lüers
e011c80b07 Update linux.md
Add step for checking out the latest release by git tag.
2014-07-26 18:44:38 +02:00
Kevin Sawicki
46b95318a1 Wrap header name in backticks 2014-07-22 08:43:43 -07:00
Daniel Hengeveld
50086df804 document pagination for atom.io/api/packages 2014-07-22 08:43:10 -07:00
batjko
09e8aa0571 typo 2014-07-21 09:38:00 +01:00
batjko
364e06483c corrected grammar 2014-07-21 09:37:16 +01:00
batjko
2d07d6662c Update Windows build instructions
Just a few suggested changes to reflect experiences over a few months of building on several Windows machines.
- The Posix tools comment doesn't seem to be applicable (anymore)? 
- Added further instructions when using pre-installed Git.
- Added the frequent issue of first-time build failures (random `node-gyp` errors), which don't reoccur on second try.
- Added a few extra words on opening a new issue, to clarify that appropriate details should be provided, if the issue hasn't been reported before.

Feel free to amend or suggest further changes.
2014-07-21 09:33:17 +01:00
Ben Ogle
37d0a7f7e5 Merge pull request #2992 from maschs/ms-buildArch
Add build instructions for Arch
2014-07-20 11:01:02 -07:00
Joel Kuntz
d2da914151 Fix abbreviation 2014-07-19 14:20:32 -03:00
Joel Kuntz
ca39e7f7de Fix typo 2014-07-19 13:08:24 -03:00
Joel Kuntz
7bf2b7237e Update linux.md
Improve installation instructions
2014-07-19 13:06:36 -03:00
Maximilian Schüßler
c264855f87 Cleanup linux build instructions 2014-07-19 15:33:11 +02:00
Maximilian Schüßler
a5f2a44a45 Arch requires export PYTHON=/usr/bin/python2 to build 2014-07-19 14:50:02 +02:00
Maximilian Schüßler
27423fcc15 Add Arch build instructions 2014-07-16 18:14:30 +02:00
Ivan Zuzak
cd1a17fb0a Support multiple separators in context menu 2014-07-14 17:10:13 -07:00
Ben Ogle
22c4992788 Merge pull request #2760 from atom/package-api-stability-notice
Add stability message for Atom.io API
2014-07-11 10:58:57 -07:00
Daniel Hengeveld
c24475c2c8 Add error type to package version doc 2014-07-09 17:45:10 -07:00
Daniel Hengeveld
580c639265 Change some heading levels and add rename doc 2014-07-09 17:41:19 -07:00
Kevin Sawicki
df8e0a8464 📝 Add is-focused class to cursor example
This is required to take effect for the default Atom light syntax
theme.

Closes #2834
2014-07-06 10:08:24 -07:00
Kevin Sawicki
c26f6cc7f7 Add the 2014-07-01 16:08:18 -07:00
Kevin Sawicki
3250888e05 Add missing comma 2014-07-01 15:55:13 -07:00
Kevin Sawicki
2e6ef6848a Fence blocks as JSON 2014-07-01 15:55:02 -07:00
Daniel Hengeveld
ab947082dc add stargazers docs for apm 2014-07-01 15:29:04 -07:00
probablycorey
9e31bc5179 Remove runs description 2014-07-01 14:26:44 -07:00
Maximilian Schüßler
5753680b58 Minor changes 2014-07-01 13:26:47 +02:00
Maximilian Schüßler
68ddbd9e75 📝 Add examples for async/promise specs 2014-07-01 02:51:47 +02:00
Daniel Hengeveld
126d0d1b3c Add stability message for Atom.io API
This indicates that the Atom.io API is not frozen - this is describing the state
of things, not announcing a new policy.
2014-06-27 12:33:50 -07:00