Closed
Bug 13812
Opened 26 years ago
Closed 6 years ago
RFE: Identifier search doesn't work for #defined symbols
Categories
(Webtools Graveyard :: MXR, enhancement, P3)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: akkzilla, Unassigned)
References
Details
Blue sky: it would be great if lxr identifier searches also worked for symbols
which were #defined. For example, kCharsetAliasCID is treated like an
identifier in code that references it, but Identifier Search doesn't find it
since it comes from a #define.
Updated•26 years ago
|
Severity: normal → enhancement
Status: NEW → ASSIGNED
Comment 1•26 years ago
|
||
there's a new version of lxr in the works that should make it easier to plug
in stuff like this. see http://lxr.linux.no/ for more details. I'll wait till
that version is done and I upgrade to it before I do anything like this.
eww.
static NS_DEFINE_CID(kCharsetAliasCID, NS_CHARSETALIAS_CID);
that's evil. we can do two things:
a. treat items that appear |(item,| as tokens
b. pull in a complete c++ processor and require a complete build environment
(which is really unreasonable).
I'm willing to do (a) for mxr, Brad how does the other lxr fair on this specific
case?
Comment 3•21 years ago
|
||
reassigning endico's bugs to default owner
Assignee: endico → chase
Status: ASSIGNED → NEW
QA Contact: timeless
Updated•20 years ago
|
Assignee: chase → build
Updated•20 years ago
|
QA Contact: timeless → lxr
Comment 4•20 years ago
|
||
Reassigning all LXR bugs assigned to build@mozilla-org.bugs to the default LXR owner (sorry Bear!)
We aren't actively working on these (if that's wrong, please reassign to yourself/a real person).
Assignee: build → bear
QA Contact: lxr → timeless
Updated•19 years ago
|
QA Contact: timeless → lxr
Updated•15 years ago
|
Assignee: bear → nobody
Comment 5•6 years ago
|
||
mxr is gone, mass closing.
https://searchfox.org/ is a much better alternative.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Product: Webtools → Webtools Graveyard
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•