• Login
Community
  • Login

function list uncomplete

Scheduled Pinned Locked Moved General Discussion
function list
7 Posts 2 Posters 317 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.
  • R
    Roger Pierre
    last edited by Dec 19, 2020, 1:33 PM

    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.

    A 1 Reply Last reply Dec 19, 2020, 1:38 PM Reply Quote 0
    • A
      Alan Kilborn @Roger Pierre
      last edited by Dec 19, 2020, 1:38 PM

      @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
      • R
        Roger Pierre
        last edited by Dec 21, 2020, 9:45 AM

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

        A 1 Reply Last reply Dec 21, 2020, 1:07 PM Reply Quote 0
        • R
          Roger Pierre
          last edited by Dec 21, 2020, 11:34 AM

          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
          • R
            Roger Pierre
            last edited by Dec 21, 2020, 11:35 AM

            sorry functionlist procedure…

            1 Reply Last reply Reply Quote 0
            • A
              Alan Kilborn @Roger Pierre
              last edited by Dec 21, 2020, 1:07 PM

              @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…

              R 1 Reply Last reply Dec 21, 2020, 1:30 PM Reply Quote 0
              • R
                Roger Pierre @Alan Kilborn
                last edited by Dec 21, 2020, 1:30 PM

                @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
                5 out of 7
                • First post
                  5/7
                  Last post
                The Community of users of the Notepad++ text editor.
                Powered by NodeBB | Contributors