Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMickael Istria2019-06-24 13:04:05 +0000
committerMickael Istria2019-09-16 07:42:13 +0000
commitb706c681d2e1dedf9cff05eb1a366db762abc8be (patch)
tree14c8e47e2756a474ec2f6cdb0ff4c6cfb2b836d9 /org.eclipse.jface.text.tests/pom.xml
parentac2adad7a6d0be0fc28293d34900f45781810acd (diff)
downloadeclipse.platform.text-b706c681d2e1dedf9cff05eb1a366db762abc8be.tar.gz
eclipse.platform.text-b706c681d2e1dedf9cff05eb1a366db762abc8be.tar.xz
eclipse.platform.text-b706c681d2e1dedf9cff05eb1a366db762abc8be.zip
Bug 547683 - Add non-UI Thread access to last known selection
Adds ITextViewerExtension9.getLastKnownSelection() method that gives access to last known value for the selection without requiring UI Thread. The new Generic Editor test case shows how this can be leveraged in ContentAssistProcessors. Change-Id: I8a4831c08f7ff1ade07f2a12ad8d0d2c682a372c Signed-off-by: Mickael Istria <mistria@redhat.com>
Diffstat (limited to 'org.eclipse.jface.text.tests/pom.xml')
-rw-r--r--org.eclipse.jface.text.tests/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.jface.text.tests/pom.xml b/org.eclipse.jface.text.tests/pom.xml
index 805ed7bf71d..3b95c973012 100644
--- a/org.eclipse.jface.text.tests/pom.xml
+++ b/org.eclipse.jface.text.tests/pom.xml
@@ -19,7 +19,7 @@
</parent>
<groupId>org.eclipse.jface</groupId>
<artifactId>org.eclipse.jface.text.tests</artifactId>
- <version>3.11.800-SNAPSHOT</version>
+ <version>3.11.900-SNAPSHOT</version>
<packaging>eclipse-test-plugin</packaging>
<properties>
<testSuite>${project.artifactId}</testSuite>

Back to the top