Page 1 of 1

How to view all the C Functions within a C file being edited

Posted: Sun Nov 13, 2011 3:19 pm
by baexps_pr1
Hello Support,

I want to view all the C Functions on the Left Hand Side Window [like File Selector Window on the Left] which are available in the C source file being edited within TextPad.
In CodeWright, it is there. Something like that I need.
Please help.
Thank you.
Regards

Posted: Mon Nov 14, 2011 9:07 am
by nvj1662
Hello baexps_pr1,

This is not official support.
I am not aware of such a facililty "out-of-the box", but is not the C header file such a list?

Posted: Mon Nov 14, 2011 4:04 pm
by ak47wong
nvj1662 wrote:is not the C header file such a list?
I think the OP wants to see a dynamically-generated list of all the functions in the current file and be able to jump to one by double-clicking its name in the list. Unfortunately, TextPad does not have such a feature.