Skip to content

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tobiasmelcher
Copy link
Contributor

@tobiasmelcher tobiasmelcher commented Aug 8, 2025

so that StyleRange and LineVerticalIndent on StyledText control are removed.
Fixes #3120

Copy link
Contributor

github-actions bot commented Aug 8, 2025

Test Results

 2 778 files  ±0   2 778 suites  ±0   1h 41m 41s ⏱️ + 1m 44s
 7 933 tests +1   7 705 ✅ +1  228 💤 ±0  0 ❌ ±0 
23 352 runs  +3  22 606 ✅ +3  746 💤 ±0  0 ❌ ±0 

Results for commit bdb3e6d. ± Comparison against base commit 0c268ac.

♻️ This comment has been updated with latest results.

@tobiasmelcher tobiasmelcher force-pushed the invisible_region branch 4 times, most recently from 00ba060 to f4a08a2 Compare August 12, 2025 11:08
@eclipse-platform-bot
Copy link
Contributor

eclipse-platform-bot commented Aug 12, 2025

This pull request changes some projects for the first time in this development cycle.
Therefore the following files need a version increment:

tests/org.eclipse.ui.genericeditor.tests/META-INF/MANIFEST.MF

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
From ae032e7a31cddcb940d30abde049918eee4cd9c9 Mon Sep 17 00:00:00 2001
From: Eclipse Platform Bot <[email protected]>
Date: Tue, 12 Aug 2025 12:34:09 +0000
Subject: [PATCH] Version bump(s) for 4.37 stream


diff --git a/tests/org.eclipse.ui.genericeditor.tests/META-INF/MANIFEST.MF b/tests/org.eclipse.ui.genericeditor.tests/META-INF/MANIFEST.MF
index c7a166b53c..db3beb1d6e 100644
--- a/tests/org.eclipse.ui.genericeditor.tests/META-INF/MANIFEST.MF
+++ b/tests/org.eclipse.ui.genericeditor.tests/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
 Bundle-ManifestVersion: 2
 Bundle-Name: %Plugin.name
 Bundle-SymbolicName: org.eclipse.ui.genericeditor.tests;singleton:=true
-Bundle-Version: 1.3.800.qualifier
+Bundle-Version: 1.3.900.qualifier
 Bundle-Vendor: %Plugin.providerName
 Bundle-Localization: plugin
 Export-Package: org.eclipse.ui.genericeditor.tests,
-- 
2.50.1

Further information are available in Common Build Issues - Missing version increments.

so that StyleRange and LineVerticalIndent on StyledTexxt control are
removed. Fixes
eclipse-platform#3120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The line vertical indentation will not reset when removing multi-line code mining text out of the viewport
3 participants