You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user_docs/en/changes.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -68,8 +68,8 @@ Specifically, MathML inside of span and other elements that have the attribute `
68
68
* If the plugins are reloaded while a browseable message is opened, NVDA will no longer fail to report subsequent focus moves. (#17323, @CyrilleB79)
69
69
* When using applications such as Skype, Discord, Signal and Phone Link for audio communication, NVDA speech and sounds no longer decrease in volume. (#17349, @jcsteh)
70
70
* Opening the NVDA Python Console will no longer fail in case an error occurs while retrieving snapshot variables. (#17391, @CyrilleB79)
71
-
* In Notepad and other UIA documents on Windows 11, if the last line is empty, the `braille next line command` will move the cursor to the last line.
72
-
In any document, if the cursor is on the last line, it will be moved to the end when using this command. (#17251, @nvdaes)
71
+
* In Notepad and other UIA documents, and Notepad++ on Windows 11, if the last line is empty, the `braille next line command` will move the cursor to the last line.
72
+
In any document, if the cursor is on the last line, it will be moved to the end when using this command. (#17251, #17430, @nvdaes)
73
73
74
74
### Changes for Developers
75
75
@@ -116,6 +116,7 @@ As the NVDA update check URL is now configurable directly within NVDA, no replac
116
116
*`SymphonyDocument.script_toggleTextAttribute` to `SymphonyDocument.script_changeTextFormatting`
117
117
* The `space` keyword argument for `brailleDisplayDrivers.seikantk.InputGesture` now expects an `int` rather than a `bool`. (#17047, @school510587)
118
118
* The `[upgrade]` configuration section including `[upgrade][newLaptopKeyboardLayout]` has been removed. (#17191)
119
+
* in `NVDAObjects.window.scintilla.ScintillaTextInfo`, if no text is selected, the `collapse` method is overriden to expand to line if the `end` parameter is set to `True` (#17431, @nvdaes)
0 commit comments