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 187674 - Option to disable \-prefixing of built-in functions
Summary: Option to disable \-prefixing of built-in functions
Status: RESOLVED FIXED
Alias: None
Product: php
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: PC Windows 7 x64
: P3 normal with 4 votes (vote)
Assignee: Ondrej Brejla
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-16 18:10 UTC by coops
Modified: 2011-07-28 11:39 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Patch (963 bytes, patch)
2011-03-08 13:46 UTC, OndrejBrejla
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description coops 2010-06-16 18:10:08 UTC
In the new version I noticed that it now autocompletes built-in functions to \function_name. I want a way to turn it off because of personal preference to not prefix built-in functions with \. PHP will fall back to the global function anyway.
Comment 1 Filip Zamboj 2010-09-15 12:31:52 UTC
batch reassigning
Comment 2 honzamarek 2011-02-28 22:43:47 UTC
Any progress with this anoying bug?
Comment 3 OndrejBrejla 2011-03-04 12:13:43 UTC
It seems to work properly in the nightly NetBeans IDE Dev (Build 201102280001).
Comment 4 OndrejBrejla 2011-03-07 09:38:59 UTC
It adds backslash only if you are in the namespace...and it IS really annoying...
Comment 5 OndrejBrejla 2011-03-08 13:46:17 UTC
Created attachment 106820 [details]
Patch
Comment 6 Petr Pisl 2011-03-08 16:53:15 UTC
The patch was applied.
Comment 7 Quality Engineering 2011-03-09 05:35:28 UTC
Integrated into 'main-golden', will be available in build *201103090000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/71ea7e929142
User: Petr Pisl <ppisl@netbeans.org>
Log: #187674 - Option to disable \-prefixing of built-in functions