#5668
Yutaka Emura
Keymaster

nut99 wrote:
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.

I am working on that plug-in for improvements.

If you would like, you can download FunctionList plug-in at
http://jp.emeditor.com/modules/mydownloads/singlefile.php?cid=26&lid=222, but sorry for Japanese. Just make sure you specify the full path to ctags.exe in the first text box in the plug-in Properties.