Commit Graph

29346 Commits

Author SHA1 Message Date
Nathan Sobo
5a8ab1a2b2 🎨
Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-08-11 08:16:18 -06:00
Nathan Sobo
d8b2a1f4b6 Break out constructor side effects into AtomApplication.initialize
Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-08-11 08:15:00 -06:00
Antonio Scandurra
727d3d76d5 ⬆️ text-buffer
This fixes an error thrown when `File.prototype.safeRemoveSync` in
pathwatcher fails. See atom/node-pathwatcher#111 for more details.
2016-08-11 09:04:04 +02:00
Nathan Sobo
67410f3f18 ⬆️ tree-view 2016-08-10 15:43:37 -06:00
Nathan Sobo
fe76ba9c64 ⬆️ settings-view 2016-08-10 12:59:35 -06:00
Nathan Sobo
478c445990 ⬆️ tabs 2016-08-10 12:57:29 -06:00
Nathan Sobo
e2ae2f32ba ⬆️ tabs 2016-08-10 12:04:32 -06:00
Nathan Sobo
af09bb6211 Merge pull request #12382 from atom/as-tokenized-buffer-explicit-did-change-updates
Register text decoration layer when initializing TokenizedBuffer
2016-08-10 12:01:58 -06:00
Nathan Sobo
19933ab601 ⬆️ text-buffer 2016-08-10 10:03:47 -06:00
Antonio Scandurra
23f421154e Delete TokenizedBuffer.prototype.onDidChange
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-08-10 17:52:49 +02:00
Antonio Scandurra
6ae263aed4 Register text decoration layer when initializing TokenizedBuffer 2016-08-10 11:47:07 +02:00
Max Brunsfeld
5d24bcf19e Merge pull request #12237 from zertosh/cleanup-activation-hook-subscrtiptions
Cleanup activationHookSubscriptions when deactivating package
2016-08-09 17:08:49 -07:00
Max Brunsfeld
762466d57c Merge pull request #12378 from atom/mb-fix-process-env-issues
Fix issues with getting environment variables from the shell
2016-08-09 15:24:44 -07:00
Max Brunsfeld
29096bde31 Don't update ATOM_HOME env var after launch
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-08-09 14:38:19 -07:00
Max Brunsfeld
d21c6f1482 Rename environment-helpers-spec -> update-process-env-spec 2016-08-09 14:26:51 -07:00
Max Brunsfeld
3103682efd Bypass aliases when running env shell command 2016-08-09 14:25:25 -07:00
Nathan Sobo
e6514bf3d8 Merge pull request #12377 from atom/ns-stringify-temp-window-state
Stringify/parse temporary window state to avoid nulling out references
2016-08-09 15:20:30 -06:00
Nathan Sobo
dfc0910023 Stringify/parse temporary window state to avoid nulling out references
If the object passed via IPC contains any keys of the same reference,
all but one of these keys will be nulled out. Converting to/from a
string avoids this problem.
2016-08-09 14:43:38 -06:00
Max Brunsfeld
d2ed4712ab Merge pull request #12375 from atom/mb-fix-grammar-used-hook
Trigger grammar-used hooks no matter how text editors are created
2016-08-09 13:19:33 -07:00
Max Brunsfeld
52af31c511 Trigger grammar-used hooks no matter how text editors are created 2016-08-09 12:04:01 -07:00
Damien Guard
bbaf5f56b2 Merge pull request #12281 from atom/telemetry-consent
Add telemetry consent setting
2016-08-09 07:53:18 -07:00
Antonio Scandurra
b73b269ffb Merge pull request #12371 from atom/as-fix-broken-exports
Transpile exports/**/*.js when running script/build
2016-08-09 11:34:24 +02:00
Antonio Scandurra
1df1941b8b Transpile exports/**/*.js when running script/build 2016-08-09 10:50:47 +02:00
Nathan Sobo
efde730d58 Merge pull request #12342 from atom/ns-dont-delete-package-metadata
Don't delete package metadata during package slug compilation
2016-08-08 13:35:26 -06:00
Nathan Sobo
35ea813351 Merge branch 'master' into ns-dont-delete-package-metadata 2016-08-08 13:35:15 -06:00
Max Brunsfeld
aa3a38fc27 Merge pull request #12350 from atom/mq-js-exports
Rewrite exports/atom.coffee as JS
2016-08-08 12:04:34 -07:00
Nathan Sobo
79043eb12f Merge pull request #12366 from atom/as-ns-investigate-decoration-iterator-error
Add assertions and additional metadata to investigate invalid iterator error
2016-08-08 12:16:09 -06:00
Nathan Sobo
ebea9da300 ⬆️ text-buffer 2016-08-08 12:10:42 -06:00
Nathan Sobo
45890aaa9b ⬆️ exception-reporting 2016-08-08 11:45:25 -06:00
Antonio Scandurra
4b6f09cd10 Assert that all buffer events are processed sequentially
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-08-08 18:41:20 +02:00
Antonio Scandurra
94b4709db1 Store last buffer change event id on TokenizedBuffer
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-08-08 18:09:28 +02:00
Wliu
ac75135b92 Merge pull request #12348 from Zirro/custom-title-bar-note
🎨 Remove duplicate "Note:"
2016-08-07 10:47:51 -04:00
Machisté N. Quintana
dd757a4821 Merge pull request #12351 from atom/mq-js-styleguide-update
Update object spread guideline in JS styleguide
2016-08-06 17:26:49 -07:00
Machisté N. Quintana
1bce81d710 Update object spread guideline in JS styleguide [ci skip]
Per discussion in https://github.com/atom/atom/pull/12258
2016-08-06 17:25:36 -07:00
Machiste Quintana
ab9a2a92c8 Rewrite exports/atom.coffee as JS 2016-08-06 17:20:46 -07:00
Zirro
99b19aa05e 🎨 Remove duplicate "Note:" 2016-08-06 20:21:26 +02:00
Machisté N. Quintana
475e12e812 Merge pull request #11284 from jonmast/master
Use %F instead of %U for file variable in desktop file
2016-08-06 09:06:34 -07:00
Nathan Sobo
4a207aff12 ⬆️ status-bar 2016-08-06 08:37:20 -06:00
Nathan Sobo
21de77b739 Merge pull request #12346 from atom/ns-fix-repository-status-updates
Avoid passing paths outside of repository to git status subprocesses
2016-08-06 08:30:46 -06:00
Nathan Sobo
520a4a7db0 Merge pull request #12327 from Zirro/custom-title-bar-double-click
Handle double-click on custom title bar
2016-08-06 08:29:53 -06:00
Nathan Sobo
d8a54c9a38 Fix another path reassignment 😬 2016-08-06 08:10:17 -06:00
Nathan Sobo
ca76302b35 Fix reassignment of path variable. Grrrrr CoffeeScript. 2016-08-06 07:09:43 -06:00
Nathan Sobo
3a6cba312c Merge pull request #11388 from ypresto/fix-text-editor-window-size
🐛 Fix window size is not updated on resize
2016-08-06 07:07:30 -06:00
Nathan Sobo
cd8e4eb43e Avoid passing paths outside of repository to status subprocess 2016-08-06 07:00:24 -06:00
Nathan Sobo
6c6cb66e5b Rename git-spec to git-repository-spec to match class name 2016-08-06 06:34:38 -06:00
Zirro
04b8bd03ae Introduce a non-explicit getUserDefault-method 2016-08-05 21:40:34 +02:00
Nathan Sobo
b3829200d0 ⬆️ exception-reporting
Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-08-05 13:05:10 -06:00
Nathan Sobo
5662b57866 Don’t delete package metadata during slug compilation
This saves space, but leads to surprises when package code tries to read
these files for purposes of introspection. For example, it was causing
us not to report exceptions from the exception-reporting package. The
.1% of the app bundle size it saves doesn’t seem worth the potential for
problems.

Signed-off-by: Max Brunsfeld <maxbrunsfeld@github.com>
2016-08-05 12:59:57 -06:00
Nathan Sobo
d5aa5f3800 ⬆️ exception-reporting 2016-08-05 12:38:20 -06:00
Antonio Scandurra
62fa56e533 ⬆️ bookmarks 2016-08-05 10:57:04 +02:00