Commit graph

5343 commits

Author SHA1 Message Date
Christian Dietrich
291722e5ff Merge pull request #61 from eclipse/cd_bf398890
Bugfix 398890
2016-07-31 22:21:51 +02:00
Christian Dietrich
76bcf589d1 - escape */ in javadoc of syntactic sequencer.
- fixes https://bugs.eclipse.org/bugs/show_bug.cgi?id=398890
- added testcase for Bug 398890
- fixed wrong escaping of /* and */ in grammar access

Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2016-07-31 21:58:44 +02:00
Christian Dietrich
bea251a9af Merge pull request #62 from eclipse/cd_issue60
fixed #60.
2016-07-31 21:51:22 +02:00
Christian Dietrich
1c13b558e2 fixed #60. GenerateSerializerLanguages.mwe2 should behave like GenerateAllTestLanguages.mwe2
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2016-07-31 20:38:27 +02:00
Moritz Eysholdt
c667a546b4 [MANIFEST.MF-cleanup] splitting lines should also work on UNIX newlines
Signed-off-by: Moritz Eysholdt <moritz.eysholdt@typefox.io>
2016-07-29 13:59:01 +02:00
akosyakov
48193bee16 [ls] Make sure that there is only one instance of BuildManager per
WorkspaceManager
2016-07-29 15:37:07 +05:00
Christian Dietrich
8bc76b67ed fixed broken test data calculation
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2016-07-29 10:25:56 +02:00
akosyakov
4dfc529c5a [ls] Don't log cancellation of requests as errors 2016-07-28 08:36:53 +05:00
Moritz Eysholdt
b78ea72ffe make AbstractPartialParsrTest more strict
It should also test if node.getGrammarElement() is correct

