Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Distraction Free Mode with right margin

I'd like to display right margin in Distraction Free Mode. Is it possible? Can't find any options for DFM in settings.

Right margin is the vertical line displayed in a tab with source code. It shows where the column limit is.

like image 932
tomrozb Avatar asked Apr 03 '15 18:04

tomrozb


People also ask

How do you get out of distraction in Pycharm free mode?

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

How do you get out of Zen mode in Pycharm?

Alternatively you can use Find Actions ⌘⇧A (macOS), or Ctrl+Shift+A (Windows/Linux) and type in zen mode to enter or exit Zen Mode.

What is Zen mode in Pycharm?

If you want to get rid of every part of the IDE except your code, you can combine the full screen and distraction-free modes by entering the Zen mode: Ctrl+` | View Mode | Enter Zen Mode. To exit the modes, hit Ctrl+` and navigate to View Mode | Exit Distraction Free (or Zen) Mode.

How do I get out of focus mode in Intellij?

Go to View | Quick Switch Scheme (or press Ctrl+` ). In the Switch popup, select View Mode and then select Enter <viewing mode> or Exit <viewing mode>.


1 Answers

Open the settings and navigate to Editor > General > Appearance and tick "Show hard wrap guide (configured in Code Style Options)".

Alternatively bring up the Find Action search with Ctrl+Shift+A (by default), search for "Show right margin" and hit enter to toggle the setting.

The trick is to change it with distraction free mode enabled.

EDIT: In versions of IntellJ before 2017.3, the menu option was called "Show right margin".

like image 118
Timothy McCarthy Avatar answered Sep 17 '22 16:09

Timothy McCarthy