This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 130500 - Not all php Keywords are highlighted
Summary: Not all php Keywords are highlighted
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-03-19 11:33 UTC by Victoria Zhukovskaya
Modified: 2008-04-03 13:10 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Victoria Zhukovskaya 2008-03-19 11:33:30 UTC
build 2008/03/19
Not all php Keywords are highlighted.
list of PHP Keywords: http://us3.php.net/manual/en/reserved.php

list of not highlighted keywors:

and   
or   	 
xor   	 
__FILE__   	 
exception (PHP 5)
__LINE__ 	
enddeclare 	
use 	
__FUNCTION__ 	
__CLASS__ 	
__METHOD__ 	
php_user_filter (as of PHP 5)
cfunction (PHP 4 only) 	
old_function (PHP 4 only) 	
this (as of PHP 5) 	
namespace (PHP 6 only)
import (PHP 6 only) 	
goto (PHP 6 only)
Comment 1 Petr Pisl 2008-03-25 18:08:51 UTC
Thanks for the list of not highlighted keywords. It's easy to fix, I need just to wait to finish the current work. 
Comment 2 Petr Pisl 2008-04-03 13:10:41 UTC
We support still only PHP 5. I improved the coloring in the last changeset e67fa01f8c18.