Commit Graph

34564 Commits

Author SHA1 Message Date
Ash Wilson
dfa6567e62 ⬆️ github 2018-03-12 10:16:18 -04:00
Jason Rudolph
fb064140d5 Merge pull request #16915 from atom/jr-teletype-near-term-roadmap
Publish Teletype plans
2018-03-12 09:21:38 -04:00
Jason Rudolph
1b06b9635d 📝 Add TODO placeholders for other roadmap sections [ci skip] 2018-03-12 09:20:32 -04:00
Jason Rudolph
99ea94a955 📝 Tweak section heading [ci skip] 2018-03-12 09:19:30 -04:00
Philip Weiss
ef6c83fb3a Merge pull request #16845 from atom/fb-pw-simple-project-config
Add the concept of an `atomproject` file to atom.
2018-03-11 20:41:35 -07:00
Philip Weiss
d7eff0ec55 Merge branch 'master' into fb-pw-simple-project-config 2018-03-09 14:06:14 -08:00
Philip Weiss
e14ffb9420 set default path inside of project.replace 2018-03-09 14:04:21 -08:00
Max Brunsfeld
204a5aa695 Merge pull request #16922 from atom/mb-dont-load-config-settings-in-tests
Fix regression where config file was loaded in specs
2018-03-09 12:47:20 -08:00
Wliu
34e543c906 Merge pull request #16921 from atom/wl-update-languages
Update languages
2018-03-09 14:30:56 -05:00
Max Brunsfeld
a9fa57139a Fix regression where config file was loaded in specs 2018-03-09 11:15:50 -08:00
Wliu
76ce8bbe5f ⬆️ language-java@0.29.0 2018-03-09 13:03:30 -05:00
Wliu
b87617fcc0 ⬆️ language-php@0.43.2 2018-03-09 13:02:41 -05:00
Wliu
29b07f7684 ⬆️ language-text@0.7.4 2018-03-09 13:01:16 -05:00
Wliu
a847ab435d ⬆️ language-javascript@0.128.4 2018-03-09 12:59:51 -05:00
Wliu
7fbefe4be0 ⬆️ language-yaml@0.32.0 2018-03-09 12:58:40 -05:00
Jason Rudolph
3752dca5b0 What's that saying about the usefulness of planning vs. plans? 😇 2018-03-09 09:56:18 -05:00
Jason Rudolph
f1e1272a03 Link to atom/teletype repo 2018-03-09 09:45:43 -05:00
Jason Rudolph
bee3090dd1 🎨 2018-03-09 09:45:31 -05:00
Jason Rudolph
d83a2dd9cf Publish near-term teletype plans 2018-03-09 09:22:11 -05:00
simurai
68b21364b4 ⬆️ one-dark/light-ui@v1.11.0 2018-03-09 20:01:49 +09:00
Antonio Scandurra
e2c89b29c8 Merge pull request #16428 from ernesto28/resize-pane
Resize pane
2018-03-09 08:38:44 +01:00
Philip Weiss
9282f07d07 return correct contents when no config present 2018-03-08 22:00:51 -08:00
Philip Weiss
a31795e1f3 fix linting issues 2018-03-08 21:53:50 -08:00
Philip Weiss
9d3c91b150 fix more nits 2018-03-08 21:49:18 -08:00
Ash Wilson
0b8abefc5b Merge pull request #16906 from atom/aw-quarterly-plan-reformat
Move GitHub package plans
2018-03-08 15:54:54 -05:00
Ash Wilson
7623547980 Move GitHub package plans into docs/focus/README.md 2018-03-08 08:28:34 -05:00
Wliu
2e19cf4a7c 📝 [ci skip] 2018-03-07 15:32:40 -05:00
Philip Weiss
b4f9faba42 fix nits 2018-03-06 14:55:51 -08:00
Philip Weiss
9b6b842a03 Merge branch 'fb-pw-simple-project-config' of github.com:atom/atom into fb-pw-simple-project-config 2018-03-06 13:34:02 -08:00
Philip Weiss
aa925c2a4c remove atomproject format restriction 2018-03-06 13:33:54 -08:00
Philip Weiss
6024a5f5cf Fix linting error in config.js 2018-03-06 11:49:41 -08:00
Philip Weiss
685292bb8d fix linting issues 2018-03-06 11:09:58 -08:00
Philip Weiss
062dfdea80 address PR comments 2018-03-06 11:06:22 -08:00
Ash Wilson
429f2bdd09 ⬆️ github 2018-03-06 12:27:20 -05:00
Ian Olsen
2d78eb8131 Merge pull request #16875 from atom/weekly-2018-03-05
Weekly Focus: March 5, 2018
2018-03-06 08:13:07 -08:00
Linus Eriksson
113b771e63 Merge pull request #16886 from atom/b3-fix-shaking-editor
Fix shaking editor when typing
2018-03-06 11:28:41 +01:00
Antonio Scandurra
bfe37a4ad8 Merge pull request #16884 from atom/b3-randomized-test
Randomize fontSize and lineHeight in the random test
2018-03-06 10:23:18 +01:00
Matthew Dapena-Tretter
e3a464eadf Merge pull request #16863 from atom/fb-mdt-fix-dock-dragndrop
Fix dock dragging and dropping
2018-03-05 14:45:28 -08:00
David Wilson
2756c65a21 Merge pull request #16812 from atom/ungb-deb-dependency
Add additional dependencies for linux
2018-03-05 10:12:14 -08:00
David Wilson
409a2913ab Add @daviwil highlights and focus items 2018-03-05 10:02:42 -08:00
Jason Rudolph
ed55d0a5b9 Populate teletype focus for the 2018-03-05 update
- Remove Teletype bullet for last week, since we were focused elsewhere
last week
- Populate focus for the week ahead
2018-03-05 12:44:56 -05:00
Linus Eriksson
de54e55878 Fix shaking editor when typing
When using DPI scaling the scroll position could be set to a position
that
was not possible causing a scroll event to scroll back. This was causing
the editor to shake when editing. This PR fixes
this by rounding scrollTop and scrollLeft to a physical pixel instead of
rounding using Math.round

Co-authored-by: Antonio Scandurra <as-cii@github.com>
2018-03-05 17:37:30 +01:00
Linus Eriksson
a790f1e3ec Randomize fontSize and lineHeight in the random test
This causes the failure fixed by https://github.com/atom/atom/pull/15831
to be caught by the randomized test more easily
2018-03-05 17:24:19 +01:00
Nathan Sobo
caa7ed5438 Add Xray status 2018-03-05 09:12:18 -07:00
Damien Guard
57fcef3c0b Update 2018-03-05.md 2018-03-05 07:04:15 -08:00
Katrina Uychaco
5ac53d642b 🔥 newline 2018-03-04 23:07:42 -08:00
Katrina Uychaco
50b8d37649 Add focus for @kuychaco 2018-03-04 23:06:22 -08:00
Wliu
6e6e44ce56 Merge pull request #16876 from Connormiha/use-native-is-array
Use native isArray, endsWith
2018-03-03 13:43:18 -05:00
Mihail Bodrov
6e59852456 Use native isArray, endsWith 2018-03-03 19:18:35 +03:00
Max Brunsfeld
40c608d015 Merge pull request #16668 from Connormiha/optimize-kill-process
Optimize process kill by pid
2018-03-02 16:39:46 -08:00