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

Disabling "Show outline view" doesn't work #1164

Closed passsy closed 6 years ago

passsy commented 6 years ago

I disabled "Show outline view" because it always opens above the project pane whenever I open atom. y9po8zib8s

But this setting has no effect. The outline pane still opens all the time.

Atom 1.22.1, atom-dart 1.0.1, SDK 2.0.0-dev.7.0 running on macos.

passsy commented 6 years ago

I think here is a if (val == true) missing so the outline will be shown after the config load regardless of the value.

https://github.com/dart-atom/dart/blob/201ee1804483277b9e5c7833b7a3cbccf40991fb/lib/impl/outline.dart#L38-L40