Community

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

    function list uncomplete

    General Discussion
    function list
    2
    7
    71
    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.
    • Roger Pierre
      Roger Pierre last edited by

      Notepad++ v7.9.1 (32-bit)
      Build time : Nov 2 2020 - 01:03:56
      Path : D:\Program Files\EDITEUR\npp.7.9.1.portable\notepad++.exe
      Admin mode : OFF
      Local Conf mode : ON
      OS Name : Windows 10 Enterprise (64-bit)
      OS Version : 1803
      OS Build : 17134.48
      Current ANSI codepage : 1252
      Plugins : mimeTools.dll NppConverter.dll NppExport.dll

      doesnot list
      int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow)
      nor
      LRESULT CALLBACK MainDlgProc (HWND hwndDlg, UINT uMsg, WPARAM wParam, LPARAM lParam)

      older releases did.

      Alan Kilborn 1 Reply Last reply Reply Quote 0
      • Alan Kilborn
        Alan Kilborn @Roger Pierre last edited by

        @Roger-Pierre

        Copying your code example into a file shows that it works just fine for me:

        bede9e2b-79bb-4a91-872b-c7e4b6bb8a3e-image.png

        Don’t know what might be different about yours, though. :-(

        1 Reply Last reply Reply Quote 2
        • Roger Pierre
          Roger Pierre last edited by

          it’s C++ main.cpp
          sshot-2020-12-21-10-42-49.jpg

          Alan Kilborn 1 Reply Last reply Reply Quote 0
          • Roger Pierre
            Roger Pierre last edited by

            i renamed the file main.cpp into main.c and it’s ok.
            so the problem is in the definition of filelist procedure sshot-2020-12-21-12-33-56.jpg for c++ files.

            1 Reply Last reply Reply Quote 0
            • Roger Pierre
              Roger Pierre last edited by

              sorry functionlist procedure…

              1 Reply Last reply Reply Quote 0
              • Alan Kilborn
                Alan Kilborn @Roger Pierre last edited by

                @Roger-Pierre said in function list uncomplete:

                it’s C++

                Ah. In that case, I agree with your findings, for the two sample functions.

                But, in general, it seems to work for other C++ functions, as you show, and I see when I pull in Notepad_plus.cpp from the N++ source code base.

                So I’m not sure what to say…

                Roger Pierre 1 Reply Last reply Reply Quote 0
                • Roger Pierre
                  Roger Pierre @Alan Kilborn last edited by

                  @Alan-Kilborn one work-around is to define in language that it is C code.

                  thanks for your help.

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