Community
    • Login

    FunctionList doesn't recognise a c function with comment

    Scheduled Pinned Locked Moved General Discussion
    2 Posts 2 Posters 1.6k Views
    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.
    • gitmiluser27G
      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
      • MAPJe71M
        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
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors