-
Notifications
You must be signed in to change notification settings - Fork 222
Deleted code minings in invisible area need to be redrawn #3154
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
base: master
Are you sure you want to change the base?
Deleted code minings in invisible area need to be redrawn #3154
Conversation
Test Results 2 778 files ±0 2 778 suites ±0 1h 40m 47s ⏱️ - 2m 5s For more details on these failures, see this check. Results for commit 26648f0. ± Comparison against base commit c496bbc. ♻️ This comment has been updated with latest results. |
00ba060
to
f4a08a2
Compare
This pull request changes some projects for the first time in this development cycle.
An additional commit containing all the necessary changes was pushed to the top of this PR's branch. To obtain these changes (for example if you want to push more changes) either fetch from your fork or apply the git patch. Git patch
Further information are available in Common Build Issues - Missing version increments. |
31084b5
to
349a9d4
Compare
while (partStackForPartBPartC.isToBeRendered()) { | ||
contextRule.spinEventLoop(); | ||
long diff = System.currentTimeMillis() - startTime; | ||
if (diff > 60_000) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we really want to wait for 60 second?
Can this be improved?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I reduced the timeout to 5 seconds and switched to DisplayHelper.waitForCondition
with [26648f0]
@tobiasmelcher Can you pls. resolve the conflicts? |
so that StyleRange and LineVerticalIndent on StyledTexxt control are removed. Fixes eclipse-platform#3120
bdb3e6d
to
26648f0
Compare
so that StyleRange and LineVerticalIndent on StyledText control are removed.
Fixes #3120