Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-03-21 11:33:15 +0000
committerMickael Istria2019-03-21 12:02:49 +0000
commitf5879917fb106cf8bdc6a94a42805c6e4226a30b (patch)
treeb5fdc8fc5efd9fc09efa6eb52ab305ca4f832446 /org.eclipse.jface.text/pom.xml
parent8c56c63ef93e93d8ed5d40f07ea107a4e7a02196 (diff)
downloadeclipse.platform.text-f5879917fb106cf8bdc6a94a42805c6e4226a30b.tar.gz
eclipse.platform.text-f5879917fb106cf8bdc6a94a42805c6e4226a30b.tar.xz
eclipse.platform.text-f5879917fb106cf8bdc6a94a42805c6e4226a30b.zip
Bug 533194 - [Code mining] Cannot position the caret on 1st letterI20190325-0105I20190324-1800I20190323-1800I20190322-1800
This change the drawing strategy to draw the code mining on the right of the previous character, so caret always is just before the next char. Change-Id: I3951a14faafebf3d947652e8dab2a8bdde27aa13 Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'org.eclipse.jface.text/pom.xml')
-rw-r--r--org.eclipse.jface.text/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jface.text/pom.xml b/org.eclipse.jface.text/pom.xml
index 3a6170e5d32..f24407ffbb5 100644
--- a/org.eclipse.jface.text/pom.xml
+++ b/org.eclipse.jface.text/pom.xml
@@ -18,6 +18,6 @@
</parent>
<groupId>org.eclipse.jface</groupId>
<artifactId>org.eclipse.jface.text</artifactId>
- <version>3.15.100-SNAPSHOT</version>
+ <version>3.15.200-SNAPSHOT</version>
<packaging>eclipse-plugin</packaging>
</project>

Back to the top