Steve Kuo
Steve Kuo

Reputation: 63054

IntelliJ disable warnings

IntelliJ displays yellow markers in the scrollbar on the right for warnings. Is there a way to disable warnings or just the yellow markers in the scrollbar?

Follow-up: The file in question is from Adobe Flex SDK 4.1 frameworks/projects/framework/src/mx/controls/listClasses/ListBase.as. I have all inspections disabled. I've also disabled the JavaScript Intention Power Pack plugin. I have Highlighting Level set to None. With all this I still see warnings.

enter image description here

Upvotes: 0

Views: 2282

Answers (2)

Steve Kuo
Steve Kuo

Reputation: 63054

I have concluded that this is a bug in IntelliJ 10.5.

Upvotes: 1

hvgotcodes
hvgotcodes

Reputation: 120168

I wouldn't disable all warnings -- they are there for a purpose.

You can right-click on the yellow warning marker -> "Customize Highlighting Level" -> "Configure Inspections" to tune the severity or turn off particular warnings...

Upvotes: 1

Related Questions