Commit graph

6958 commits

Author SHA1 Message Date
Jan Koehnlein
12991092f9
Merge pull request #1122 from eclipse/jk/1121
[lsp] always re-process URIs from cancelled builds
2019-04-12 09:24:30 +02:00
Lieven Lemiengre
20a09fc980 Performance improvement of array interning in NodeModelBuilder
Signed-off-by: Lieven Lemiengre <lieven.lemiengre@sigasi.com>
2019-04-11 21:56:55 +02:00
Jan Koehnlein
39c6d034a5 [lsp] always re-process URIs from cancelled builds
Fixes #1121
2019-04-11 18:07:25 +02:00
Akos Kitta
d271a46d45
Merge pull request #1051 from kittaakos/GH-1047
GH-1047: Implemented `textDocument/prepareRename`
2019-04-10 15:16:00 +02:00
Akos Kitta
a51de02a67 GH-1047: Implemented textDocument/prepareRename
- `textDocument/prepareRename` is automatically executed
when the client declares `prepareSupport`.
 - Exposed the `InitializeResult` on the LS access API.
 - From now on, the refactoring issue acceptor does not throw
an exception when adding issues with `ERROR` or `FATAL` severity.
 - Extended the test language to support FQNs via package declarations.

Closes #1047.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-04-10 14:49:06 +02:00
Christian Dietrich
2a31331c96
Merge pull request #1119 from eclipse/cs-1100FollowUp
[testlanguages] removed superfluous entry in 'Export-Package'
2019-04-08 18:05:15 +02:00
Christian Schneider
169511d22f [testlanguages] removed superfluous entry in 'Export-Package', follow-up of #1100
Signed-off-by: Christian Schneider <christian.schneider@typefox.io>
2019-04-08 17:46:28 +02:00
Karsten Thoms
a7421712db
Merge pull request #1118 from eclipse/cd_https_target
use https
2019-04-08 09:15:48 +02:00
Christian Dietrich
180ab7c50a use https
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2019-04-08 08:32:22 +02:00
Titouan Vervack
87551ff35d Added removeBuildListener to WorkspaceManager
There was an add, but no remove effectively creating a memory leak by
keeping dead listeners around.

