DXR Advanced Search

2013-02-20 Thread Schalk Neethling
Hey there All, Quick three part question for the users of DXR/MXR. Which advanced search features do you currently use? Which advanced search features of MXR is missing in DXR? Are there any advanced search features you would like that is not currently available in either? Thanks! -- Kind

Re: DXR Advanced Search

2013-02-20 Thread Erik Rose
> Which advanced search features of MXR is missing in DXR? The one that's ticket so far is case-sensitivity: https://bugzilla.mozilla.org/show_bug.cgi?id=813524 ___ dev-static-analysis mailing list dev-static-analysis@lists.mozilla.org https://lists.moz

Re: DXR Advanced Search

2013-02-20 Thread Joshua Cranmer 🐧
On 2/20/2013 6:03 AM, Schalk Neethling wrote: Hey there All, Quick three part question for the users of DXR/MXR. Which advanced search features do you currently use? Which advanced search features of MXR is missing in DXR? Are there any advanced search features you would like that is not cur

DXR Shorthand search

2013-02-20 Thread Schalk Neethling
Hey All, So I am putting together the text for the supported shorthand search (i.e. power user style) syntax on DXR. Below is what I have, what other syntax is also supported? simple string Search for a word or a list od words separated by spaces. Any bare words (eg. not path:*) in the

Re: DXR Shorthand search

2013-02-20 Thread Erik Rose
> Below is what I have, what other syntax is also supported? Here are some more from the test suite: function: finds function declarations callers: finds call sites of a function called-by: finds all the functions called by a specific function +function: finds matches to a specific signature (

Re: DXR Shorthand search

2013-02-20 Thread Schalk Neethling
Thanks Erik On 2/20/13 11:03 PM, Erik Rose wrote: Below is what I have, what other syntax is also supported? Here are some more from the test suite: function: finds function declarations callers: finds call sites of a function called-by: finds all the functions called by a specific function

Re: DXR Shorthand search

2013-02-20 Thread Erik Rose
> Thanks Erik No problem! Ah, and the + in front of some of those queries means "use the fully qualified name, and require an exact match". (Thanks, abbeyj.) Erik ___ dev-static-analysis mailing list dev-static-analysis@lists.mozilla.org https://lists.

Re: DXR Shorthand search

2013-02-20 Thread Erik Rose
I should also mention that we're thinking about not having "contains" searches happen by default: https://github.com/mozilla/dxr/pull/104 ___ dev-static-analysis mailing list dev-static-analysis@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-st

Re: DXR Shorthand search

2013-02-20 Thread David Rajchenbach-Teller
I have a Firefox keyword for searching with old DXR. Is there a hope we can enter search criteria directly in the url? On 2/20/13 9:46 PM, Schalk Neethling wrote: > Hey All, > > > So I am putting together the text for the supported shorthand search > (i.e. power user style) syntax on DXR. Below

Re: DXR Shorthand search

2013-02-20 Thread Jonas Finnemann Jensen
Okay, well... I see others have listed most of them while I was crafting a reply :) I guess you miss - the negation operator, which can be applied to everything, and phrase search with "Hello World". I've add some examples below with the explanation, I had already written... dxr/query.py lists the

Re: DXR Shorthand search

2013-02-20 Thread Erik Rose
> I have a Firefox keyword for searching with old DXR. Is there a hope we > can enter search criteria directly in the url? I don't see why not. Hit Return in the search field, and you'll get a URL like this: http://33.33.33.77:8000/search?tree=code&q=readme&redirect=true You could easily su

Re: DXR Shorthand search

2013-02-20 Thread Schalk Neethling
Thanks everyone for your feedback and please keep it coming. I am iterating over the new UI but, will most likely push it somewhere where everyone can use it an provide further feedback by the end of today or tomorrow. I really want to tweak this until we get as perfect a UI as we can that wo