SteveFromAccounting
SteveFromAccounting

Reputation: 197

Disabling horizontal scrollbar in IntelliJ IDEA nav popups

Whenever I use the navigation pop-up (ie, the "Go To File" modal) in IntelliJ IDEA, there's a horizontal scrollbar that shows up sometimes, which hides the last result, or hides the only result:

Go To File

Is there any way to hide this scrollbar? In a practical sense, I can of course tell that it's probably found the correct file, and worst case I just go to the wrong file. Just a minor annoyance, really.

Note: I'm using IntelliJ IDEA 15.0.2 under Ubuntu 14.04, using the Unity windows manager. This doesn't happen in the OSX version.

Upvotes: 3

Views: 3453

Answers (1)

Leon X
Leon X

Reputation: 39

enable soft wrap in

Editor -> General

reopen IJ

Upvotes: 3

Related Questions