Skip to content

Latest commit

 

History

History
135 lines (104 loc) · 6.03 KB

File metadata and controls

135 lines (104 loc) · 6.03 KB

October 17,

28 prs, 15 authors

The highlights this week:

  • New Go to line Modal, allowing users to go to a specific line in an open file
  • Showing react classes in preview
  • Improvements to the source tree panel including
    • Setting a root folder
    • Collapsing all nodes
  • we managed a substantial refactoring of our editor, making it more modular and easy to work with for developers
  • new docs were added regarding triaging and merge conflicts

Thank you to all of our contributors this week! @James300, @pradeepgangwar, @jasonLaster, @MFry, @Fischer-L, @tromey, @nyrosmith, @codehag, @digitarald, @jfo, @9andresc, @yurydelendik, @samuel-peers, @lukaszsobek, and @khal0988

Go To line

We added a new modal for go to line You can now search the file by line, using : or the modal, thank you to @jfo for his work on that!

go-to-line

Framework specific changes

We continued improving our react support, and now use react class names in preview. Thanks to @samuel-peers!

react-preview-display

Sources

On the source tree, we have introduced setting a root directory, which allows a user to focus on a specific sub-directory in their tree, rather than seeing everything at once. It is also possible to collapse all nodes in the source tree using alt-click. We also made a number of small tweaks to the ui of the primary panel. Thanks to @khal0988, @Fischer-L and @pradeepgangwar.

sourcetree-root-dir

alt-click-collapse-node

Secondary panes

We fixed a long standing problem in the secondary panes, where the command bar would be included in the scroll. Thanks to @James300 for that

secondary-panes

Docs

Infrastructure

Code Health

Bugs