Show editor tabs in Presentation mode
Asked Answered
O

1

10

When I am in a presentation mode I want have Editor Tabs enabled. Now they are disabled, so when I enter presentation mode I cannot move tabs right or to the opposite group. Is there a possibility to enable them?

Orvah answered 18/7, 2018 at 19:47 Comment(3)
No: youtrack.jetbrains.com/issue/IDEA-165833.Erick
Related, having tabs in presentation mode: youtrack.jetbrains.com/issue/IDEA-120266/…Shandrashandrydan
@Orvah this is now possible, I've added an answer.Shandrashandrydan
S
1

Manually inserting the setting

This is now possible by manually inserting the registry key in a file that your editor picks up.

Step 1

Find the config directory for your IDE:

Linux

Go to ~/.config/JetBrains/, then open the folder for your <product><version>.

Example: ~/.config/JetBrains/WebStorm2024.1

Windows

Go to %AppData%\JetBrains, then open the folder for your <product><version>.

Example: C:\Users\Webber\AppData\Roaming\JetBrains\WebStorm2024.1.

MacOS

Go to ~/Library/Application Support/JetBrains then open the folder for your <product><version>.

Example: ~/Library/Application Support/JetBrains/WebStorm2024.1

Step 2

In that folder, create a file called idea.properties with the following contents:

ide.editor.tabs.visible.in.presentation.mode=true

Step 3

Restart your IDE and go to presentation mode

Shandrashandrydan answered 10/7 at 13:28 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.