Hi all,
maybe I've missed it, but how can I let Notepad++ create a new blank file / tab from a plugin?
I've seen the SCI_SETDOCPOINTER message, but that does not create a new tab.
tia
thanks, works like a charm
Hi,
try WM_COMMAND (define in Win32 file "WinUser.h") message and IDM_FILE_NEW (defined in Npp file resource.h) as wParam
Hi all,
maybe I've missed it, but how can I let Notepad++ create a new blank file / tab from a plugin?
I've seen the SCI_SETDOCPOINTER message, but that does not create a new tab.
tia
thanks, works like a charm
Hi,
try WM_COMMAND (define in Win32 file "WinUser.h") message and IDM_FILE_NEW (defined in Npp file resource.h) as wParam