Jan Koehnlein
e6042819bc
Merge pull request #567 from eclipse/jk/GH520_1
...
GH-520 more tests for live scoping
2017-12-06 11:16:25 +01:00
Jan Koehnlein
4baf82fad4
added another assertion according to feedback
...
Signed-off-by: Jan Koehnlein <jan.koehnlein@typefox.io>
2017-12-06 11:16:01 +01:00
Jan Koehnlein
9e4087bf5b
GH-520 more tests for live scoping
...
Signed-off-by: Jan Koehnlein <jan.koehnlein@typefox.io>
2017-12-06 08:51:30 +01:00
Jan Koehnlein
0b0e32472d
Merge pull request #523 from eclipse/jk/GH-520
...
GH-520 clear various caches before updating references
2017-12-05 21:01:44 +01:00
Jan Koehnlein
2c0b77541a
[cleanup] various typos
2017-12-05 20:56:55 +01:00
Jan Koehnlein
15b13a279d
GH-520 allow shadowed resource descriptions in language server scenario
2017-12-05 20:56:55 +01:00
Jan Koehnlein
8c7295e56e
GH-524 use Module2.mixin() to combine runtime and IDE module in example languages
2017-12-05 20:56:54 +01:00
Christian Dietrich
7efac94bb7
Merge pull request #566 from eclipse/cd_regenXtend
...
regenerated xtend code (java 9 java.lang.Module conflict)
2017-12-03 21:52:11 +01:00
Sebastian Zarnekow
c4b4c8e4a9
Merge pull request #565 from eclipse/sz_stableSyntacticSequencerOrder
...
Make generated code in syntactic sequence more stable
2017-12-01 19:23:26 +01:00
Christian Dietrich
9e66409f38
regenerated xtend code (java 9 java.lang.Module conflict)
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-12-01 19:13:09 +01:00
Christian Dietrich
034234d3fe
Removed unused import
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-12-01 17:17:18 +01:00
Sebastian Zarnekow
e48a062d2b
Make generated code in syntactic sequence more stable
2017-12-01 12:41:32 +01:00
Christian Dietrich
3b8e4e7b99
Merge pull request #564 from eclipse/cd_core_issue359
...
[tracing] NPE thrown when a file is generated without traces
2017-12-01 12:16:07 +01:00
Christian Dietrich
3b4910adae
more review feedback
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-12-01 11:38:35 +01:00
Christian Dietrich
d9e4a5d265
more review feedback
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-12-01 11:37:27 +01:00
Christian Dietrich
bb9b15316b
implemented review feedback
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-12-01 11:11:13 +01:00
Christian Dietrich
6997cb0697
[tracing] NPE thrown when a file is generated without traces https://github.com/eclipse/xtext-core/issues/359
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-12-01 09:54:43 +01:00
Christian Dietrich
67a36a5b64
Merge pull request #563 from eclipse/cd_core_issue544
...
moved 'copy java problems' configurable issue code to xtext core
2017-11-30 10:35:59 +01:00
Christian Dietrich
94a43ed825
moved 'copy java problems' configurable issue code to xtext core https://github.com/eclipse/xtext-core/issues/544
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-11-30 10:07:19 +01:00
Karsten Thoms
ee52c11194
Merge pull request #562 from eclipse/refactor_qnconverter
...
Refactoring & additional tests
2017-11-29 21:46:04 +01:00
Karsten Thoms
f3d2655cab
Refactoring & additional tests
...
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-11-29 16:35:30 +01:00
Karsten Thoms
faec295260
Merge pull request #561 from FStolte/issue463
...
[eclipse/xtext-eclipse#463 ] Fix for issue
2017-11-29 10:09:32 +01:00
Karsten Thoms
e3baf9ede5
[refactoring] formatting
...
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-11-29 08:57:38 +01:00
Christian Dietrich
b6cbf6dc17
avoid name clash with java 9
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-11-28 15:01:37 +01:00
Christian Dietrich
7e1cf4b5a4
added missing types to CodeGenUtil2.getJavaDefaultTypes() #509
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-11-28 15:01:37 +01:00
Florian Stolte
94eba69a6b
[ eclipse/xtext-eclipse#463 ] Fix for issue.
...
- Created EditorFragment2 to generate language-specific sub-classes of
XtextEditor
- Added new fragment to StandardLanguage
- Configured the language-specific editor in XbaseGeneratorFragment2
- Added methods to XtextGeneratorNaming for XtextEditor, XbaseEditor and
language-specific editors
- Added binding for language-specific editors in ImplicitFragment
Signed-off-by: Florian Stolte <fstolte@itemis.de>
2017-11-28 10:39:51 +01:00
Christian Dietrich
629c9db4bd
Fixed Test Problem on Windows #557
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-11-28 09:57:19 +01:00
Christian Dietrich
d6b1825a38
added support for Java 9 # 500
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-11-24 12:59:57 +01:00
Karsten Thoms
98dd193d8b
Merge pull request #556 from FStolte/issue555
...
Fix for issue [#555 ]
2017-11-22 16:58:59 +01:00
Florian Stolte
c322f3e73a
[ #556 ] Added test for TextRegionsToString::quote
...
Signed-off-by: Florian Stolte <fstolte@itemis.de>
2017-11-22 16:55:51 +01:00
Florian Stolte
22820aac32
[ #555 ] Fix for issue.
...
Since windows line endings are replaced by unix line endings - i.e. the
"\r" character is removed -, the result string can be shorter than the
input string.
Since the loop iterating over the characters of the input string is
limited to "maxLength + 1" iterations, the check "result.size() >
maxLength" did not give the desired result in the presence of windows
line endings.
Now, the number of iterations is incremented when a character is deleted
from the string.
Signed-off-by: Florian Stolte <fstolte@itemis.de>
2017-11-22 14:04:02 +01:00
Karsten Thoms
07b182918c
Merge pull request #529 from eclipse/me/newline_fix
...
Fixed #460 : Test failure on Windows due to CarriageReturn char
2017-11-22 12:17:49 +01:00
Christian Dietrich
8f51de3cc4
use newer gradle plugin
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-11-22 08:48:26 +01:00
Christian Dietrich
3ba9c9fa57
More Cleanup
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-11-18 22:33:08 +01:00
Christian Dietrich
c043e300e1
Cleanup the code a bit
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-11-18 22:33:08 +01:00
Christian Dietrich
402e245a88
some minor cleanups
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-11-18 22:33:08 +01:00
Christian Dietrich
5bef8e69c8
correctly decode vs code uris on windows #528
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-11-18 22:33:08 +01:00
Karsten Thoms
215c650c26
Merge pull request #551 from eclipse/xtext_issue1149
...
[eclipse/xtext#1149 ] Suppress Maven download messages
2017-11-16 11:34:52 +01:00
Karsten Thoms
8f4213bbbc
[ eclipse/xtext#1149 ] Suppress Maven download messages
...
Signed-off-by: Karsten Thoms <karsten.thoms@itemis.de>
2017-11-16 09:31:59 +01:00
Karsten Thoms
c22e0bb047
Merge pull request #549 from FStolte/refactoring
...
Refactoring: Cleaning up warnings
2017-11-15 17:32:25 +01:00
Florian Stolte
2a503da006
Refactoring: Cleaning up warnings.
...
Removed four unused imports and one unused local variable declaration.
Signed-off-by: Florian Stolte <fstolte@itemis.de>
2017-11-15 15:54:57 +01:00
Karsten Thoms
c06158846c
Merge pull request #547 from brodo/bugfix-542-v2
...
Add contentTypeBinding to content[Merge]Viewers, refs #542 (v2)
2017-11-15 13:01:41 +01:00
Julian Dax
a7bf8945b2
Add contentTypeBinding to content[Merge]Viewers
...
Fixes #542
Signed-off-by: Julian Dax <jdax@itemis.com>
2017-11-15 13:00:05 +01:00
Karsten Thoms
7c5fcff60b
Merge pull request #546 from brodo/regenerated-xtext-language
...
Regenerated xtext language
2017-11-15 12:03:36 +01:00
Julian Dax
600dd0c862
Regenerated xtext language
...
I ran ./gradlew generateXtextLanguage and these changes happend
Signed-off-by: Julian Dax <jdax@itemis.com>
2017-11-15 11:53:50 +01:00
fstolte
88fdbc819f
[ #537 ] Added null guards.
...
Added null guards to all relevant public methods of the Serializer
class.
Signed-off-by: fstolte <fstolte@itemis.de>
2017-11-15 11:33:50 +01:00
Christian Dietrich
827be6cc3a
export all packages as interal to ease subclassing #540
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-11-10 13:58:48 +01:00
Christian Dietrich
dfa56bfc2e
fixed formatting of annotations (e.g. @Override) in Xtext Grammars #534
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-11-08 22:29:43 +01:00
Christian Dietrich
84533e40f1
fixed formatting of annotations (e.g. @Override) in Xtext Grammars #534
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-11-08 22:16:22 +01:00
Christian Dietrich
9b28ee1960
dont exclude required xtextbin and tokens files from fat jars #533
...
Signed-off-by: Christian Dietrich <christian.dietrich@itemis.de>
2017-11-08 22:11:50 +01:00