Merge branch 'doc-tab-list' into 'master'

[ci skip] doc/usage: horizontal tab list isn't the default anymore, since 2014 (thanks FireFly)

See merge request poezio/poezio!86
This commit is contained in:
Maxime Buquet 2020-04-23 14:33:49 +02:00
commit ed8f3b5c27

View file

@ -15,20 +15,11 @@ Tab list
There are two ways of showing the open tabs: There are two ways of showing the open tabs:
Horizontal list
^^^^^^^^^^^^^^^
This is the default method.
On all tabs, you get a line showing the the list of all opened tabs. Each tab
has a number, each time you open a new tab, it gets the next available number.
.. figure:: ./images/tab_bar.png
:alt: Example of 5 opened tabs
Vertical list Vertical list
^^^^^^^^^^^^^ ^^^^^^^^^^^^^
This is the default method.
On all tabs, you get a pane on the left side of the screen that shows a list On all tabs, you get a pane on the left side of the screen that shows a list
of the opened tabs. As stated above, each tab has a number, and each time you of the opened tabs. As stated above, each tab has a number, and each time you
open a new tab, it gets the next available number. open a new tab, it gets the next available number.
@ -36,10 +27,17 @@ open a new tab, it gets the next available number.
.. figure:: ./images/vert_tabs.png .. figure:: ./images/vert_tabs.png
:alt: Example of the vertical tab bar :alt: Example of the vertical tab bar
Horizontal list
^^^^^^^^^^^^^^^
This mode is enabled by setting the On all tabs, you get a line showing the the list of all opened tabs. Each tab
:term:`enable_vertical_tab_list` option to ``true`` in the has a number, each time you open a new tab, it gets the next available number.
configuration file.
.. figure:: ./images/tab_bar.png
:alt: Example of 5 opened tabs
This mode is enabled by setting the :term:`enable_vertical_tab_list`
option to ``false`` in the configuration file.
Options for the tab list Options for the tab list
^^^^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^^