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 235450 - Autocomplete boolean Constant in lower case
Summary: Autocomplete boolean Constant in lower case
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: junichi11
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-03 10:07 UTC by kmergen
Modified: 2017-03-31 01:50 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
screenshot (48.51 KB, image/png)
2017-03-30 00:32 UTC, junichi11
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kmergen 2013-09-03 10:07:00 UTC
is it possible to change the code completiton of the boolean php contstants TRUE and FALSE to complete them in lower case.

i see phpstorm has a setting option to do this.
Comment 1 TheTechFan 2014-08-03 22:04:31 UTC
+1. This should apply to null as well.
Comment 2 junichi11 2017-03-30 00:27:50 UTC
Fixed.

http://hg.netbeans.org/web-main/rev/8d97925588f2

Thanks.
Comment 3 junichi11 2017-03-30 00:32:26 UTC
Created attachment 163977 [details]
screenshot

We can change the option for this feature: Tools > Options > Editor > Code Completion > PHP > Use Lowercase (checked by default)
Comment 4 Tomas Mysik 2017-03-30 04:49:52 UTC
Perfect, thanks a lot!
Comment 5 Quality Engineering 2017-03-31 01:50:01 UTC
Integrated into 'main-silver', will be available in build *201703310002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/8d97925588f2
User: Junichi Yamamoto <junichi11@netbeans.org>
Log: #235450 - Autocomplete boolean Constant in lower case