Commit Graph

34606 Commits

Author SHA1 Message Date
Ash Wilson
08ca84e587 📝 Convert code samples to js 2018-03-20 09:37:47 -04:00
Ash Wilson
639e5cf4d8 ⬆️ bracket-matcher 2018-03-20 09:26:55 -04:00
Antonio Scandurra
d5c74c7e7c Merge pull request #16943 from atom/as-fix-subpixel-aa-when-soft-wrap-is-on
Clip cursor width when soft-wrap is on and cursor is at the end of a line
2018-03-20 10:01:43 +01:00
Ash Wilson
079a43f7be Merge pull request #16960 from atom/weekly-2018-03-19
Weekly Focus: 2018-03-19
2018-03-19 15:18:29 -04:00
Ash Wilson
cdab85d437 ⬆️ text-buffer 2018-03-19 15:13:48 -04:00
David Wilson
7dd33d85df Update 2018-03-19.md 2018-03-19 09:52:50 -07:00
Katrina Uychaco
f847172807 Add kuychaco's work 2018-03-19 17:37:19 +01:00
Max Brunsfeld
cd045b33c7 Add my focus 2018-03-19 09:30:21 -07:00
Damien Guard
91de47632b Update 2018-03-19.md 2018-03-19 09:11:16 -07:00
Damien Guard
f80500f6ef Update README.md 2018-03-19 09:09:31 -07:00
Nathan Sobo
720d421903 Add Xray updates
/cc @as-cii
2018-03-19 09:44:38 -06:00
Jason Rudolph
c7e128d3ed Add Teletype focus for the coming week [ci skip] 2018-03-19 10:59:32 -04:00
Jason Rudolph
b335b3a6a6 🎨 2018-03-19 10:59:32 -04:00
Ash Wilson
d936ad9d90 Right. Forgot I was on reactive duty 😅 2018-03-19 10:38:08 -04:00
Jason Rudolph
5bcded4adf Add Teletype highlights from the past week [week] 2018-03-19 09:24:40 -04:00
Jason Rudolph
34c0104223 Prune empty bullets from previous updates [ci skip] 2018-03-19 09:14:22 -04:00
Damien Guard
339d23d27c Update 2018-03-19.md 2018-03-16 08:15:09 -07:00
Ash Wilson
cfe7c5b023 atom/github progress 2018-03-16 10:54:54 -04:00
Ash Wilson
41153ed515 Weekly update template 2018-03-16 10:36:01 -04:00
David Wilson
a1b03404e8 Merge pull request #16957 from atom/la-fix-config-docs
Fix documentation for the Config class
2018-03-16 05:42:19 -07:00
Landon Abney
e546190b1e 🐛 Fix documentation for the Config class
The parser that generates the documenation requires the comment for the
documentation to be immediately preceeding the class definition. As part
of the decaffeination process in #16593 a variable declaration was
placed between the class definition and it's documentaiton, causing the
parser to think there was none... and excluding it from the final
result.

Fixes #16955.
2018-03-15 23:52:49 -07:00
Hubot
a59bb96715 1.27.0-dev 2018-03-13 17:01:54 -05:00
Ash Wilson
87b77a7254 Merge pull request #16944 from atom/aw-tsx
Recognize .tsx source as Typescript
2018-03-13 09:54:43 -04:00
Ash Wilson
ce1c15cbc5 Recognize .tsx source as Typescript 2018-03-13 08:24:02 -04:00
Antonio Scandurra
26837d65b4 Clip cursor width when soft-wrap is on and cursor is at the end of line
This prevents the parent tile from disabling sub-pixel anti-aliasing.
For some reason, adding `overflow: hidden` to the cursor container
element doesn't solve the issue, so we're adding this workaround
instead.
2018-03-13 12:04:35 +01:00
Antonio Scandurra
3727c93965 Merge pull request #16942 from atom/as-fix-snapshot-creation
Fix snapshot creation after spell-check upgrade
2018-03-13 11:28:02 +01:00
Antonio Scandurra
e1e93c08b8 Exclude modules required from xregexp-all.js
This file is already "browserified", meaning that it should be fine to
embed it verbatim inside the snapshot. The errors observed in e.g.
https://circleci.com/gh/atom/atom/7139 were in fact caused by trying to
process xregexp's already "browserified" modules again using
electron-link.
2018-03-13 10:06:19 +01:00
Antonio Scandurra
19087d0c67 ⬆️ electron-link 2018-03-13 10:02:35 +01:00
Ash Wilson
00d72a95d5 Merge pull request #16918 from atom/weekly-2018-03-12
Weekly Focus: 2018-03-12
2018-03-12 22:02:20 -04:00
Antonio Scandurra
e8ee444f71 :arrow_up spell-check 2018-03-12 18:38:03 +01:00
Antonio Scandurra
98f2fdecfe Merge pull request #16926 from atom/fix-typo
Remove extra hyphen in option description
2018-03-12 18:25:29 +01:00
Ash Wilson
033451d904 Add the release blockers 2018-03-12 13:05:27 -04:00
Damien Guard
0397add9c9 Update 2018-03-12.md 2018-03-12 09:26:25 -07:00
Nathan Sobo
9d0cebcd9a Add Xray focus 2018-03-12 10:16:05 -06:00
Max Brunsfeld
c278224bea Add my weekly focus 2018-03-12 07:19:02 -07:00
Ash Wilson
dfa6567e62 ⬆️ github 2018-03-12 10:16:18 -04:00
Jason Rudolph
1baebcd8e7 Update roadmap to reflect completion of Teletype RFC-001
/xref e4382b1b0f
2018-03-12 09:53:56 -04:00
Jason Rudolph
5f718779b8 📝 Use GFM task syntax for Teletype roadmap items [ci skip] 2018-03-12 09:50:52 -04:00
Jason Rudolph
81948f4f68 Merge remote-tracking branch 'origin/master' into weekly-2018-03-12 2018-03-12 09:49:12 -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
Lee Dohm
1c6b431bf8 Remove extra hyphen in option description 2018-03-10 09:15:47 -08:00
Jason Rudolph
c302ed08da Add Teletype focus for the coming week 2018-03-09 17:18:17 -05: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
Jason Rudolph
e4382b1b0f Add Teletype highlights from last week 2018-03-09 16:57:46 -05: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