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 125914 - double and binary keywords are not highlighted
Summary: double and binary keywords are not highlighted
Status: VERIFIED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Denis Anisimov
URL:
Keywords:
Depends on:
Blocks: 126072
  Show dependency tree
 
Reported: 2008-01-24 13:01 UTC by Victoria Zhukovskaya
Modified: 2008-02-08 12:30 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-01-24 13:01:14 UTC
Build 200801220251

double and  binary keywords are not highlighted

(boolean), (integer), (float), (real), (string), (array), (object) are highlighted
Comment 1 Denis Anisimov 2008-01-30 13:19:22 UTC
Yes , these strings are not in keyword list.
The fix is simple : one need to add these strings to keyword list.
This is not full list of such keywords. "int" at least should be also added 
here. May be something else.
Comment 2 Denis Anisimov 2008-02-01 07:15:45 UTC
binary is not PHP keyword.
I cannot find any mentions that this is keyword.
Please point me where you got this information.
I will fix this issue without "binary" word.
Comment 3 Victoria Zhukovskaya 2008-02-01 12:23:31 UTC
Yes. It is my mistake - binary  is not keyword.
http://us3.php.net/manual/en/reserved.php
Comment 4 Denis Anisimov 2008-02-01 12:42:16 UTC
Fixed.
Comment 5 Victoria Zhukovskaya 2008-02-08 12:30:55 UTC
verified 200802080008