Confirmed users
210
edits
Espressive (talk | contribs) |
Espressive (talk | contribs) |
||
| Line 50: | Line 50: | ||
- It understands (somewhat) XPIDL files (*.idl) better; it actually seems to parse it somewhat. | - It understands (somewhat) XPIDL files (*.idl) better; it actually seems to parse it somewhat. | ||
- It has a single field for identifiers, so I don't have to think about whether I'm looking for a function, a type, or a macro. (If something is all three, it's probably too complicated) | - It has a single field for identifiers, so I don't have to think about whether I'm looking for a function, a type, or a macro. (If something is all three, it's probably too complicated) | ||
- MXR does regexp for path: searches."([https://bugzilla.mozilla.org/show_bug.cgi?id=758637 Searching for a file giving its path pattern]) | - MXR does regexp for path: searches."([https://bugzilla.mozilla.org/show_bug.cgi?id=758637 Bug: Searching for a file giving its path pattern]) | ||
* JS/IDL/JSM/etc. integration (linked identifiers, searches for GetFoo returning JS entries for foo, and more), case-insensitive results. | * JS/IDL/JSM/etc. integration (linked identifiers, searches for GetFoo returning JS entries for foo, and more), case-insensitive results. | ||