On miƩ, 2012-03-28 at 12:23 -0700, Ehsan Akhgari wrote:

> Hmm, for example clicking on eTypedBR here <
> http://dxr.lanedo.com/mozilla-central/editor/libeditor/text/nsPlaintextEditor.h.html#l77>
> doesn't work...

Right... that's something that deserves linking, I was mostly hesitant
about enabling this for parts of the language syntax (eg. searching for
"while" won't give you anything really meaningful), comments and such.

> 
> 
> > 5) Searching for a file name should first returns the file if a perfect
> > match exists
> > + Upon investigation, it appears that implementing this would way a lot
> > easier if the html was dynamic. We suggest investigating the switch to
> > mod_python or to Django before implementing this feature (Django is
> > proposed here : https://wiki.mozilla.org/DXR_Future_Work_Plan
> >
> 
> Can you please explain why?

The html pages for source code are generated at index time and served
statically, yet we need something dynamic for the "did you mean...?"
box. I guess we can do this in a div loading another page, although it
would be more feasible if that content were generated dynamically, the
figures from the performance work keeps me optimistic about that :)

Cheers,
  Carlos

_______________________________________________
dev-static-analysis mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-static-analysis

Reply via email to