3

I tried to change the error highlighter in PHP Designer 8 in preferences but nothing changed. I want to change the annoying red background in error highlighter. enter image description here

Moppo
  • 18,797
  • 5
  • 65
  • 64
Ayusch
  • 417
  • 7
  • 17
  • I do not use PHP Designer, but it looks in your screenshot like you've set the foreground to a dark red colour, could that be it? – Joel Hinz Jun 08 '15 at 06:30

1 Answers1

1

Go to:

Tools -> Preferences -> Debugger -> Syntax Check

And disable the checkbox "highlight warnings and errors"

In this page you'll also find all the other options regarding "syntax check for PHP"

Moppo
  • 18,797
  • 5
  • 65
  • 64