Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Wolf2019-09-21 09:32:23 +0000
committerThomas Wolf2019-09-24 07:01:52 +0000
commitea6cc5cbd19baf2a0e504261f86f79386ad54867 (patch)
treed5a7cdd0d9e4d39dcee47e26069f83380c1fc0f3 /org.eclipse.jface.text/META-INF
parentd9ffc72f9cff1ea0ae332ba82e4d59f1ef847624 (diff)
downloadeclipse.platform.text-ea6cc5cbd19baf2a0e504261f86f79386ad54867.tar.gz
eclipse.platform.text-ea6cc5cbd19baf2a0e504261f86f79386ad54867.tar.xz
eclipse.platform.text-ea6cc5cbd19baf2a0e504261f86f79386ad54867.zip
Bug 551341 - Remove work-around for blurry line numbers on Mac HiDPII20190924-1800
This work-around is no longer needed, and slows down scrolling on Mac HiDPI quite a bit. Remove it completely, and set the minimum required version for org.eclipse.swt to the first version in which Cocoa bug 489451 had been fixed (3.110.100). This reverts the changes from bug 516293. Note that the corresponding changes in LogicalLineNumberRulerColumn in EGit must not be undone yet. EGit needs to work on older platforms where the work-around may still be active. It can be removed in EGit only once the baseline of EGit becomes 4.14. Change-Id: Ibb801c98f19f118353842cae2caad6b29852e6e9 Signed-off-by: Thomas Wolf <thomas.wolf@paranor.ch>
Diffstat (limited to 'org.eclipse.jface.text/META-INF')
-rw-r--r--org.eclipse.jface.text/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jface.text/META-INF/MANIFEST.MF b/org.eclipse.jface.text/META-INF/MANIFEST.MF
index cad51887da2..7350b5633d7 100644
--- a/org.eclipse.jface.text/META-INF/MANIFEST.MF
+++ b/org.eclipse.jface.text/META-INF/MANIFEST.MF
@@ -35,7 +35,7 @@ Export-Package:
Require-Bundle:
org.eclipse.core.runtime;bundle-version="[3.5.0,4.0.0)",
org.eclipse.text;bundle-version="[3.8.0,4.0.0)";visibility:=reexport,
- org.eclipse.swt;bundle-version="[3.107.0,4.0.0)",
+ org.eclipse.swt;bundle-version="[3.110.100,4.0.0)",
org.eclipse.jface;bundle-version="[3.15.0,4.0.0)"
Bundle-RequiredExecutionEnvironment: JavaSE-1.8
Import-Package: com.ibm.icu.text

Back to the top