made message: "Include filename doesn't exist in project" configurable
[phpeclipse.git] / net.sourceforge.phpeclipse / src / net / sourceforge / phpdt / core / compiler / IProblem.java
index d8be369..b143082 100644 (file)
@@ -369,6 +369,7 @@ public interface IProblem {
        int PHPVarDeprecatedWarning = Syntax + Internal + 213;
        int PHPBadStyleKeywordWarning = Syntax + Internal + 214;
        int PHPBadStyleUppercaseIdentifierWarning = Syntax + Internal + 215;
+       int PHPIncludeNotExistWarning = Syntax + Internal + 216;
        
        int UnmatchedBracket = Syntax + Internal + 220;
        int NoFieldOnBaseType = FieldRelated + 221;