Well, actually I only need a mechanism to list all functions in a file. Right now, I do this by first wrapping every function with a Erlang style comment
%% function function_name and then search for the term %% function using the list mechanism. That's really fine, but this is not the best solution. The code Explorer window is empty and the list results window will be cleared with the next search. I guess it is not really hard to implement a mechanism listing all function names based on the function keyword. -- <https://forum.pspad.com/read.php?2,70036,70036> PSPad freeware editor https://www.pspad.com
