Confirmed users
574
edits
(→Indexing: Add dynamic markup generation.) |
(→Top of the Heap: Link to DXR_Result_Mixing.) |
||
| Line 8: | Line 8: | ||
*** This should solve jruderman's need to sometimes load ''all'' the search results onto the page and then cmd-F through them. | *** This should solve jruderman's need to sometimes load ''all'' the search results onto the page and then cmd-F through them. | ||
** (3) Stop differentiating between macros, functions, consts, etc.: just find me an *anything* called "fred". People coming up to the Innovation Fair booth were confused that they had to know the kind of target. | ** (3) Stop differentiating between macros, functions, consts, etc.: just find me an *anything* called "fred". People coming up to the Innovation Fair booth were confused that they had to know the kind of target. | ||
** (3) Just typing a filename (or path segment?) without a path: specifier should find files by name or path. | ** (3) Just typing a filename (or path segment?) without a path: specifier should find files by name or path. [[DXR_Result_Mixing]] should help with this. | ||
*** [Should be solved by ^^] Trying to find files is hard. (Still haven't figured out how to get easily from the main page to Navigator.cpp on dom/base) | *** [Should be solved by ^^] Trying to find files is hard. (Still haven't figured out how to get easily from the main page to Navigator.cpp on dom/base) | ||
*** [Should be solved by ^^] A basic "file:" keyword hint with simple wildcard globing could do most of it well enough, I think... "file:*.css", "file:nsILogin*", "file:/test*". (We already search for "path" matches as unanchored substrings. We just need to add the globbing. Why this isn't super slow I don't know.) | *** [Should be solved by ^^] A basic "file:" keyword hint with simple wildcard globing could do most of it well enough, I think... "file:*.css", "file:nsILogin*", "file:/test*". (We already search for "path" matches as unanchored substrings. We just need to add the globbing. Why this isn't super slow I don't know.) | ||