Signed-off-by: Moritz Eysholdt <moritz.eysholdt@typefox.io>
2016-07-27 08:50:52 +02:00
akosyakov
c216f1aa1d [ls] Log exceptions from failed requests instead of swallowing 2016-07-27 11:08:27 +05:00
Christian Dietrich
bf9021d822 Merge pull request #55 from eclipse/cd_issue20
[LanguageServer] Fix HoverService
2016-07-26 10:57:19 +02:00
Christian Dietrich
d8dc3ff328 fixed hoverservice for non self contained cross references #20
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2016-07-26 09:51:05 +02:00
Christian Dietrich
e94bb9581a extended test language to feature non self contained cross references #20
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2016-07-26 06:36:09 +02:00
Miro Spönemann
b55321a043 Updated versions 2016-07-25 15:38:02 +02:00
Miro Spönemann
fab81a8ebd Corrected upper bounds of version ranges 2016-07-25 15:16:10 +02:00
Miro Spönemann
621697d56f Updated for recent ls-api changes: renamed 'container' to 'containerName' 2016-07-25 12:39:51 +02:00
Christian Dietrich
3d49daa819 Merge pull request #51 from eclipse/cd/issue49
improved uri handling on windows
2016-07-25 12:27:47 +02:00
Christian Dietrich
acd1e60ab4 improved uri handling on windows. fixes #49
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2016-07-25 12:19:50 +02:00
Christian Dietrich
4e1eae8b38 Merge pull request #54 from eclipse/cd_issue21
[Language Server] Support for Formatting
2016-07-25 11:34:31 +02:00
Christian Dietrich
1d23072608 implementation and test for formatting service #21
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2016-07-25 11:29:58 +02:00
Sven Efftinge
d2cda3b357 Merge pull request #46 from eclipse/se_ticket19
[#19] made ContentAssistEntry#kind non-null more explicit
2016-07-24 22:58:35 +02:00
Miro Spönemann
f674c3bf11 Updated for recent ls-api changes: added telemetry event 2016-07-22 09:29:55 +02:00
akosyakov
66660efe2f Revert "[gradle] Switch to version 2.14.1-rc-2"
This reverts commit 2d5c21e914.
2016-07-22 12:01:43 +05:00
akosyakov
2d5c21e914 [gradle] Switch to version 2.14.1-rc-2 2016-07-22 10:33:02 +05:00
Miro Spönemann
857a33656d Updated for recent ls-api changes: moved implementations to 'impl' subpackage 2016-07-21 16:35:03 +02:00
Miro Spönemann
2373fc5563 Updated to Gradle 2.14.1 2016-07-21 12:02:45 +02:00
Miro Spönemann
6a7b298343 Updated for recent ls-api changes: using new builders and impl constructors 2016-07-21 12:02:33 +02:00
Sven Efftinge
3ced411d5c [#19] made ContentAssistEntry#kind non-null more explicit 2016-07-21 09:18:19 +02:00
Jan Koehnlein
c70555edd9 [ls] make ResourceServiceProviderServiceLoader non-static 2016-07-20 13:44:13 +02:00
Miro Spönemann
cf71598677 Fixed #45: Made public snapshots + local repo the default configuration 2016-07-20 11:46:34 +02:00
Lorenzo Bettini
6c2ffc359d Merge pull request #43 from eclipse/lb_srcGenFolder
removed src-gen folder as source folder in .ide.tests
2016-07-20 09:55:00 +02:00
Lorenzo Bettini
ea3766c5d7 Merge remote-tracking branch 'origin/master' into lb_srcGenFolder 2016-07-20 09:48:10 +02:00
Lorenzo Bettini
3ba8751d37 Merge pull request #42 from eclipse/lb_task_40
Formatter2Fragment2 should generate a better name for multi-references
2016-07-20 09:46:36 +02:00
Lorenzo Bettini
2ad5c18fed Merge remote-tracking branch 'origin/master' into lb_task_40 2016-07-20 09:33:00 +02:00
Miro Spönemann
7fd54060a6 Merge pull request #44 from eclipse/cd_lsapiUpdate
lsapi update
2016-07-20 09:03:27 +02:00
Christian Dietrich
e13ac6c279 update to ls-api 0.3.0-SNAPSHOT
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2016-07-19 19:08:57 +02:00
Lorenzo Bettini
4fa59ea2d5 removed src-gen folder as source folder in .ide.tests
The src-gen folder is not used in this project and should be removed
from the .classpath to avoid build errors in Eclipse.

Signed-off-by: Lorenzo Bettini <lorenzo.bettini@gmail.com>
2016-07-19 17:15:23 +02:00
Lorenzo Bettini
b98b6ee019 40: regenerated testlanguages stub formatters
Task-Url: https://github.com/eclipse/xtext-core/issues/40
Signed-off-by: Lorenzo Bettini <lorenzo.bettini@gmail.com>
2016-07-19 17:07:45 +02:00
Lorenzo Bettini
c0bc6616b5 40: toVarName handles EReference differently
Task-Url: https://github.com/eclipse/xtext-eclipse/issues/40
Signed-off-by: Lorenzo Bettini <lorenzo.bettini@gmail.com>
2016-07-18 14:35:07 +02:00
Lorenzo Bettini
316b42e334 Merge pull request #29 from LorenzoBettini/lb/bug494176
494176: Warning: The file "plugin.xml" does not exist in the workspace
2016-07-18 11:06:33 +02:00
Miro Spönemann
8387438f99 Updated plugin metadata 2016-07-15 14:41:59 +02:00
Miro Spönemann
872ac0cd2c Set root project encoding to UTF-8 2016-07-15 13:32:23 +02:00
Miro Spönemann
c55e48ce66 [generator] Fixed error message 2016-07-15 12:10:58 +02:00
Jan Koehnlein
db301f25e5 [LS] added some NPE guard 2016-07-14 18:23:48 +02:00
Jan Koehnlein
29fe693b9f [ls] recompute workspace config on configuration change + fixes for build 2016-07-14 18:23:48 +02:00
Miro Spönemann
c6f66ccf84 Removed some obsolete tests and their languages (#32) 2016-07-14 17:16:19 +02:00
Miro Spönemann
cf60532d44 [build] Moved repository configuration to separate file 2016-07-14 12:22:33 +02:00
Miro Spönemann
0ecb81948d [builde] Readded 'clean' task to enforce running tests 2016-07-14 11:25:18 +02:00
Miro Spönemann
67afccbfbe [build] Apply POM configuration also to local repository, clean local repo 2016-07-14 11:20:44 +02:00
akosyakov
b92009b9a6 Remove simple.jar from project's meta-data 2016-07-13 15:23:11 +02:00