Commit Graph

34325 Commits

Author SHA1 Message Date
Philip Weiss
20203b798c update comments for getAll 2018-02-24 18:16:47 -08:00
Philip Weiss
6eee51be7e atomProject -> atomproject 2018-02-24 18:04:56 -08:00
Philip Weiss
a419d47ef8 fix linting issues 2018-02-24 18:03:06 -08:00
Philip Weiss
347d547d5f guard against edge cases 2018-02-24 17:58:46 -08:00
Philip Weiss
1483c0c96d add more data passed through with projectSettings 2018-02-24 17:50:18 -08:00
Philip Weiss
9eee256396 change atomproject key 2018-02-24 17:12:39 -08:00
Philip Weiss
e2c480847c atom project open in their own windows and behave more sanely 2018-02-23 17:38:36 -08:00
Philip Weiss
ad40ff9825 add failure mode for reading project settings 2018-02-18 17:56:55 -08:00
Philip Weiss
c69b8d38e8 remove whitespace 2018-02-18 17:05:50 -08:00
Philip Weiss
e0db9777ba prevent collision in project name with hash 2018-02-18 17:03:09 -08:00
Philip Weiss
e990635f2a remove undefined dir 2018-02-18 15:04:47 -08:00
Philip Weiss
bf6a4e3db4 add .atomProject files 2018-02-18 15:03:00 -08:00
Max Brunsfeld
669b22ce1e
Merge pull request #16544 from rosston/fix-cursor-movement
Fix includeNonWordCharacters regression in Cursor
2018-01-29 09:55:26 -08:00
Wliu
46d9d190c2
Merge pull request #16627 from atom/wl-revert-right-click-move
Revert change to move mouse cursor on right-click
2018-01-26 23:52:59 -05:00
Wliu
7e0635d2c0
Fix spec 2018-01-26 18:41:57 -05:00
Max Brunsfeld
e74ea47975 ⬆️ text-buffer 2018-01-26 15:31:05 -08:00
Max Brunsfeld
02d61c1b28 Add the word Experimental to the tree-sitter setting description 2018-01-26 14:11:47 -08:00
Max Brunsfeld
e3b2e910a1 ⬆️ text-buffer 2018-01-26 14:01:16 -08:00
Max Brunsfeld
2923f0057f
Merge pull request #16628 from atom/mb-centralize-config-file-io
Perform all config file IO in the main process
2018-01-26 14:00:50 -08:00
Wliu
a48624dc02
Merge pull request #16635 from atom/wl-update-languages
Update language packages
2018-01-26 15:36:46 -05:00
Max Brunsfeld
2acaa41e34 Remove trivial test
This doesn't work on CI for reasons related to
fa0bd1e049

It doesn't test anything interesting, so I'm just going to leave it out.
2018-01-26 12:28:09 -08:00
Wliu
36be5e084c
⬆️ atom-autocomplete-api@0.10.7 2018-01-26 14:35:35 -05:00
Wliu
d268aeb9fe
⬆️ language-python@0.48.0 2018-01-26 14:26:19 -05:00
Wliu
5d8b1f801a
⬆️ language-todo@0.29.4 2018-01-26 14:25:44 -05:00
Wliu
ca7b89147c
⬆️ language-sql@0.25.10 2018-01-26 14:25:16 -05:00
Wliu
22da55f62e
⬆️ language-clojure@0.22.7 2018-01-26 14:24:41 -05:00
Wliu
8738e5ad2d
⬆️ language-toml@0.18.2 2018-01-26 14:24:03 -05:00
Wliu
b766c7307f
⬆️ language-html@0.49.0 2018-01-26 14:23:33 -05:00
Wliu
f8bcffe8f2
⬆️ language-java@0.28.0 2018-01-26 14:22:49 -05:00
Wliu
68d03f3375
⬆️ language-css@0.42.10 2018-01-26 14:21:34 -05:00
Max Brunsfeld
8f5cecbacd Use a queue to prevent concurrent async writeFile calls 2018-01-26 11:15:35 -08:00
Bryant Ung
ca4a1a61c7
⬆️ go-to-line 2018-01-25 23:33:22 -08:00
Max Brunsfeld
1d20b8ee1d Start work on routing all config file IO through main process 2018-01-25 20:35:00 -08:00
Max Brunsfeld
14c41e25d9 🎨 Config 2018-01-25 14:13:38 -08:00
Max Brunsfeld
5b776f7334
Merge pull request #16633 from atom/mb-fix-tree-sitter-highlight-updates
Fix typo in TreeSitterLanguageMode.onDidChangeHighlighting
2018-01-25 14:06:39 -08:00
Max Brunsfeld
34e2d354c2 Fix typo in TreeSitterLanguageMode.onDidChangeHighlighting 2018-01-25 14:02:31 -08:00
Max Brunsfeld
6715ade98f
Merge pull request #16620 from captbaritone/decaf-menu-helpers
Decaffeinate menu-helpers.coffee
2018-01-25 11:01:14 -08:00
Jordan Eldredge
a924dafc7d Handle case where itemSpecificity is passed but falsy 2018-01-25 09:25:06 -08:00
Wliu
be24e6edf7
Revert change to move mouse cursor on right-click 2018-01-24 11:22:41 -05:00
Max Brunsfeld
8ba04f0f0c
Merge pull request #16593 from atom/fb-pw-decaffeinate-config
decaffeinate config.coffee and config-spec.coffee
2018-01-23 22:52:43 -08:00
Ian Olsen
4bbc2a28dc
Merge pull request #16619 from jaysonvirissimo/update-marked
Update marked to guard against regex DoS
2018-01-23 15:08:56 -08:00
Damien Guard
802d15d94c
Rely on automatic temp tracking cleanup for GitRepository tests to avoid nsfw races 2018-01-23 13:47:51 -08:00
Jordan Eldredge
6c848239f4 Decaffeinate menu-helpers.coffee 2018-01-23 11:20:28 -08:00
Jayson Virissimo
7e2ce0a189 Update marked to guard against regex DoS
https://nodesecurity.io/advisories/531
2018-01-23 10:40:55 -07:00
Jason Rudolph
574328dae5
Merge pull request #16616 from atom/atom-keymap-8.2.9
⬆️ atom-keymap@8.2.9
2018-01-23 11:14:52 -05:00
Jason Rudolph
aa45944ce4
Merge pull request #16617 from atom/text-buffer-13.11.6
⬆️ text-buffer@13.11.6
2018-01-23 11:01:39 -05:00
David Wilson
7cbca54909
Merge pull request #16611 from atom/dw-fix-16538
Fix #16538: Middle-click pastes into read only editor on Linux
2018-01-23 07:41:01 -08:00
Jason Rudolph
b0513d2d75
⬆️ atom-keymap@8.2.9
Upgrade atom-keymap to pull in documentation fixes:
https://github.com/atom/atom.io/issues/134#issuecomment-358485697
2018-01-23 09:50:40 -05:00
Jason Rudolph
1b5a3f2952
⬆️ text-buffer@13.11.6
Upgrade text-buffer to pull in documentation fixes:
https://github.com/atom/atom.io/issues/134#issuecomment-358485697
2018-01-23 09:49:22 -05:00
Damien Guard
27361fd97c
⬆️ electron 1.7.10 -> 1.7.11 2018-01-22 19:56:40 -08:00