Posting this on behalf of Arno

, who had trouble with the Forum - not sure what happened there:
One way that would allow you to easily see which
function you're in at a glance would be to
highlight the function name in the function list in
code explorer (bold or background colour or
something). This would especially be useful when
you're searching, and you're not sure if the
current hit is in the function you're busy working
in or not. Or if the hit is in the specific
function you're trying to find where you're looking
for a chunk of code. I still have problems working
in large files with many functions, having to
scroll up continuously to check which function I'm
in right now. Using the function name highlight
method will avoid having to find some display area
in the workspace to display the current function
name, and it's intuitive. Also, the function name
in code explorer already knows what line number it
starts at (if you hover your mouse over the
function name), so highlighting the function name
according to the current line number can't be that
much more to do.