Commit graph

7104 commits

Author SHA1 Message Date
sefftinge
610fa5024e null safety of Tuples lib (https://bugs.eclipse.org/bugs/show_bug.cgi?id=260698) 2009-01-12 13:43:56 +00:00
sefftinge
c7e18f33a9 null safety of Tuples lib (https://bugs.eclipse.org/bugs/show_bug.cgi?id=260698) 2009-01-12 13:43:56 +00:00
sefftinge
5a33a85f2a null safety of Pair.equals (https://bugs.eclipse.org/bugs/show_bug.cgi?id=260698) 2009-01-12 13:04:59 +00:00
sefftinge
477e0db30d null safety of Pair.equals (https://bugs.eclipse.org/bugs/show_bug.cgi?id=260698) 2009-01-12 13:04:59 +00:00
sefftinge
b392515145 small clean-ups in tuple library 2009-01-09 07:58:42 +00:00
sefftinge
d6b880f148 small clean-ups in tuple library 2009-01-09 07:58:42 +00:00
sefftinge
0b71c1c903 renamed 'parent' scope to 'outer' scope 2009-01-08 13:20:32 +00:00
sefftinge
5764edeacc code clean up (javadoc, renaming, etc.) 2009-01-07 19:55:50 +00:00
sefftinge
8ec3e4779f code clean up (javadoc, renaming, etc.) 2009-01-07 19:15:38 +00:00
sefftinge
cde164b197 code clean up (javadoc, renaming, etc.) 2009-01-07 19:15:38 +00:00
sefftinge
882dc0f76c IScope. getScopedElement(EObject element) : IScopedElement added (used during serialization and the like) 2009-01-07 14:06:32 +00:00
szarnekow
3194b60c69 fix: Don't refuse Xtext2EcoreTransformer#addSuperType if the subtype is sealed but has the supertype that would be added 2009-01-05 11:24:47 +00:00
szarnekow
318d3b2795 fix: Don't refuse Xtext2EcoreTransformer#addSuperType if the subtype is sealed but has the supertype that would be added 2009-01-05 11:24:47 +00:00
szarnekow
a52c23f48a * CrossRefs for MetamodelDeclarations in xtext grammar (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=257255)
- MetamodelDeclarations link ecore::EPackages
* improved robustness of xtext editor
* ValueConverters get AbstractNode as argument (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=249952)
* minor fixes (typos, etc)
2009-01-05 10:43:41 +00:00
szarnekow
938c21043f * CrossRefs for MetamodelDeclarations in xtext grammar (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=257255)
- MetamodelDeclarations link ecore::EPackages
* improved robustness of xtext editor
* ValueConverters get AbstractNode as argument (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=249952)
* minor fixes (typos, etc)
2009-01-05 10:43:41 +00:00
mclay
4a6d66dbc9 fix: some bugfixes and tests 2009-01-04 19:11:54 +00:00
szarnekow
75778c7f63 Improved robustness of the xtext editor, long running smoke tests for grammar parsing 2008-12-24 14:05:24 +00:00
szarnekow
7bf755f5cb Improved robustness of the xtext editor, long running smoke tests for grammar parsing 2008-12-24 14:05:24 +00:00
szarnekow
8e18d1d6c3 Fix: Try harder to derive a metamodel so content assist does a better job in the xtext grammar editor 2008-12-20 13:21:59 +00:00
szarnekow
6c808b3455 Fix: Try harder to derive a metamodel so content assist does a better job in the xtext grammar editor 2008-12-20 13:21:59 +00:00
szarnekow
38218d52bf Fix: Multi value features are not derived as unique (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=258050)
Fix: Metamodel derivation can handle duplicate classifier names more gracefully
Fix: EPackages are no longer mixed up on metamodel derivation
Some minor fixes
2008-12-19 12:54:42 +00:00
szarnekow
454e49f30e Fix: Multi value features are not derived as unique (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=258050)
Fix: Metamodel derivation can handle duplicate classifier names more gracefully
Fix: EPackages are no longer mixed up on metamodel derivation
Some minor fixes
2008-12-19 12:54:42 +00:00
szarnekow
87db461d10 TransformationExceptions, that occurred during the xtext2ecore transformation are propagated as diagnostics to the resource thus are visible as markers in the xtext-editor.
GeneratorFacade checks Resource for errors before generating anything.
2008-12-18 18:50:47 +00:00
szarnekow
bab8bdd7f3 TransformationExceptions, that occurred during the xtext2ecore transformation are propagated as diagnostics to the resource thus are visible as markers in the xtext-editor.
GeneratorFacade checks Resource for errors before generating anything.
2008-12-18 18:50:47 +00:00
szarnekow
cb8c88a6da Some tweaks for datatype rules (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=249952) 2008-12-18 12:51:13 +00:00
szarnekow
b0dfff3ded Some tweaks for datatype rules (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=249952) 2008-12-18 12:51:13 +00:00
szarnekow
d3fa7eb284 Datatype rules on parser level (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=249952)
todo: pass AbstractNode to ValueConverter as additional parameter
2008-12-16 15:11:32 +00:00
szarnekow
c665ce7910 Datatype rules on parser level (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=249952)
todo: pass AbstractNode to ValueConverter as additional parameter
2008-12-16 15:11:32 +00:00
szarnekow
23dfa3133d * Fix: XtextTransientValueService identified metamodel references as computable, which were not
* improved scoping for linking and content assist in xtext::TypeRef
* code cleanup
* some tests
2008-12-10 21:22:12 +00:00
szarnekow
df74f87f24 * Fix: XtextTransientValueService identified metamodel references as computable, which were not
* improved scoping for linking and content assist in xtext::TypeRef
* code cleanup
* some tests
2008-12-10 21:22:12 +00:00
szarnekow
4b5bf35bf0 Applied Moritz' patch for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=256406 (Formatter) 2008-12-10 14:16:13 +00:00
szarnekow
133579eb5e Applied Moritz' patch for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=256406 (Formatter) 2008-12-10 14:16:13 +00:00
szarnekow
6144796775 * CrossRefs for TypeRefs in xtext grammar (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=257255)
- TypeRefs link ecore::EClassifiers
* Redesign: Metamodel aliases dont have to be unique
* fixed UI Tests for outline
2008-12-10 11:49:12 +00:00
szarnekow
de6ba30c34 * CrossRefs for TypeRefs in xtext grammar (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=257255)
- TypeRefs link ecore::EClassifiers
* Redesign: Metamodel aliases dont have to be unique
* fixed UI Tests for outline
2008-12-10 11:49:12 +00:00
jkohnlein
82ce0570b8 https://bugs.eclipse.org/bugs/show_bug.cgi?id=257924
Applied Moritz's patch
2008-12-08 17:08:32 +00:00
jkohnlein
9e9fe876e0 https://bugs.eclipse.org/bugs/show_bug.cgi?id=257924
Applied Moritz's patch
2008-12-08 17:08:32 +00:00
mclay
43a5d039d3 NEW - bug 257940: [Content Assist] new bug for expression like grammar reported from TMF mailinglist
https://bugs.eclipse.org/bugs/show_bug.cgi?id=257940
2008-12-08 16:41:25 +00:00
mclay
84970848ef NEW - bug 257940: [Content Assist] new bug for expression like grammar reported from TMF mailinglist
https://bugs.eclipse.org/bugs/show_bug.cgi?id=257940
2008-12-08 16:41:25 +00:00
dhubner
30b96072e4 NEW - bug 254298: Branding
https://bugs.eclipse.org/bugs/show_bug.cgi?id=254298
2008-12-08 16:38:32 +00:00
jkohnlein
5455bb4b1a [256385] Renamed all test languages. 2008-12-08 15:26:39 +00:00
jkohnlein
191a0e91e5 [256385] Renamed all test languages. 2008-12-08 15:26:39 +00:00
hbehrens
d700db6205 Improved GrammarAccess (Patch from Moritz) 2008-12-05 10:24:03 +00:00
hbehrens
9264da5c02 Improved GrammarAccess (Patch from Moritz) 2008-12-05 10:24:03 +00:00
szarnekow
dd3b0d4fd0 Fix: MetaModelDeclarations are referenced by alias and not by name: use alias in XtextLinkingService.getLinkText 2008-12-04 10:49:25 +00:00
szarnekow
c41cb37880 CrossRefs for Metamodel-Aliases in xtext grammar (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=257255) 2008-12-03 20:56:26 +00:00
szarnekow
59bacf8638 CrossRefs for Metamodel-Aliases in xtext grammar (see https://bugs.eclipse.org/bugs/show_bug.cgi?id=257255) 2008-12-03 20:56:26 +00:00
szarnekow
cf4f5c151d Tests for code completion on abstract rules and crossrefs 2008-12-03 11:14:45 +00:00
szarnekow
0d101dc021 Tests for code completion on abstract rules and crossrefs 2008-12-03 11:14:45 +00:00
szarnekow
c07bf95bc7 updated XtextGrammar in XtextGrammarTest 2008-12-03 09:58:24 +00:00
szarnekow
6cd1fe6e43 updated XtextGrammar in XtextGrammarTest 2008-12-03 09:58:24 +00:00