From 2cbf36cd6ba3a13137aca6d5235427dbd7a3715b Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Fri, 23 Mar 2018 13:15:54 -0400 Subject: [PATCH] Add @smashwilson's updates --- docs/focus/2018-03-26.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/focus/2018-03-26.md b/docs/focus/2018-03-26.md index 4ac5c00f0..a281340f1 100644 --- a/docs/focus/2018-03-26.md +++ b/docs/focus/2018-03-26.md @@ -7,6 +7,12 @@ - Xray - Engineering Improvements - Reactor Duty + - Further limit the ability to modify read-only `TextEditor` buffers. [#16736](https://github.com/atom/atom/issues/16736) + - `TextEditor.scan()` methods skipped a row when a zero-length match was encountered at the end of a row. [#16983](https://github.com/atom/atom/issues/16983) + - Review and merge @t9md's PRs to preserve selections when a buffer is open in multiple editors and undo and redo are triggered. [atom/text-buffer#287](https://github.com/atom/text-buffer/pull/287), [#16564](https://github.com/atom/atom/pull/16564) + - Prevent bracket-matcher from triggering onDidChange before the final cursor placement, which caused the wrong cursor position to be send to autocomplete providers. [atom/autocomplete-plus#954](https://github.com/atom/autocomplete-plus/issues/954) + - Review and merge @Arcanemagus' PR to update the CircleCI template to CircleCI 2.0 [atom/ci#82](https://github.com/atom/ci/issues/82) + - Review and merge @hansonw's PR to sanitize HTML within notification messages [atom/notifications#187](https://github.com/atom/notifications/pull/187) ## Focus for week ahead @@ -17,3 +23,4 @@ - Xray - Engineering Improvements - Reactor Duty + - Continue working down [the prioritized queue](https://github.com/orgs/atom/projects/2). :rocket: