Commit Graph

29390 Commits

Author SHA1 Message Date
Max Brunsfeld
637e525807 Use fake document & window in atom environment serialization spec 2016-08-08 16:32:58 -07:00
Max Brunsfeld
5d83874725 Merge branch 'master' into ns-mb-detangle-editor 2016-08-08 15:39:24 -07:00
Max Brunsfeld
e8c834e483 Serialize & deserialize the TextEditorRegistry in AtomEnvironment 2016-08-08 15:38:17 -07:00
Max Brunsfeld
2f950b197f 📝 Document (and reorder) public TextEditorRegistry methods 2016-08-08 15:13:27 -07:00
Max Brunsfeld
53574288ae Fix editor leaks in TextEditorRegistry 2016-08-08 15:02:01 -07:00
Max Brunsfeld
c15793f006 ⬆️ text-buffer and event-kit
For emitter introspection methods
2016-08-08 14:38:42 -07:00
Max Brunsfeld
c66435fa6d Remove duplicate subscription to added pane items in Workspace 2016-08-08 13:45:27 -07: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
eb9d89f8c8 Observe grammar changes on editors in maintainConfig 2016-08-08 12:10:56 -07: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
Max Brunsfeld
ee2e18737e Fix maintenance of grammars for copied editors 2016-08-08 11:17:30 -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
Max Brunsfeld
1f34a8950a Don't use config for softWrapHangingIndent 2016-08-05 09:53:22 -07:00
Max Brunsfeld
ddfb124cb8 Merge branch 'master' into ns-mb-detangle-editor 2016-08-05 09:39:43 -07: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