dart-atom / dart

A Dart plugin for Atom.
http://dart-atom.github.io/dart/
BSD 3-Clause "New" or "Revised" License
154 stars 44 forks source link

Cache outline views for each opened editors #1156

Closed cdavidjean closed 6 years ago

cdavidjean commented 6 years ago

Cache outline state for the outline view (selection, scroll position) for opened editors,. After moving to a shared outline view per window (instead of per editor), we may want to tweak the behavior a bit so that switching form editor A to B and back to A, the outline view's state for editor A is preserved.

cdavidjean commented 6 years ago

Fixed in https://github.com/dart-atom/dartlang/pull/1159