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
- add oldText info to textChange signals (possible breaking change of some interfaces)
- fix undo crash by missing oldText in AccessibleTextEditorWidget::notifyTextSelectionEvent
- add some extra range checks. OS X voice-over, somethimes asks text out of range.
With a length of -1 or outside document length
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,9 @@
1
-
##Upcoming Release
1
+
# Upcoming Release
2
2
3
3
edbee.lib:
4
4
5
+
- add #135, QAccessibleTextInterface support
6
+
- add TextBuffer::emitTextChanged is extended with the oldText. SIGNAL void emitTextChanged( TextBufferChange* change, QString oldText = QString()); (WARNING: signal interface changes )
5
7
- fix #133, Added Qt 6.3.0 compatibility
6
8
- fix #132, Writing diacritics in Linux
7
9
- ref #128, Build in supprort for virtual characters. Alternate position/cursor calculations via TextLayout
0 commit comments