Signed-off-by: Titouan Vervack <titouan.vervack@sigasi.com>
2019-04-05 14:34:04 +02:00
Christian Dietrich
21aa47fc07
Merge pull request #1068 from kittaakos/GH-1067
GH-1067: Exposed the Xtext index to the LS access.
2019-04-05 14:06:32 +02:00
Karsten Thoms
d0c44e2467
Merge pull request #1115 from eclipse/cd_xtext_issue1422
[eclipse/xtext#1422] update to tycho 1.4.0
2019-04-05 13:31:28 +02:00
Akos Kitta
74de6a1017 GH-1067: Exposed the Xtext index to the LS access.
From now on, it is possible to read the content of the Xtext
index from a LS access.

Closes #1067.

Signed-off-by: Akos Kitta <kittaakos@typefox.io>
2019-04-05 13:12:53 +02:00
Christian Dietrich
ffd6e4ce40 [eclipse/xtext#1422] update to tycho 1.4.0
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2019-04-05 07:32:47 +02:00
Sebastian Zarnekow
d91faabd5d
Merge pull request #1114 from eclipse/sz_issue734
[#403] Fixed regression in injector provider
2019-04-04 23:34:43 +02:00
Sebastian Zarnekow
9f1b16b6a4 Fixed regression in injector provider 2019-04-04 21:50:57 +02:00
Karsten Thoms
4f5de9b818
Merge pull request #1110 from eclipse/kt_issue1403
[eclipse/xtext#1403] Improve progress monitor utilization
2019-04-04 18:23:33 +02:00
Sebastian Zarnekow
7a41472fa1
Merge pull request #1112 from eclipse/sz_issue734
[xtext-xtend#734] Fixed restore logic of runtime injector providers
2019-04-04 17:41:26 +02:00
Sebastian Zarnekow
ad770c7383
Merge pull request #1113 from eclipse/ade-mergable-manifest-missing-newline
[eclipse/xtext-extras#406] Fix missing newline, add test.
2019-04-04 17:39:47 +02:00
Karsten Thoms
9d941de2ff [eclipse/xtext#1403] Improve progress monitor utilization
Use a SubMonitor in applyModifications & endRecordChanges to report fine
grained progress. Further this does not rely on knowledge of the number
of passed ticks from the surrounding monitor.
Removed checkCancelled(). Cancellation checks are already performed by
SubMonitor#split().

Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-04-04 17:27:58 +02:00
Arne Deutsch
f4ae741588 [eclipse/xtext-extras#406] Fix missing newline, add test.
Signed-off-by: Arne Deutsch <Arne.Deutsch@itemis.de>
2019-04-04 17:08:28 +02:00
Sebastian Zarnekow
e9630d16c8 Updated more manually written injector providers 2019-04-04 15:43:13 +02:00
Sebastian Zarnekow
4523b55a51 Regenerated testlanguages 2019-04-04 14:34:09 +02:00
Sebastian Zarnekow
27548a0b96 [xtext-xtend#734] Updated generator for injector providers 2019-04-04 14:24:23 +02:00
Sebastian Zarnekow
958c09f16e Compile from Xtend 2019-04-04 14:24:00 +02:00
Sebastian Zarnekow
3ce424ea8d
Merge pull request #1111 from eclipse/kth_issue1309_cbi
[eclipse/xtext#1309] Provide Jenkinsfile for Eclipse CBI
2019-04-03 19:24:48 +02:00
Karsten Thoms
88235162f0 [eclipse/xtext#1309] Provide Jenkinsfile for Eclipse CBI
- externalized build steps into shell scripts for convenient local usage
- added Slack notifications
- configure Maven default goal

Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-04-03 19:09:10 +02:00
Mark Christiaens
528c10aa90 Occurrence highlighting of nested references
#1090

Signed-off-by: Mark Christiaens <mark.christiaens@sigasi.com>
2019-04-03 14:15:14 +02:00
Christian Dietrich
35f9e08f60
Merge pull request #1109 from eclipse/kt_issue1076
[#1076] Remove BOM managed versions
2019-04-02 22:12:04 +02:00
Holger Schill
5b59665a25 Remove implicit IDEAPluginGenerator
Signed-off-by: Holger Schill <Holger.Schill@itemis.de>
2019-04-02 20:44:56 +02:00
Holger Schill
6113cb4fbd Remove implicit IDEA support since it got dropped
Signed-off-by: Holger Schill <Holger.Schill@itemis.de>
2019-04-02 20:44:56 +02:00
Sebastian Zarnekow
ea91b6634b
Merge pull request #1107 from eclipse/sz_jcenter
Use mavenCentral instead of jcenter to avoid sync delays and stability issues
2019-04-02 19:04:22 +02:00
Karsten Thoms
41349aea38 [#1076] Remove BOM managed versions
Dependency versions are obsolete since they are managed by the BOM.

Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-04-02 16:49:01 +02:00
Sebastian Zarnekow
39b3be7c90
Merge branch 'master' into sz_jcenter 2019-04-02 13:28:55 +02:00
Karsten Thoms
b2548ed115
Merge pull request #1104 from eclipse/kt_issue1424_defaultJenkins
[eclipse/xtext#1424] Change default Jenkins
2019-04-02 12:02:31 +02:00
Karsten Thoms
f545a531f6 [eclipse/xtext#1424] Change default Jenkins
Use https://ci.eclipse.org/xtext as default Jenkins URL

Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2019-04-02 11:52:11 +02:00
Sebastian Zarnekow
b552ddb354 Replace jcenter by mavenCentral to avoid sync delays and stability issues 2019-04-02 11:34:42 +02:00
Holger Schill
1d5aa77f39
Merge pull request #1101 from eclipse/removeIdea
Remove idea
2019-04-02 08:50:04 +02:00
Holger Schill
fe96a20cf9 Remove IDEA since the support has been dropped.
Signed-off-by: Holger Schill <Holger.Schill@itemis.de>
2019-04-02 08:48:56 +02:00
Karsten Thoms
dcc92fc7e0
Merge pull request #1102 from eclipse/cd_xtext_issue1423
Update to Gradle 5.3.1
2019-04-01 21:25:50 +02:00
Christian Dietrich
79f50cb780 [eclipse/xtext#1423] [Wizard] Update Gradle Wrapper to Version 5.3.1
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2019-03-28 17:56:18 +01:00
Christian Dietrich
2bfd2b861b [eclipse/xtext#1423] Update Gradle Wrapper to Version 5.3.1
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2019-03-28 17:40:35 +01:00
Christian Dietrich
d4e59eff93
Merge pull request #1096 from pjeanjean/master
Unit test for #1093
2019-03-26 23:14:34 +01:00
Karsten Thoms
e7e09ae662
Merge pull request #1097 from eclipse/cd_https_wiz
use https in target
2019-03-26 22:52:04 +01:00
RhiobeT
1143b119dc Set tests to ignore
Signed-off-by: Pierre Jeanjean <rhiobet@gmail.com>
2019-03-26 20:38:59 +01:00
RhiobeT
bdaf4dbcfd Add unit test for eclipse/xtext-core#1093
Signed-off-by: Pierre Jeanjean <rhiobet@gmail.com>
2019-03-26 20:28:10 +01:00
Christian Dietrich
f8bc4f5c69 use https in target
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2019-03-26 19:59:45 +01:00
Karsten Thoms
b8af535f96
Merge pull request #1095 from eclipse/cd_https
use https to access typefox jenkins
2019-03-26 18:08:54 +01:00
Christian Dietrich
7b091c5222 use https to access typefox jenkins
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2019-03-26 18:08:02 +01:00
Jan Koehnlein
47675cf8e3
Merge pull request #1092 from eclipse/jk/codeaction
#923 provide live resource sets to code action service
2019-03-26 17:03:55 +01:00