-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Manually review and import improvements from UniSwarm repos #107
Comments
Support for sticky-selection in replaceSelection methods. (Required for InpuMethod entry) Improved TextEditorComponent::InputMethodEvent... It now support special chars entry like expected. (Option+e, e => ´ => é) - Fixed gapvector destructor: it did not use an array delete. - TextEditorWidget::setHorizontalScrollBar not emits the correct horizontalScrollBarChanged event.
Fixed inputMethodEvent that cause text replacement: This commit has an improvement (so it works like other Mac-text-entries.. It still has an issue with rendering). Why does the implementation causing an empty text on focus lost?? On the Mac the enables me to enter: options + e. (Which displays a forward ' ) |
I didn't include the rendering improvements of bordered selections. |
@sebcaux Thank you for the improvements! |
Support for sticky-selection in replaceSelection methods. (Required for InpuMethod entry) Improved TextEditorComponent::InputMethodEvent... It now support special chars entry like expected. (Option+e, e => ´ => é) - Fixed gapvector destructor: it did not use an array delete. - TextEditorWidget::setHorizontalScrollBar not emits the correct horizontalScrollBarChanged event.
master...UniSwarm:master
The text was updated successfully, but these errors were encountered: