- AuthorPosts
- April 13, 2008 at 2:25 pm #5660nut99Member
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.
April 17, 2008 at 8:54 pm #5668Yutaka EmuraKeymasternut99 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.April 18, 2008 at 12:15 pm #5672nut99MemberThank you for your adivce. Hope to see the improved version of Outline Text.
- AuthorPosts
- You must be logged in to reply to this topic.