NotepadPlusPlusPluginPack.Net icon indicating copy to clipboard operation
NotepadPlusPlusPluginPack.Net copied to clipboard

change GetFilePath param from int to IntPtr

Open molsonkiko opened this issue 2 years ago • 1 comments
trafficstars

Previously the GetFilePath method of NotepadPPGateway was unusable in 64-bit Notepad++ because it accepted an int parameter, but the buffer id (the IdFrom parameter of the NPPN_FILEBEFORECLOSE notification) could be 64-bit.

Also added a new plugin command to Demo.cs illustrating how tracking the NPPN_FILEBEFORECLOSE notification allows the plugin to keep a list of all the filenames that were closed this session.

molsonkiko avatar Apr 26 '23 15:04 molsonkiko

merge conflict

kbilsted avatar May 19 '23 16:05 kbilsted