Commit Graph

28077 Commits

Author SHA1 Message Date
Lee Dohm
c7465f5f7e Add environment module for getting environment info 2016-03-10 15:27:38 -07:00
Lee Dohm
8c53e25f80 Patch process.env on startup 2016-03-10 15:27:38 -07:00
Lee Dohm
6bf785faa0 Add test for error handling 2016-03-10 15:27:38 -07:00
Lee Dohm
96b8f0ce38 📝 Add Finder to the list of ways an app can be launched 2016-03-10 15:27:38 -07:00
Lee Dohm
9916c78ce2 Add --interactive option to get the user's full PATH with all the trimmings 2016-03-10 15:27:38 -07:00
Lee Dohm
7f6fd92c7a 🔥 Revert change to test fixture 2016-03-10 15:27:38 -07:00
Lee Dohm
2e64be6b00 Move new functions to private section 2016-03-10 15:27:38 -07:00
Lee Dohm
a46740522d 📝 Add documentation for atom.project.getEnv 2016-03-10 15:27:38 -07:00
Lee Dohm
3201d7f746 Add basic atom.project.getEnv API 2016-03-10 15:27:38 -07:00
Lee Dohm
501eadccca ⬆️ notifications@0.62.4 2016-03-10 11:00:48 -08:00
joshaber
0d7b182c2d ⬆️ status-bar@1.1.1 2016-03-10 10:31:24 -05:00
Antonio Scandurra
4b017759c9 Ensure project.serialize is called with atom.saveState options
This is because we have made the `project.serialize(options)` parameter optional
for backwards compatibility (i.e. #11111), and we want to make sure we don't
make the mistake of not passing it internally.
2016-03-10 09:41:50 +01:00
Antonio Scandurra
e19ab2197f Merge pull request #11111 from mehcode/patch-1
Default the options parameter to an empty object
2016-03-10 09:39:54 +01:00
Lee Dohm
ac35fec0cd ⬆️ tree-view@0.203.0 2016-03-09 17:26:47 -08:00
Josh Abernathy
c364943a7f Merge pull request #11115 from atom/update-nodegit
Update nodegit
2016-03-09 14:40:58 -05:00
Thomas Johansen
a04c552fb7 ⬆️ language-text 2016-03-09 19:22:23 +01:00
joshaber
129139f03a ⬆️ nodegit@0.11.9 2016-03-09 12:43:28 -05:00
Damien Guard
37a29957df Merge pull request #11103 from damieng/master
Make cli atom --wait work on Cygwin
2016-03-09 09:36:19 -08:00
Lee Dohm
4a51c46737 Merge pull request #11077 from RodrigoEspinosa/rec-fix-unfold-all-scroll-to-cursor
Scroll to cursor on unfold all
2016-03-09 09:05:04 -08:00
Ryan Leckey
152e370a15 Default the options parameter to an empty object 2016-03-09 02:16:10 -08:00
Nathan Sobo
bf5dea0a27 ⬆️ fuzzy-finder 2016-03-08 19:27:19 -07:00
Damien Guard
52d6fbde1b More reliable to just call atom.cmd for Cygwin 2016-03-08 12:12:52 -08:00
Josh Abernathy
c8dd4f3209 Merge pull request #11101 from atom/emit-status-changes-when-anything-changes
Emit status changes when anything changes
2016-03-08 13:37:32 -05:00
Daniel Hengeveld
42c6d5c2bc :arrow_up:symbols-view@0.112.0 - adds es7 async functions to js 2016-03-08 18:47:42 +01:00
joshaber
fc62398d62 Use the new branch name. 2016-03-08 12:40:38 -05:00
joshaber
cb44450e92 Correct the spec name. 2016-03-08 12:40:29 -05:00
joshaber
f2be54bf29 But actually do it tho. 2016-03-08 12:14:42 -05:00
joshaber
2f401c7116 We should emit changes when anything changes. 2016-03-08 12:14:26 -05:00
Lee Dohm
c8cb96b609 Merge pull request #11099 from delftswa2016/fix-numbertohexstring
Add zero to hexadecimal numbers below F (16)
2016-03-08 08:47:32 -08:00
Rowan Bottema
b53c5a10d0 Add zero to hexadecimal numbers below F (16) 2016-03-08 10:20:37 +01:00
Damien Guard
56b23a4a10 Make cli atom --wait work on Cygwin 2016-03-07 14:01:05 -08:00
Josh Abernathy
8472f914a1 Merge pull request #11089 from atom/bump-nodegit
Update nodegit
2016-03-07 15:39:43 -05:00
joshaber
56d82ccac2 ⬆️ nodegit@0.11.7 2016-03-07 14:44:51 -05:00
Michelle Tilley
f6d419c2f4 Merge pull request #11057 from atom/mkt-improve-pane-add-item-options
Move Pane::addItem 'pending' option to options object
(cherry picked from commit 53a9c22554)
2016-03-07 10:02:49 -08:00
Antonio Scandurra
8caa9d0a95 🎨 Better wording on specs 2016-03-07 17:21:09 +01:00
Antonio Scandurra
a3bed908d7 Don't partially serialize after unloading editor window 2016-03-07 17:14:52 +01:00
Antonio Scandurra
c982b064c3 Merge pull request #11060 from atom/as-serialize-history-without-snapshots
Serialize MarkerLayers only on quit
2016-03-07 12:49:30 +01:00
Antonio Scandurra
4f9bc0c06b ⬆️ text-buffer 2016-03-07 11:45:54 +01:00
Antonio Scandurra
914015e4eb 🔥 Remove default parameters 2016-03-07 10:52:28 +01:00
Antonio Scandurra
12587073d2 🎨 isQuitting -> isUnloading 2016-03-07 10:52:16 +01:00
Antonio Scandurra
3d15b6e16b Merge branch 'master' into as-serialize-history-without-snapshots 2016-03-07 10:33:52 +01:00
Antonio Scandurra
95dbbea8f5 ⬆️ text-buffer 2016-03-07 10:32:19 +01:00
Michelle Tilley
f88051e5e6 ⬆️ find-and-replace
(cherry picked from commit 2d5d0d21bd)
2016-03-06 01:03:21 -08:00
Rodrigo Espinosa Curbelo
42a696cf28 🐛 Scroll to cursor when unfold all
Fixes #11066
2016-03-05 21:28:09 -03:00
Damien Guard
4b388016c5 Merge pull request #11053 from damieng/master
Ensure atom.cmd --wait correctly waits in Windows cmd & powershell
2016-03-04 19:33:14 -08:00
Wliu
341afed0ab ⬆️ language-json@0.17.5 2016-03-04 19:40:00 -05:00
Nathan Sobo
b4f335d9a1 ⬆️ tree-view 2016-03-04 17:01:26 -07:00
Josh Abernathy
fa6905fcbe Merge pull request #11065 from atom/default-to-autoheight
Default to auto height being true.
2016-03-04 17:09:09 -05:00
joshaber
6cc80e05ff Default to auto height being true.
Otherwise TextEditorElements created through the tag wouldn’t have a
setting and be wrong.
2016-03-04 16:36:47 -05:00
Josh Abernathy
c2c3217c9d Merge pull request #10955 from atom/atom-textarea
TextEditor customization
2016-03-04 16:03:23 -05:00