MPS 2023.3 Help

IDE viewing modes

MPS lets you switch between several viewing modes for different usage styles and scenarios. For example, when you need to focus on the code or present to an audience.

Full Screen mode

MPS expands the main window to occupy the entire screen. On macOS, all operating system controls are hidden, but you can access the main menu if you hover over the top of the screen.

Distraction-free mode

The editor occupies the entire main window with the source code centered. All other elements of the UI are hidden (tool windows, toolbars, and editor tabs) to help you focus on the source code of the current file. You can still use shortcuts to open tool windows, navigate, and perform other actions.

Presentation mode

MPS expands the editor to occupy the entire screen and increases the font size to make it easier for your audience to see what you are doing. Other elements of the UI are hidden, but you can bring them up with corresponding shortcuts or using the main menu if you hover over the top of the screen.

Zen mode

MPS combines the Full Screen and Distraction-free modes, so the main window expands leaving only the editor with the source code for you to focus on programming.

By default, the editor text in the Distraction-free and Zen viewing modes is centered vertically and the text column width corresponds to the Hard wrap at option on the Editor | Code Style page of the IDE settingsĀ  Ctrl+Alt+S. This means that if your code will be centered when formatted properly, but if there are long unwrapped lines, the text might go beyond the viewport while there is a large margin on the left. In such cases, you may want to decrease the left margin using the Left margin in distraction free mode option on the Advanced Settings page of the IDE settingsĀ  Ctrl+Alt+S.

Toggle viewing modes on and off

  • Go to View | Appearance and select Enter <viewing mode> or Exit <viewing mode>.

  • Use the quick switcher:

    1. Go to View | Quick Switch Scheme (or press Ctrl+`).

    2. In the Switch popup, select View Mode and then select Enter <viewing mode> or Exit <viewing mode>.

    Quick switcher for viewing modes
  • Use Find Action: press Ctrl+Shift+A, and start typing the name of the viewing mode. Then select Enter <viewing mode> or Exit <viewing mode> from the list and press Enter.

  • Map actions that toggle viewing modes on and off to your preferred key combinations.

Last modified: 07 March 2024