Jörg Kubitz
Jörg Kubitz
please not. we have enough trouble with the jenkins plugins.
duplicates https://github.com/eclipse-platform/eclipse.platform.swt/issues/1185 see https://github.com/eclipse-platform/eclipse.platform.swt/issues/1185#issuecomment-2105098212 for workaround
@tmssngr can you contribute a fix, please?
not reproducible with a plain org.eclipse.swt.custom.StyledText
@N1k145 if you need a fix please provide a PR as there is currently nobody fixing such errors.
probably linux related, see https://github.com/eclipse-platform/eclipse.platform.swt/issues?q=is%3Aissue+is%3Aopen+label%3ALinux%2FGTK
Looks like a Microsoft Windows OS bug: According to https://learn.microsoft.com/de-de/windows/win32/controls/ttn-show "SetWindowPos" should be called when TTN_SHOW is received. And that's what SWT does in org.eclipse.swt.widgets.Tree.wmNotifyToolTip(NMHDR, long, long). When i replace...
SetWindowPos always gets the same coordinates. Where could i see some kind of redraw()?
> `OS.RedrawWindow()`, but it could aslo be `OS.InvalidateRect()`, none of those is called during the endless events
Snippet125 is a bit similar, but does not show the problem. A difference is that the outline view which shows the error not only renders text but a symbol+text as...