Files
atom/docs/focus/2018-03-26.md
Ash Wilson 041d8e4963 🔪 unused sections
2018-03-27 09:46:22 -04:00

3.2 KiB

Highlights from the past week

  • Atom IDE
    • Started implementing project root settings, initial PR next week
  • 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)
  • Xray  - Merged a PR that switches Xray to a client/server architecture #46.
  • 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
    • Send initial PR for project root settings
  • GitHub Package
    • Undo last commit and replace amend check-box with an amend context-menu option
    • Build on co-author feature
    • Investigate how GitHub package code can be reused for other editor integrations
  • 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)
  • Xray  - Finish the basic file finder experience #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 for details.
  • Reactor Duty