kilbd / nova-rust

A Rust extension for the Nova text editor, using the Rust Analyzer language server.
MIT License
29 stars 5 forks source link

[BUG] The symbols fold slider doesn't unfold #40

Closed laralove143 closed 1 year ago

laralove143 commented 1 year ago

Describe the bug Normally, the slider should fold everything when it's at the left, and unfold when it's at the right. The bug happens when you move the slider to right, then back to left. Moving it to the right unfolds it but moving it to the left doesn't seem to do anything.

To Reproduce Steps to reproduce the behavior:

  1. Symbols in the left sidebar at the bottom by default
  2. Make sure it's on Hierarchical
  3. Move the slider under Hierarchical to the right
  4. Move it back to the left
  5. The symbols aren't folded

Expected behavior The symbols are folded back.

Screenshots https://user-images.githubusercontent.com/82576556/230971865-6472e5f1-1fb1-469f-bd74-32bcdfbf250f.mov

Versions (please complete the following information):

kilbd commented 1 year ago

Nova does the same thing when I look at a TypeScript file, so I'm guessing this is a Nova bug. I filed a bug report with Panic so hopefully they'll address it soon!

kilbd commented 1 year ago

Panic reports that this is fixed in Nova 11, which is in beta and due soon!