Commit graph

4994 commits

Author SHA1 Message Date
Moritz Eysholdt
c1cdbe166b [build] deleted pom.xml-files for projects that will be build by Gradle
Signed-off-by: Moritz Eysholdt <moritz.eysholdt@typefox.io>
2016-06-12 14:54:27 +02:00
Sven Efftinge
18c6c9a380 [releng] use latest stable mwe release 2016-06-12 13:52:38 +02:00
Sven Efftinge
048b4d27a2 [restructuring] updated eclipse metadata, deleted no longer needed maven and pde files, created org.eclipse.xtext.testing and moved AbstractLangaugeServerTest there 2016-06-12 12:17:23 +02:00
Moritz Eysholdt
5014aab004 [splitting] added gradle task to push result to github tmp-repo
Signed-off-by: Moritz Eysholdt <moritz.eysholdt@typefox.io>
2016-06-12 12:04:51 +02:00
Sven Efftinge
40532e8a76 [language server] fixed test 2016-06-12 08:19:41 +02:00
Moritz Eysholdt
7d2c8ecf26 fixed the branch name
Signed-off-by: Moritz Eysholdt <moritz.eysholdt@typefox.io>
2016-06-11 11:08:31 +02:00
Moritz Eysholdt
ab6596ee25 test if deleting the splitting folder causes the gradle build to fail
Signed-off-by: Moritz Eysholdt <moritz.eysholdt@typefox.io>
2016-06-11 11:07:37 +02:00
Sven Efftinge
712d04384a Merge branch 'restructuring' into repo_splitting 2016-06-10 18:10:53 +02:00
Sven Efftinge
eb54b31d99 eclipse metadata 2016-06-10 18:01:29 +02:00
Sven Efftinge
ea75ac2b6f [build] added ide.tests to core 2016-06-10 18:01:20 +02:00
Sven Efftinge
462eb2fbc1 [build] some fixes to gradle build 2016-06-10 17:52:23 +02:00
Sven Efftinge
504396fe70 eclipse/buildship metadata because buildship cannot import 2016-06-10 17:51:49 +02:00
Miro Spönemann
e6ba6be90e Updated include / exclude patterns for jar resources 2016-06-10 17:10:26 +02:00
Moritz Eysholdt
58b4da0e52 enable creation of maven artifacts 2016-06-10 15:18:07 +02:00
Miro Spönemann
95be34ecf4 Changed target branch to origin/master 2016-06-10 14:37:52 +02:00
Miro Spönemann
2475f6c116 Merge branch 'msp/separateBuilds' 2016-06-10 14:35:06 +02:00
Miro Spönemann
ce8fa462ba Added separate-builds to splitting.txt 2016-06-10 14:26:07 +02:00
Miro Spönemann
5a9f0eea45 Create branches before doing filter-branch and a added a task that combines all filter-branch tasks 2016-06-10 14:01:43 +02:00
Miro Spönemann
54605ebea2 Merge branch 'msp/repoSplitting' into msp/separateBuilds 2016-06-10 13:40:25 +02:00
Dennis Huebner
9728a3664f [java8] Xtend compiler settings for eclipse 2016-06-10 11:50:04 +02:00
Miro Spönemann
760fb16738 Created xtext-extras build 2016-06-10 10:48:34 +02:00
Miro Spönemann
3615a05356 Created xtext-lib build 2016-06-09 16:56:05 +02:00
Miro Spönemann
994b2b644e Created xtext-core build (without tests) 2016-06-09 15:48:56 +02:00
Miro Spönemann
9bcc8ea07d Added src-gen, xtend-gen etc. to generated list of removal paths 2016-06-08 16:02:01 +02:00
Miro Spönemann
dea769a93c Passing path to shell scripts as argument, created README.md 2016-06-08 13:52:23 +02:00
Miro Spönemann
7852a799fe Implemented filter-branch tasks for each target repository 2016-06-08 12:08:31 +02:00
Miro Spönemann
5f0724f241 Created first draft of splitting file, implemented validation of splitting file 2016-06-08 11:22:17 +02:00
Miro Spönemann
47ec7fd28c Created splitting project, implemented project finder 2016-06-07 17:33:15 +02:00
Sven Efftinge
17dd11ef23 [language server] aquire lock in main thread, fixed syntax highlighting for keywords 2016-06-07 15:48:04 +02:00
akosyakov
66caca99ad [lsi][testing] Extracted the reusable language server test
infrastructure

