Skip to content

Commit

Permalink
add link to user manual for NPPM_MODELESSDIALOG
Browse files Browse the repository at this point in the history
  • Loading branch information
molsonkiko committed Feb 7, 2024
1 parent c6e3ffe commit 07bcd9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ This is all because I registered the controls in the form with the `KeyUp`, `Key

You will notice that the DarkModeTestForm discussed below *does not have these nice responses to keys*, because I did not register those handlers for its controls.

## Registering and unregistering forms with `NPPM_MODELESSDIALOG` ##
## Registering and unregistering forms with [`NPPM_MODELESSDIALOG`](https://npp-user-manual.org/docs/plugin-communication/#2036-nppm-modelessdialog) ##
Beginning in [v0.0.2](/CHANGELOG.md#002---2024-02-06), all modeless (that is, *not* pop-up) forms are registered in their initialization method with `NppFormHelper.RegisterFormIfModeless` and *unregistered* in their `Dispose` method (in `Designer.cs`) with `NppFormHelper.UnregisterFormIfModeless`.

Expand Down

0 comments on commit 07bcd9a

Please sign in to comment.