Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP designer 8 Syntax Highlighing

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

like image 233
Ayusch Avatar asked Feb 27 '26 07:02

Ayusch


1 Answers

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"

like image 110
Moppo Avatar answered Feb 28 '26 21:02

Moppo