Files
atom/docs/focus/2018-03-26.md
Jason Rudolph 548b90ef1d Put a link on it
Is it just me, or is it hilarious that I failed to add a URL to the
bullet about adding support for URLs? 🤦
2018-03-23 17:21:15 -04:00

2.4 KiB

Highlights from the past week

  • Atom IDE
  • GitHub Package
    • Commit with co-authors! Our first version pulls author names and email addresses from local repos. Future versions will include GitHub usernames (mentionable users) atom/github#1355
  • Teletype
    • Added ability to share and join a portal via URL (atom/teletype#109) 👩‍💻:atom:🔗:atom:👨‍💻
    • Published initial draft of proposal for streamlining collaboration set-up, and issued request for comments (atom/teletype#344)
  • Tree-sitter
  • Xray
  • Engineering Improvements
  • Reactor Duty
    • Further limit the ability to modify read-only TextEditor buffers. #16736
    • TextEditor.scan() methods skipped a row when a zero-length match was encountered at the end of a row. #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, #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
    • Review and merge @Arcanemagus' PR to update the CircleCI template to CircleCI 2.0 atom/ci#82
    • Review and merge @hansonw's PR to sanitize HTML within notification messages atom/notifications#187

Focus for week ahead

  • Atom IDE
  • GitHub Package
    • Undo last commit and replace amend check-box with an amend context-menu option
    • Build on co-author feature
  • Teletype
    • Publish new Teletype release with support for sharing and joining a portal via URL (atom/teletype-client#56)
    • Incorporate feedback into the RFC for streamlining collaboration set-up and open it up for another round of comments (atom/teletype#344)
  • Tree-sitter
  • Xray
  • Engineering Improvements
  • Reactor Duty