7

I can't seem to change the code highlighting for php built-in functions such as strlen() or preg_match. Is this even possible in netbeans? Because no matter what I try, it appears in the same color as plain text in the editor.

4

1 に答える 1

0

PHP プロジェクトを作成 (または開く) すると、うまくいきます。PHP プロジェクトを作成すると、irlt は PHP のバージョンで強調表示やドキュメントの表示などを行うように要求します。プロジェクトを既に作成または開いていて、編集しようとしているファイルはプロジェクトの一部ですか? それが悪いハイライトの原因のようです。

于 2012-06-05T21:18:48.660 に答える