Update 2018-04-16.md

This commit is contained in:
Antonio Scandurra
2018-04-18 09:00:07 +02:00
committed by GitHub
parent be106a4e6d
commit f3bf3532fe

View File

@@ -15,6 +15,8 @@
- Fixed an issue that prevented mouse clicks from placing the cursor on certain lines while participating in a portal ([atom/teletype#362](https://github.com/atom/teletypeissues/atom/teletype/362))
- Published [Teletype 0.12.2](https://github.com/atom/teletype/releases/tag/v0.12.2) with the above improvements
- Xray
- More progress on the RPC system supporting shared workspaces
- See the [in-depth update](https://github.com/atom/xray/blob/master/docs/updates/2018_04_16.md) for more details
- Reactor Duty
- Fixed an issue when [using autocomplete-plus in conjunction with `_` configured as a non-word character](https://github.com/atom/autocomplete-plus/issues/956#issuecomment-374303376) ([atom/autocomplete-plus#956](https://github.com/atom/autocomplete-plus/issues/956)) Thanks, [@ariasuni](https://github.com/ariasuni)!
- Fixed an issue where the wrong items would appear as collapsed in the search results
@@ -39,3 +41,4 @@
- Tree-sitter
- Start work on making syntax trees fully persistent so that they can be used in Xray on multiple threads.
- Xray
- Merge [initial implementation of shared workspaces](https://github.com/atom/xray/pull/61)