Search code examples
actionscript-3flash-builderflashbuilder4

How to disable/hide an error in Flash Builder 4


When writing code sometimes those red error icons pop up on the left side. Most of the time they are on point, but sometimes they are wrong. How can I hide them. They annoy me too much.


Solution

  • The red ones are proper errors, I am concerned about that they should actually be "wrong". The yellow (or orange) ones are warnings which can be hidden by using proper AS3 syntax.

    Rob