NppPythonScripts icon indicating copy to clipboard operation
NppPythonScripts copied to clipboard

Results 1 NppPythonScripts issues
Sort by recently updated
recently updated
newest added

Obviously cannot `from ctypes import NotepadPlusPlus.DockingDlgInterface`, but wondering if you can create the `tTbData` structure: https://github.com/npp-plugins/plugintemplate/blob/fd051e4cadaa2adcbedfdc27a817bc72eb0ae174/src/DockingFeature/Docking.h#L49-L63 and then register it: ``` SendMessage(notepad.hwnd, NPPM_DMMREGASDCKDLG, 0, (LPARAM)&data); ``` If you could pull...