Hide vertical scrollbars
-
Hi,
How can we hide the vertical scrollbar when in split view mode? That is i have two views, one on the left, one on the right, maybe they’re called windows or views, idk… Just want a total distraction free mode, ok? I don’t need the scrollbar to indicate that there’s more text
I can remove line numbers, at least
Also, in distraction free mode, the two views/panes became only one view/pane… But I need both
Thanks,
Thomas -
How can we hide the vertical scrollbar…
For example by using the pythonScript plugin and calling
editor1.setVScrollBar(False)
andeditor2.setVScrollBar(False)
Also, in distraction free mode, the two views/panes became only one view/pane
Once you are in this mode, you can move a file to the other view to get the desired goal.
-
@zitot-hawaii-edu said:
in distraction free mode, the two views/panes became only one view/pane…but I need both
Hmm, presumably, the designer of distraction free mode decided that a second pane would be distracting… :-)