Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5660
    nut99
    Member

    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.

    #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.

    #5672
    nut99
    Member

    Thank you for your adivce. Hope to see the improved version of Outline Text.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.