notepad-plus-plus-legacy/PowerEditor
Don HO 7874f8dab3
Add new API NPPM_GETSETTINGSONCLOUDPATH for plugins
#define NPPM_GETSETTINGSONCLOUDPATH (NPPMSG + 98)
	// INT NPPM_GETSETTINGSCLOUDPATH(size_t strLen, TCHAR *settingsOnCloudPath)
	// Get settings on cloud path. It's useful if plugins want to store its settings on Cloud, if this path is set.
	// Returns the number of TCHAR copied/to copy. If the return value is 0, then this path is not set, or the "strLen" is not enough to copy the path.
	// Users should call it with settingsCloudPath be NULL to get the required number of TCHAR (not including the terminating nul character),
	// allocate settingsCloudPath buffer with the return value + 1, then call it again to get the path.

Close #9168
2020-11-19 04:29:50 +01:00
..
bin Notepad++ v7.9.1 release 2020-11-02 01:40:33 +01:00
gcc Project structure improvement: Move TreeView files in the right place 2020-10-31 19:15:11 +01:00
installer Update localization files 2020-11-17 03:53:49 +01:00
misc/chameleon Remove the old icon 2016-09-21 09:06:22 +02:00
scintilla.original.forUpdating Upgrade Scintilla from 4.1.4 to 4.2.0 2019-07-22 13:08:41 +02:00
src Add new API NPPM_GETSETTINGSONCLOUDPATH for plugins 2020-11-19 04:29:50 +01:00
Test Fix several bugs of PHP parser rule for function list 2020-11-05 14:53:41 +01:00
visual.net Project structure improvement: Move TreeView files in the right place 2020-10-31 19:15:11 +01:00