Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I hide the validation/marker error bar on the right in IntelliJ Idea 10?

The right side validation bar that shows yellow markers for warnings and red markers for errors.

like image 430
Girish Avatar asked Aug 25 '11 20:08

Girish


1 Answers

There is no way to hide it as it's combined with the scrollbar.

However, you can adjust the severity settings for errors and warnings so that they are not displayed in the stripe as marks in Settings | Editor | Colors & Fonts | General:

  • Error
  • Warning
  • Weak Warning

Disable Error Stripe Mark checkbox for the elements above.

like image 109
CrazyCoder Avatar answered Oct 18 '22 07:10

CrazyCoder