Commit Graph

29330 Commits

Author SHA1 Message Date
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
Yuya Tanaka
1ce2f6ce87 🐛 Fix window size is not updated on resize 2016-08-05 11:56:01 +09:00
Max Brunsfeld
6bbe60ab71 Add test for handling of null env load setting 2016-08-04 16:01:58 -07:00
Max Brunsfeld
c0e94aac5e Handle null env load setting 2016-08-04 15:54:15 -07:00
Zirro
24befe2454 Handle double-click on custom title bar 2016-08-04 23:11:22 +02:00
Max Brunsfeld
a79ffa308a Merge pull request #12325 from atom/ns-fix-decorated-layer-destruction
Fix decorated layer destruction
2016-08-04 14:02:40 -07:00
Max Brunsfeld
0beb4bec42 Merge branch 'master' into ns-fix-decorated-layer-destruction 2016-08-04 13:30:59 -07:00
Max Brunsfeld
3d466eeeef ⬆️ text-buffer 2016-08-04 12:55:18 -07:00
Max Brunsfeld
74f8890592 ⬆️ text-buffer for marker layer destruction fixes 2016-08-04 12:37:51 -07:00
Max Brunsfeld
a589543277 🎨 Fix Decoration::destroy docs
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-08-04 12:29:46 -07:00
Nathan Sobo
30e2c0abaa ⬆️ exception-reporting
Signed-off-by: Antonio Scandurra <as-cii@github.com>
2016-08-04 11:55:39 -06:00
Nathan Sobo
6945cdb839 ⬆️ text-buffer - Refs #12111 2016-08-04 11:19:42 -06:00
Max Brunsfeld
5bb7f08aca Merge pull request #12317 from atom/mb-ns-fix-launch-environment
Don't update the NODE_PATH when updating the environment on launch
2016-08-03 17:00:46 -07:00
Max Brunsfeld
4634091e9b Don't update the NODE_PATH when updating the environment on launch
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-08-03 15:50:21 -07:00
Nathan Sobo
c381b93836 Update linux build instructions 2016-08-03 10:47:49 -06:00
Max Brunsfeld
368b677420 Merge pull request #12276 from pbiggar/master
Add ability to see passed specs via tooltips
2016-08-03 09:35:31 -07:00