The “Outline Text” plugin can not show correctly such C functions written like the following style:
void OnEvents(
HWND hwndView,
UINT nEvent,
LPARAM lParam )
{
…
}
It is outlined as “LPARAM lParam )”, not “void OnEvents( HWND hwndView, UINT nEvent, LPARAM lParam )
“.
In addition, can the plugin only show the sorted function name without input parameters and return value? It seems that the manner of ultraedit is clearer.