Community

    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search

    FunctionList doesn't recognise a c function with comment

    General Discussion
    2
    2
    1445
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • gitmiluser27
      gitmiluser27 last edited by

      Hi.

      Any function with comment like this is not recognized in the functionlist-window:

      void Init_Hardware(void)
      {/* initializes all hardware */
      … Source-Code
      }

      Is there a patch available for functionList.xml?

      Also: FunctionList does not highlight the current c function based on the cursor position. It’s a very important feature…

      1 Reply Last reply Reply Quote 0
      • MAPJe71
        MAPJe71 last edited by

        Make sure there is a character (e.g. newline, space) between the opening/left curly bracket and the slash.

        void Init_Hardware(void)
        { /* initializes all hardware */
        ... Source-Code
        }
        
        void Init_Hardware(void)
        {
            /* initializes all hardware */
        ... Source-Code
        }
        

        See also the issues #344, #1023, #1657 and #2712 on GitHub.

        See feature request #715 on GitHub as to highlighting current active function.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Copyright © 2014 NodeBB Forums | Contributors