function list uncomplete
-
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.dlldoesnot 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.
-
Copying your code example into a file shows that it works just fine for me:
Don’t know what might be different about yours, though. :-(
-
it’s C++ main.cpp
-
i renamed the file main.cpp into main.c and it’s ok.
so the problem is in the definition of filelist procedure for c++ files. -
sorry functionlist procedure…
-
@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…
-
@Alan-Kilborn one work-around is to define in language that it is C code.
thanks for your help.