Change-Id: I848bc2f59b1b636ff3ee666aa1057eb15025a116
Signed-off-by: akosyakov <anton.kosyakov@typefox.io>
2016-06-03 11:02:53 +02:00
Sven Efftinge
8d7e5d9724 [lsp] added IMimeTypeProvider, only highlight keywords starting with a letter, support non-incrmental updates 2016-06-03 08:45:28 +02:00
akosyakov
6643088e2b [lsi][launcher] Use human readable timestamp for logging
Change-Id: I625b60c3d8d2db26751010954762fc64b134a436
Signed-off-by: akosyakov <anton.kosyakov@typefox.io>
2016-06-02 16:09:40 +02:00
akosyakov
2f9a805926 [lsi][launcher] log json messages
Change-Id: I448a773b66c52e6e1e8f8bfb2169b4c3c176f87e
Signed-off-by: akosyakov <anton.kosyakov@typefox.io>
2016-06-02 14:53:46 +02:00
Dennis Huebner
3f9dc023df [tests] Updated new ide.tests project version 2016-06-02 13:58:36 +02:00
Sven Efftinge
4bb2b8be60 [lsp] move up stdin replacement 2016-06-01 18:41:06 +02:00
Dennis Huebner
bbc30fccfd [mvn] Tycho build + tests passed 2016-06-01 17:14:26 +02:00
Dennis Huebner
84455e77dd [pde] PDE is not able to resolve ls-api as osgi bundles 2016-06-01 16:33:37 +02:00
Dennis Huebner
5304792ed2 [java8] Switched to Java8 recompiled all
Signed-off-by: Dennis Huebner <dennis.huebner@gmail.com>
2016-06-01 16:08:51 +02:00
Sven Efftinge
58bea403a8 [lsapi] added default coloring, throw exception when no languages are registered. 2016-06-01 15:27:16 +02:00
akosyakov
5b6a859b57 Added missing dependencies to org.eclipse.xtext.ide project
Change-Id: I77c9c77174db46293d9bdd25e4819cf6b00e3402
Signed-off-by: akosyakov <anton.kosyakov@typefox.io>
2016-06-01 15:19:30 +02:00
akosyakov
bdb5e9e51f Merge branch 'restructuring' 2016-06-01 14:51:38 +02:00
akosyakov
900e930fb3 [lsi] Added hover support
Change-Id: I68d5203a992f4e4ea2a0d84f625e9c814e6c1d40
Signed-off-by: akosyakov <anton.kosyakov@typefox.io>
2016-06-01 14:34:45 +02:00
Dennis Huebner
a286ea2290 Merge branch 'restructuring' 2016-06-01 14:25:11 +02:00
Dennis Huebner
a74ac9db41 [misc] Fixed project setup where possible 2016-06-01 14:16:05 +02:00
Dennis Huebner
636bc0caea Merge remote-tracking branch 'origin/restructuring'
Conflicts:
	maven/org.eclipse.xtext.parent/pom.xml
	maven/org.eclipse.xtext.tycho.parent/pom.xml
	plugins/org.eclipse.xtext.ecore/META-INF/MANIFEST.MF
	plugins/org.eclipse.xtext.ecore/pom.xml
	plugins/org.eclipse.xtext.ide/META-INF/MANIFEST.MF
	plugins/org.eclipse.xtext.ide/pom.xml
	plugins/org.eclipse.xtext.smap/META-INF/MANIFEST.MF
	plugins/org.eclipse.xtext.smap/pom.xml
	plugins/org.eclipse.xtext.util/META-INF/MANIFEST.MF
	plugins/org.eclipse.xtext.util/pom.xml
	plugins/org.eclipse.xtext.xtext.generator/META-INF/MANIFEST.MF
	plugins/org.eclipse.xtext.xtext.generator/pom.xml
	plugins/org.eclipse.xtext.xtext.wizard/META-INF/MANIFEST.MF
	plugins/org.eclipse.xtext.xtext.wizard/pom.xml
	plugins/org.eclipse.xtext/META-INF/MANIFEST.MF
	plugins/org.eclipse.xtext/pom.xml
2016-06-01 13:24:01 +02:00
akosyakov
62f0535ee2 [lsi] check whether the parent process is alive; exit if not
Change-Id: I149f1c6a0a48a589f658af98956b30e2f1f952f7
Signed-off-by: akosyakov <anton.kosyakov@typefox.io>
2016-06-01 13:22:38 +02:00
Dennis Huebner
ba5c7ce010 [releng] Increase version to 2.11.0 2016-06-01 13:20:46 +02:00
Jan Koehnlein
a17ead7ccf [releng] fixed inconsistent version number 2016-06-01 11:26:19 +02:00
Sven Efftinge
c6aadc834e [lsp] made start of languageserver implicit after connect() 2016-06-01 10:54:05 +02:00
akosyakov
206b0d4eaf [lsi] Implemented list workspace symbols feature
Change-Id: I34346c5ac5dd73b2f6f12a1e34a1eb0260d216d6
Signed-off-by: akosyakov <anton.kosyakov@typefox.io>
2016-06-01 09:47:10 +02:00