Community
    • Login

    FunctionList doesn't recognise a c function with comment

    Scheduled Pinned Locked Moved General Discussion
    2 Posts 2 Posters 1.8k Views 2 Watching
    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 Offline
      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 Offline
        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

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors