Alexandr Miloslavskiy
Alexandr Miloslavskiy
I was instructed to not spend time on this. sorry.
I suspect that it's related to flipping in `Image`, see for example https://github.com/eclipse-platform/eclipse.platform.swt/blob/f37b9eb623e732999016b808915e9e39e581431b/bundles/org.eclipse.swt/Eclipse%20SWT/cocoa/org/eclipse/swt/graphics/Image.java#L1535-L1538
Unfortunately my queue is full for the next couple weeks or so.
> Here the variable display.externalEventLoop is having false due to this the deferredlayouts are not getting added to the display queue due to which shell is not getting refreshed. I...
My understanding is that as a committer, you can merge whatever you want (with some legal exceptions) whenever you please (except for when master is closed for upcoming release). A...
As a committer, YOU are the guy to merge yours and other people's PRs.
I have investigated that. All clipboard-related tests can fail, I myself seen these: ``` Test_org_eclipse_swt_widgets_Text.test_consistency_Segments Test_org_eclipse_swt_widgets_Text.test_copy Test_org_eclipse_swt_widgets_Text.test_paste Test_org_eclipse_swt_widgets_Combo.test_consistency_Segments Test_org_eclipse_swt_widgets_Combo.test_copy Test_org_eclipse_swt_custom_CCombo.test_cut ``` The failure is chance based, with around 1% chance....
Sorry but I failed to grasp the idea you're describing. What is "Code Mining" ? What exactly does it do when a line contains a tall unicode character?
To clarify, `StyledText` already handles tall characters by making ALL lines tall enough to contain it.
Thanks, that looks interesting! I'll investigate this snippet.