diff options
| author | Rusty Wagner <rusty.wagner@gmail.com> | 2025-06-17 21:35:08 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty.wagner@gmail.com> | 2025-06-23 15:19:52 -0400 |
| commit | f59acf14a8a8630a5b9a0e0cb422a1192f247f5d (patch) | |
| tree | 7018ad230557f9e1fcb68cbbd4e6fdefb9b3005a /docs/guide | |
| parent | df2691ad3443fdf9767869be73c1014f49383239 (diff) | |
Allow sidebar icons to be hidden
Diffstat (limited to 'docs/guide')
| -rw-r--r-- | docs/guide/index.md | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/docs/guide/index.md b/docs/guide/index.md index a0657c98..b4287074 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -240,7 +240,7 @@ Once you have a file open, the sidebar lets you quickly access the most common f - 5-6: Primarily for horizontal content, the bottom-most panel icon regions behave much like sections 1-2 except they are applied to two regions in the bottom of the window. Clicking a different icon in this region will switch to that panel, or hide that panel entirely if it is already selected. ???+ Info "Tip" - Note that you can also right-click on sidebar icons and choose from `Docked`, `Floating`, and `Window` options to expose even more possible layout options. + Note that you can also right-click on sidebar icons and choose from `Docked`, `Floating`, and `Window` options to expose even more possible layout options. From the right-click menu, you can also control if and when a sidebar icon is hidden. Here's a more detailed look into each of those panels: @@ -456,6 +456,17 @@ The search types are available from a drop-down next to the text input field and The log window lets you search and filter through logs. You can search by text or filter by loggers to identify messages of interest. By default, only the logs for a specific BinaryView that's open as well as any Global logs will show up but this setting can either be changed through the right-click menu or the drop down menu in the upper-right of the log window. +### Hidden Sidebar Icons + +Some sidebar icons are hidden when they are not relevant, and some containing information for plugin debugging are +hidden by default. You can also choose to hide any sidebar icon by right-clicking on it. + +If a sidebar icon is hidden and you want to open it or change the visibility of the icon, you can click the `More...` +icon in the sidebar (the icon with three dots) and choose the sidebar you want to open from the popup menu. Once it is +open, right-clicking on the icon and choosing `Show` from the menu will make the icon stay visible at all times. + +{ width="300" } + ## Tiling Panes { width="1000" } |
