mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
79b2314e5a
* move building errors to the troubleshooting section * add submodule out of sync issue to troubleshooting * changes to get cutter section * move common issues to user docs * add error related to submodule not in sync * Grammarly scan on all the docs * update contribution guide now that common-errors is split
22 lines
1.1 KiB
ReStructuredText
22 lines
1.1 KiB
ReStructuredText
Layout
|
|
======
|
|
|
|
The set of currently opened widgets, their placement, and some properties is grouped into layouts.
|
|
Cutter will automatically restore the last layout state when reopening Cutter. The last debug and normal layouts are stored separately.
|
|
You can :ref:`save<user-docs/menus/menu-bar/view-menu:Save Layout>` multiple named layouts for different use cases.
|
|
Use :doc:`../menus/menu-bar/view-menu` to :ref:`save<user-docs/menus/menu-bar/view-menu:Save Layout>`,
|
|
:ref:`load<user-docs/menus/menu-bar/view-menu:Layouts>` or :ref:`user-docs/menus/menu-bar/view-menu:Reset to default layout`.
|
|
A named layout is never automatically modified. To modify a previously saved layout, instead of entering a new name, select
|
|
an existing layout from the list in Save Layout dialog.
|
|
|
|
Layout Manager
|
|
-----------------------------------
|
|
|
|
.. image:: ../../images/layout_manager.png
|
|
:alt: Layout manager dialog
|
|
|
|
|
|
**Description:** Layout manager allows renaming and deleting saved layouts.
|
|
|
|
**Steps to open:** :doc:`View<../menus/menu-bar/view-menu>` -> :ref:`user-docs/menus/menu-bar/view-menu:Manage Layouts`
|