Bugs item #526807, was opened at 2002-03-07 15:17
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=390117&aid=526807&group_id=27350
Category: Browsing
Group: current cvs
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Malcolm Box (mbox)
Summary: templates make ident slow
Initial Comment:
The current template for ident doesn't show any search
results until both the declarations and references for
an identifier are found. Since there are typically far
more references than declarations, this unnecessarily
slows down getting to the declarations, which are often
what people want to see.
Therefore the current ident template should be split
into two parts, one for the header + declarations, and
one for the references. This will mean that browsers
can display the declarations while the db search for
the references is still ongoing.
----------------------------------------------------------------------
>Comment By: Malcolm Box (mbox)
Date: 2002-03-08 00:45
Message:
Logged In: YES
user_id=215386
Fixed as suggested in ident, html-ident.html and
html-ident-refs.html
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=390117&aid=526807&group_id=27350
|