Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2020-07-04[ui] Add content assist for namespace of import statementsv_3.1.0Jan Belle1-1/+8
Bug 564396 Change-Id: I41daad65c7a2b7a1311009dcf6fa10dfb6d1e345
2019-06-10Bug 548124 - [ui] added editor folding for copyright and importsJuergen Haug1-0/+12
Change-Id: I10a3431f0a09988bab910f298c9edf5cffab0c0a
2018-08-31bug 538027 - switching from EPL-1.0 to EPL-2.0Henrik Rentz-Reichert3-6/+12
* applied the changelicToEPL2.0.sh script * manually added license.hmlt to features * poms with license block * adjusted a unit test because of a line number change Change-Id: I4f781e5211dfcf6cbae761234aee9daeb53d639f
2017-08-30moved ImportModelAssist to common.ui + added missing plugin to featureJuergen Haug1-0/+1
2015-04-14[room, config] Bug 464019 - code completion for ActorInstanceConfig doesJuergen Haug1-1/+2
not work Change-Id: I1e1e9921f764d00b95554c882ad7916da3223cae
2014-08-06static utility methods converted to class methods to be able to useHenrik Rentz-Reichert2-9/+20
inheritance and overriding in super classes. This was done mainly for * BaseHelpers.java * RoomHelpers.java and had a lot of impacts on the whole code base
2014-05-05[core.*] move Import rule and ImportedFQN rule to core.commonJuergen Haug3-44/+8
Change-Id: I24f81e40cad8a3946ae3adb6aecfec9c71834336
2014-03-31Bug 400663: add icons and texts to Xtext based DSLs where missingHenrik Rentz-Reichert1-0/+22
https://bugs.eclipse.org/400663 Change-Id: I30e4ff9d23790ab3cbd424cf47d7cbae1ad17fda
2014-03-24Bug 400663: add icons and texts to Xtext based DSLs where missingHenrik Rentz-Reichert1-9/+142
https://bugs.eclipse.org/400663 Change-Id: I6a53a068fe9d490745685df8e41930b451d0d65b
2013-12-11[config] added dynamic config for enum + validation + fixesJuergen Haug1-2/+1
Change-Id: I98598b7fdc043ee79c271b46ad01cae0a1d69ffa
2013-11-25[core,gen] added enum room init + enum config support for java,cJuergen Haug1-8/+30
Change-Id: Ie721bfedc211b210c111f5d67fcecb899aff7409
2013-11-15Bug 392072: enums as Primitive Types that can be used as Attributes for ↵Henrik Rentz-Reichert1-1/+3
Operations and Messages https://bugs.eclipse.org/392072 Change-Id: I6e16a691df0d720956652529f912eaed1d58097b
2013-09-25[core.config] bug 417990: implement instance configuration for replicated actorsHenrik Rentz-Reichert1-2/+3
https://bugs.eclipse.org/417990
2013-09-19[core.*] bug 417170: [core.room, core.common] pull annotations andepaen1-1/+1
documentation up to core.common.Base https://bugs.eclipse.org/417170 Change-Id: I3dba336b72e3ce09ead829dd12011dde74b5be38
2013-09-12[core.*] bug 416648: [core.room][core.config] factor out common grammarepaen1-1/+1
part defining rules for literals https://bugs.eclipse.org/416648 Change-Id: Iaeef49c714fc2ad13c4b61afaa0738e1c5a06da4
2013-08-07[*] bug 414560: [core.etphys][core.room] rename some attributes and ↵Henrik Rentz-Reichert1-3/+3
references, use unordered groups https://bugs.eclipse.org/bugs/show_bug.cgi?id=414560
2013-07-12Merge remote-tracking branch 'origin/master'Thomas Schuetz7-464/+464
Conflicts: plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.modellib.c.zip plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.modellib.java.zip plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.runtime.c.zip plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.tutorials.c.zip plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.tutorials.java.zip Change-Id: I98e2df3ab57d6e7e8f27e5b0aee7eaa189bfbc33
2013-04-11[core.room.ui] improved content assist for import pathsHenrik Rentz-Reichert1-1/+1
to yield file system relative paths (rather than platform relative paths)
2012-11-30[CQ][generator, config] fixes attribute generationJuergen Haug2-2/+2
Change-Id: I3563bae48b6cb935e91b521f710d18a3f1b9dbca
2012-11-16[core.config] visible hyperlink for path segmentsHenrik Rentz-Reichert1-2/+5
2012-11-15[core.room, core.config] factored out content assist code for importsHenrik Rentz-Reichert1-43/+1
to make it available for re-use
2012-10-29[generator.c] changed initialization of external types / checked inThomas Schuetz6-432/+432
other line endings to get rid of diffs
2012-09-26[core.config, generator, runtime.java] changed copyright to Juergen HaugHenrik Rentz-Reichert3-2/+16
As of CQ 6485 all files that have been newly added or changed by Juergen from their initial Xtext-generated content have been marked as copyrighted by him
2012-09-24reduced warningsHenrik Rentz-Reichert1-1/+0
2012-09-04[CQ 6485][config, runtime] .gitignore for config.tests,Juergen Haug3-4/+67
ActorInstanceConfig hyperlinking added, runtime.ui rebuild Change-Id: Ia4ddd0651b9dd7f81207fef7bbcac14b8090a840
2012-08-20[CQ 6485][config] validationJuergen Haug1-12/+34
Change-Id: I49edda42d8b6baeaa04d36d74e5dbe645fa84568
2012-07-07[6485][config] grammer prepared for dynamic config + dataclassesJuergen Haug1-34/+60
+ bugfixes Change-Id: I4a531757f5a15da54c5911337a68b95a1d7b2cb6
2012-06-17[CQ 6485][config,generator,tests] Juergen Haug5-101/+123
- working protocol/port config with tests - config grammar formatting - array support for attribute config Change-Id: I9a7185e767407ec7538200140db4ba4014e3503c
2012-06-15[CQ 6485][config, generator, tests] merge attribute configJuergen Haug6-102/+338
generator Change-Id: Ia4e6538925ddced23555572065b78151c7373c92
2012-05-02[config] generated Xtext infrastructureHenrik Rentz-Reichert6-0/+121

    Back to the top