Skip to content

Commit 5629cfc

Browse files
authored
Merge be89a8c into ad4ba3c
2 parents ad4ba3c + be89a8c commit 5629cfc

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

projectDocs/dev/developerGuide/developerGuide.t2t

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1031,6 +1031,11 @@ For examples of how to define and use new extension points, please see the code
10311031
|| Type | Extension Point | Description |
10321032
| ``Decider`` | ``decide_executeGesture`` | Notifies when a gesture is about to be executed, allowing other code to decide if it should be. |
10331033

1034+
++ logHandler ++[logHandlerExtPts]
1035+
1036+
|| Type | Extension Point | Description |
1037+
| ``Action`` | ``getOnErrorSoundRequested()`` | Triggered every time an error sound needs to be played. |
1038+
10341039
++ nvwave ++[nvwaveExtPts]
10351040
|| Type | Extension Point | Description |
10361041
| ``Decider`` | ``decide_playWaveFile`` | Notifies when a wave file is about to be played, allowing other code to decide if it should be. |

user_docs/en/changes.t2t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ Please refer to the [NVDA docs https://github.com/nvaccess/nvda/blob/release-202
168168
- Added the following extension points:
169169
- ``treeInterceptorHandler.post_browseModeStateChange``. (#14969, @nvdaes)
170170
- ``speech.speechCanceled``. (#15700, @LeonarddeR)
171+
- ``logHandler.getOnErrorSoundRequested()`` (#15691, @CyrilleB79)
171172
-
172173
- It is now possible to use plural forms in an add-on's translations. (#15661, @beqabeqa473)
173174
- Included python3.dll in the binary distribution for use by add-ons with external libraries utilizing the [stable ABI https://docs.python.org/3.11/c-api/stable.html]. (#15674, @mzanm)

0 commit comments

Comments
 (0)