Confirmed users
210
edits
(comments from jcranmer) |
Espressive (talk | contribs) |
||
| Line 94: | Line 94: | ||
* Support for generated files in indexing | * Support for generated files in indexing | ||
* Better support for JS, Python, etc. | * Better support for JS, Python, etc. | ||
* One of the feature I miss in DXR as opposed to MXR is that double-quotes are interpreted as part of the search and not only the content of the search. | |||
* The code base is compiled for multiple platforms. Currently I cannot find the functions which are defined on ARM unless we use a search as we used to do on MXR. | |||
* DXR gives a nice contextual navigation, but the size of the code base is overwhelming to have a clear understanding of what is going on. One of the thing that I am looking at in general is to understand the conditionals which are giving a particular result, or the consequences of a statement. Such overview is hard to get when you have ~30 DXR tabs opened. I would love to have a graph overview of these relations, as well as seeing the conditionals/guards as part of the graph. | |||
== Drill-Down Advanced Search: A Dead End? == | == Drill-Down Advanced Search: A Dead End? == | ||