File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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.
17431743For 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.
17551755is 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
You can’t perform that action at this time.
0 commit comments