Hi, For Php I'd like to show notices/warnings about problematic/deprecated code in the problemviewer. Additionally those problems should have a different underline-color in the editor. What do you think about Problem::setSeverity(Severity) and enum Severity { Error, Warning, Notice }; Niko