KDevelop::Problem severity

Niko Sams niko.sams at gmail.com
Mon Dec 29 21:15:39 UTC 2008


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




More information about the KDevelop-devel mailing list