Skip to content

Commit 79bb2a8

Browse files
authored
Make NPPM_MODELESSDIALOG API more accurate
1 parent fd86c35 commit 79bb2a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/docs/plugin-communication.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1739,7 +1739,7 @@ see menuCmdID.h for all possible values.
17391739

17401740
#### [2036] **NPPM_MODELESSDIALOG**
17411741
*For each created dialog in your plugin, you should register it (and unregister while destroy it) to Notepad++ by using this message.
1742-
If this message is ignored, then your dialog won't react with the key stroke messages such as TAB key.
1742+
If this message is ignored, then your dialog won't react with the key stroke messages such as Ctrl-C, Ctrl-V or TAB key.
17431743
For the good functioning of your plugin dialog, you're recommended to not ignore this message.*
17441744

17451745
**Parameters**:
@@ -1755,7 +1755,7 @@ MODELESSDIALOGREMOVE is to unregister.
17551755
is the handle of the dialog to be registered
17561756

17571757
**Return value**:
1758-
: Returns True
1758+
: Returns the hadle of the dialog (hDlg) to be registered/unregistered on success, NULL on failure
17591759

17601760
---
17611761

0 commit comments

Comments
 (0)