diff --git a/docs/focus/2018-03-26.md b/docs/focus/2018-03-26.md index 2ab646d50..c909f5a4f 100644 --- a/docs/focus/2018-03-26.md +++ b/docs/focus/2018-03-26.md @@ -9,6 +9,9 @@ - Published initial draft of proposal for streamlining collaboration set-up, and issued request for comments ([atom/teletype#344](https://github.com/atom/teletype/pull/344)) - Tree-sitter - Xray +  - Merged a PR that switches Xray to a client/server architecture [#46](https://github.com/atom/xray/pull/46). + - Made good progress on a fast file finder [#55](https://github.com/atom/xray/pull/55) + - See [this week's in depth update](https://github.com/atom/xray/blob/master/docs/updates/2018_03_26.md) for details. - Engineering Improvements - Reactor Duty - Further limit the ability to modify read-only `TextEditor` buffers. [#16736](https://github.com/atom/atom/issues/16736) @@ -31,6 +34,10 @@ - Incorporate feedback into the RFC for streamlining collaboration set-up and open it up for another round of comments ([atom/teletype#344](https://github.com/atom/teletype/pull/344)) - Tree-sitter - Xray +  - Finish the basic file finder experience [#55](https://github.com/atom/xray/pull/55) + - Add ignore support to the file finder for improved performance in the common case. + - Start on key bindings. + - See [this week's in depth update](https://github.com/atom/xray/blob/master/docs/updates/2018_03_26.md) for details. - Engineering Improvements - Reactor Duty - Continue working down [the prioritized queue](https://github.com/orgs/atom/projects/2). :rocket: