vscode-sync-scroll icon indicating copy to clipboard operation
vscode-sync-scroll copied to clipboard

The verbose status bar

Open oshliaer opened this issue 4 years ago • 5 comments

I think that the status bar of the extension is redurant.

1606202625530

As you can see it is placed over a sufficiently long space.

My suggestion is to reduce the status bar to a few characters. For example

  1. Sync Scroll NORMAL
  2. Sync Scroll OFFSET
  3. Sync Scroll OFF

Also if this can be view I think if the Sync Scroll NORMAL/OFFSET is activated then Sync Scroll should be enabled programmatically.

Please review the issue and let me know what you think and hat you prefered in a PR (if there is a need for it).

oshliaer avatar Nov 24 '20 07:11 oshliaer

I think that the status bar of the extension is redurant.

1606202625530

As you can see it is placed over a sufficiently long space.

My suggestion is to reduce the status bar to a few characters. For example

  1. Sync Scroll NORMAL
  2. Sync Scroll OFFSET
  3. Sync Scroll OFF

Also if this can be view I think if the Sync Scroll NORMAL/OFFSET is activated then Sync Scroll should be enabled programmatically.

Please review the issue and let me know what you think and hat you prefered in a PR (if there is a need for it).

That's really a concise idea. I like it. Actually I was tangling about the long status bar and two switches for a while. Thanks for your advice. I would try to implement it and keep you updated if there's any improvement.

dqisme avatar Nov 24 '20 15:11 dqisme

Also... Could have a setting to hide the status bar commands too?

moxwel avatar Mar 23 '21 23:03 moxwel

Also... Could have a setting to hide the status bar commands too?

Hey @moxwel, thanks for the advice. For clarifying your requirement, does it mean that you want to have a setting to hide the items in the status bar but leaving the commands so that the mode can be switched in the "Show All Commands" menu or shortcuts?

dqisme avatar Apr 03 '21 21:04 dqisme

Also... Could have a setting to hide the status bar commands too?

Hey @moxwel, thanks for the advice. For clarifying your requirement, does it mean that you want to have a setting to hide the items in the status bar but leaving the commands so that the mode can be switched in the "Show All Commands" menu or shortcuts?

Exactly! Only hide the items in the status bar.

moxwel avatar Apr 03 '21 21:04 moxwel

Hiding the status bar items would be nice. But an even better option would be:

{
  "synchronizedScrolling.statusbarItems": "show",  // or "hide" or "showWhenEnabled"
}

The showWhenEnabled options would show the statusbar item, ONLY when sync scrolling is enabled. That is the most sensible option in most cases. You don't use this extension all the time, so most of the time the statusbar would be "clean", and would notify you that sync scrolling is enabled only when you're using it.

And of course you could hide the items with hide.

lonix1 avatar Mar 20 '22 01:03 lonix1

Hi @contributorpw after so long time, a new patch version (v1.3.1) published, please check it out. It took your advice that merge the two menubar items into one. Now it only has one button to change the different modes with the three options 😃

dqisme avatar Dec 07 '22 23:12 dqisme

Hiding the status bar items would be nice. But an even better option would be:

{
  "synchronizedScrolling.statusbarItems": "show",  // or "hide" or "showWhenEnabled"
}

The showWhenEnabled options would show the statusbar item, ONLY when sync scrolling is enabled. That is the most sensible option in most cases. You don't use this extension all the time, so most of the time the statusbar would be "clean", and would notify you that sync scrolling is enabled only when you're using it.

And of course you could hide the items with hide.

Hi @lonix1 , thanks for your advice, for now there is always a workaround that you can disable the extension in your vscode and all the related items will not display.

dqisme avatar Dec 07 '22 23:12 dqisme

@dqisme ,

thanks so much!

I'm using this ext sice https://github.com/microsoft/vscode/issues/33110#issuecomment-637829526

That's cool!

oshliaer avatar Dec 26 '22 08:12 oshliaer